From 09ebccd520ce20fb08b611a651f080cecf83f55a Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Sun, 19 Jun 2022 22:32:00 +0200 Subject: [PATCH 1/2] version 1.3.0 --- app/config/config.go | 2 +- appimage/AppDir/axolotl.appdata.xml | 3 +++ docs/CHANGELOG.md | 16 +++++++++++++--- docs/INSTALL.md | 2 +- flatpak/org.nanuc.Axolotl.appdata.xml | 3 +++ manifest.json | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 23 insertions(+), 7 deletions(-) diff --git a/app/config/config.go b/app/config/config.go index 893949735..b9b58cc03 100644 --- a/app/config/config.go +++ b/app/config/config.go @@ -18,7 +18,7 @@ import ( const AppName = "textsecure.nanuc" -const AppVersion = "1.2.0" +const AppVersion = "1.3.0" // Do not allow sending attachments larger than 100M for now const MaxAttachmentSize int64 = 100 * 1024 * 1024 diff --git a/appimage/AppDir/axolotl.appdata.xml b/appimage/AppDir/axolotl.appdata.xml index dcadfeeaa..924d24eed 100644 --- a/appimage/AppDir/axolotl.appdata.xml +++ b/appimage/AppDir/axolotl.appdata.xml @@ -29,6 +29,9 @@ + + https://github.com/nanu-c/axolotl/releases/tag/v1.3.0 + https://github.com/nanu-c/axolotl/releases/tag/v1.2.0 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index baf6d58ad..0bf319652 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,14 @@ -1.2.0 (Feb 16 2021) +1.3.0 (Feb 19 2022) +------------------------------------ +* fix register for electron @kpenfound +* switch to vite -> reduces app size a lot @nanu-c +* Fix flatpack ci @olof-nord +* Update translations @fitojb and @Anne017 +* Split out ci workflow @olof-nord +* Update electron version @olof-nord + + +1.2.0 (Feb 16 2022) ------------------------------------ * Support for the new captcha system @nanu-c * Automatically add release artifacts to releases @olof-nord @@ -13,7 +23,7 @@ * Some minor fixes in the UX @nanu-c -1.1.0 (Feb 12 2021) +1.1.0 (Feb 12 2022) ------------------------------------ * Fix joining groupsv2 @nanu-c * Fix receiving messages for armhf devices @nanu-c @@ -32,7 +42,7 @@ * Improve the startup message @olof-nord * Automatically add release artifacts to releases @olof-nord -1.0.9 (Jan 6 2021) +1.0.9 (Jan 6 2022) ------------------------------------ * Fix 'Verifiy Identity' @blackoverflow * Fix option to mute groups @blackoverflow diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 647ae4f6f..9ceab512f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -135,7 +135,7 @@ To build the application, use the following command from the root of this reposi To install the built snap, use snap: -`sudo snap install axolotl_1.2.0_amd64.snap --dangerous` +`sudo snap install axolotl_1.3.0_amd64.snap --dangerous` **Run** diff --git a/flatpak/org.nanuc.Axolotl.appdata.xml b/flatpak/org.nanuc.Axolotl.appdata.xml index 11dc12fd4..1f18ca6e3 100644 --- a/flatpak/org.nanuc.Axolotl.appdata.xml +++ b/flatpak/org.nanuc.Axolotl.appdata.xml @@ -29,6 +29,9 @@ + + https://github.com/nanu-c/axolotl/releases/tag/v1.3.0 + https://github.com/nanu-c/axolotl/releases/tag/v1.2.0 diff --git a/manifest.json b/manifest.json index c2f5efe3c..a7edb1e0f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "textsecure.nanuc", - "version": "1.2.0", + "version": "1.3.0", "description": "A Signal compatible messaging client for Ubuntu phones", "title": "Axolotl", "architecture": "@CLICK_ARCH@", diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 76eca97c9..d9be0f55d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ grade: stable confinement: strict base: core20 icon: snap/gui/axolotl.png -version: "1.2.0" +version: "1.3.0" architectures: - build-on: amd64 - build-on: arm64 From dbfcb0284d178360dc70653109294f12f3b1c47c Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Sun, 19 Jun 2022 22:38:01 +0200 Subject: [PATCH 2/2] use ci node version for create package-lock,json --- axolotl-web/package-lock.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/axolotl-web/package-lock.json b/axolotl-web/package-lock.json index c31b1e9a3..e9ff1b4a2 100644 --- a/axolotl-web/package-lock.json +++ b/axolotl-web/package-lock.json @@ -11581,6 +11581,11 @@ "punycode": "^2.1.0" } }, + "node_modules/use-strict": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/use-strict/-/use-strict-1.0.1.tgz", + "integrity": "sha512-IeiWvvEXfW5ltKVMkxq6FvNf2LojMKvB2OCeja6+ct24S1XOmQw2dGr2JyndwACWAGJva9B7yPHwAmeA9QCqAQ==" + }, "node_modules/user": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/user/-/user-0.0.0.tgz", @@ -21777,6 +21782,11 @@ "punycode": "^2.1.0" } }, + "use-strict": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/use-strict/-/use-strict-1.0.1.tgz", + "integrity": "sha512-IeiWvvEXfW5ltKVMkxq6FvNf2LojMKvB2OCeja6+ct24S1XOmQw2dGr2JyndwACWAGJva9B7yPHwAmeA9QCqAQ==" + }, "user": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/user/-/user-0.0.0.tgz",