Browse Source
Merge branch 'production' into master
pull/699/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
4 deletions
-
.github/workflows/deploy-development.yml
-
docs/changelog.json
-
src/package.json
|
@ -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" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |