Skip to content

Commit

Permalink
v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Aug 30, 2020
1 parent 9f5510b commit 73dcf84
Show file tree
Hide file tree
Showing 4 changed files with 9 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.8.6"
var AppVersion = "0.8.7"

// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.8.7 (Aug 31 2020)
------------------------------------
* support reciving quotes, reactions(somehow), contacts (fixes the flood with the timelimit notice)
* fix attachments sometimes not downloaded (gifs)
* respect new lines in messages

0.8.6 (Aug 30 2020)
------------------------------------
* fix contact import to signal desktop
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.8.6",
"version": "0.8.7",
"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.8.6"
version: "0.8.7"

parts:
axolotl:
Expand Down

0 comments on commit 73dcf84

Please sign in to comment.