From 31db25d119a63b9f55d7cacde5821b4d07c252ce Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 14 Apr 2020 00:26:39 +0200 Subject: [PATCH] v.0.8.0 --- app/config/config.go | 2 +- docs/CHANGELOG.md | 15 +++++++++++++++ manifest.json | 2 +- snap/snapcraft.yaml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/app/config/config.go b/app/config/config.go index 4314d8108..064ef2a69 100644 --- a/app/config/config.go +++ b/app/config/config.go @@ -16,7 +16,7 @@ import ( var AppName = "textsecure.nanuc" -var AppVersion = "0.7.7.2" +var AppVersion = "0.8.0" // Do not allow sending attachments larger than 100M for now var MaxAttachmentSize int64 = 100 * 1024 * 1024 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 97d724069..fba2bcb9a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,18 @@ +0.8.0 (Apr 13 2020) +------------------------------------ +* Support for DarkMode by Flaburgan (and a little bit nanu-c) +* UI/UX improvements by Flaburgan +* Translations (help needed, see github for how to translate) +* French translation by Flaburgan +* Norwegian translation by Ari +* German translation +* Basic support for self destroying messages +* more Error handling on registration failures + +Bugfixes: +* Members of groups are now correctly shown +* fix set password page + 0.7.7.2 (Mar 05 2020) Hotfix ------------------------------------ * Don't display always "file" on pure text messages diff --git a/manifest.json b/manifest.json index 5f5793fee..300f82eeb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "textsecure.nanuc", - "version": "0.7.8", + "version": "0.8.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 2b4bda4d1..3e02d4b51 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -7,7 +7,7 @@ grade: stable confinement: strict base: core18 icon: snap/gui/axolotl.png -version: "0.7.7.2" +version: "0.8.0" parts: axolotl: