From dcd24e4743e0ad83e39431f3e908a17ad7d6d5f7 Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Sat, 12 Feb 2022 22:15:23 +0100 Subject: [PATCH] version change 1.1.0 --- app/config/config.go | 2 +- appimage/AppDir/axolotl.appdata.xml | 3 +++ docs/CHANGELOG.md | 19 +++++++++++++++++++ docs/INSTALL.md | 2 +- flatpak/org.nanuc.Axolotl.appdata.xml | 3 +++ manifest.json | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 29 insertions(+), 4 deletions(-) diff --git a/app/config/config.go b/app/config/config.go index 3269d8b7d..7e7a7b287 100644 --- a/app/config/config.go +++ b/app/config/config.go @@ -18,7 +18,7 @@ import ( const AppName = "textsecure.nanuc" -const AppVersion = "1.0.9" +const AppVersion = "1.1.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 6e2c7f136..06e2987fb 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.1.0 + https://github.com/nanu-c/axolotl/releases/tag/v1.0.9 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 70428320b..6f977da3c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,22 @@ +1.1.0 (Feb 12 2021) +------------------------------------ +* Fix joining groupsv2 (nanun-c) +* Fix receiving messages for armhf devices (nanu-c) +* Update dutch and french translations (vistaus/anne017) +* Fix the opening of HTTP links on Ubuntu Touch (nalysius) +* Display a cross to close a fullscreen picture (nalysius) +* Fix an issue in reading voice notes (nalysius) +* Building/Packaging for Debian arm64 without further user interaction (nuehm-arno) +* Add debian packaging for arm64 to the ci(nuehm-arno) +* Make axolotl Flatpak installer work again (olof-nord) +* Fix the unread counter (nalysius) +* Add electron ozone switch flag for pinephone (nuehm-arno) +* [axolotl-web] linter: Address warnings about event naming (olof-nord) +* [axolotl-web]: Increment minimum Node.js version required (olof-nord) +* Pin click workflow to Clickable 7.0.1 (jonnius) +* Improve the startup message (olo-nord) + + 1.0.9 (Jan 6 2021) ------------------------------------ * Fix 'Verifiy Identity' (blackoverflow) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 2ef42fd7b..ea0420c49 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -128,7 +128,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.0.9_amd64.snap --dangerous` +`sudo snap install axolotl_1.1.0_amd64.snap --dangerous` **Run** diff --git a/flatpak/org.nanuc.Axolotl.appdata.xml b/flatpak/org.nanuc.Axolotl.appdata.xml index 9999fccda..72ce44fc8 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.1.0 + https://github.com/nanu-c/axolotl/releases/tag/v1.0.9 diff --git a/manifest.json b/manifest.json index 3d7d30b6e..1b6490a1a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "textsecure.nanuc", - "version": "1.0.9", + "version": "1.1.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 80c31db71..dea888b9b 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.0.9" +version: "1.1.0" architectures: - build-on: amd64 - build-on: arm64