Skip to content

Commit

Permalink
v.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Apr 13, 2020
1 parent 3c197d0 commit 31db25d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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@",
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 31db25d

Please sign in to comment.