Skip to content

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Dec 21, 2019
1 parent dc7da43 commit 2e3ddd7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 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.4"
var AppVersion = "0.7.5"

// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
Expand Down
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.7.5 (Dez 21 2019) Axolotl-Beta: second beta version
--------------------
* [ut] Fix attachment sending
* [snap] add snap support

0.7.4 (Dez 16 2019) Axolotl-Beta: second beta version
---------------------
* fix editing groups
* Handle urls in messages
* fix deleting contacts
* update libraries + fix linter errors
* first step into snap's
* Verification code input is visible again
* longpress pastes the clipboard

0.7.2.1 (Dez 3 2019)
--------------------
* qUICK FIX FOr handling recieved messages

0.7.2 (Dez 2 2019) Axolotl-Beta: second beta version
--------------------
* Show group avatars
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.4",
"version": "0.7.5",
"description": "A Signal compatible messaging client for Ubuntu phones",
"title": "Axolotl",
"architecture": "armhf",
Expand Down

0 comments on commit 2e3ddd7

Please sign in to comment.