Merge branch 'production' into master
This commit is contained in:
commit
c772427d4a
|
@ -33,4 +33,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||||
tags: ghcr.io/wg-easy/wg-easy:development
|
tags: ghcr.io/wg-easy/wg-easy:development
|
|
@ -7,7 +7,6 @@
|
||||||
"6": "Many small performance improvements & bug fixes. Enjoy!",
|
"6": "Many small performance improvements & bug fixes. Enjoy!",
|
||||||
"7": "Improved the look & performance of the upload/download chart.",
|
"7": "Improved the look & performance of the upload/download chart.",
|
||||||
"8": "Updated to Node.js v18.",
|
"8": "Updated to Node.js v18.",
|
||||||
"8": "Updated to Node.js v18.",
|
|
||||||
"9": "Fixed issue running on devices with older kernels.",
|
"9": "Fixed issue running on devices with older kernels.",
|
||||||
"10": "Added sessionless HTTP API auth & automatic dark mode."
|
"10": "Added sessionless HTTP API auth & automatic dark mode."
|
||||||
}
|
}
|
|
@ -32,4 +32,4 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "18"
|
"node": "18"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue