Skip to content

Commit

Permalink
Merge pull request #270 from nanu-c/v0.9.0
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
nanu-c authored Dec 7, 2020
2 parents d18107b + c54ced7 commit 71d2646
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 6 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.9"
var AppVersion = "0.9.0"

// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
Expand Down
5 changes: 4 additions & 1 deletion appimage/AppDir/axolotl.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
</p>
</description>
<releases>
<release version="0.9.0" date="2020-11-30">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.0</url>
</release>
<release version="0.8.9" date="2020-10-10">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.8.9</url>
</release>
Expand All @@ -34,4 +37,4 @@
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.8.6</url>
</release>
</releases>
</component>
</component>
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.9.0 (Nov 30 2020)
------------------------------------
* Improve ci-scripts, appimage and flat-package (olof-nord)
* Add support for displaying quoted messages (flaburgan & nanu-c)
* Add a loading screen until Axolotl is ready (flaburgan)
* Fix avatar handling (blackoverflow)
* Add support for message read status ticks (nanu-c)
* Improve documentation (olof-nord)
* Fix message syncing between signal desktop and axolotl (nanu-c)
* Indicate if the attachment is a video and handle video donwloads correctly (nanu-c)
* Update translations (Anne017 + danfro)

0.8.9 (Oct 09 2020)
------------------------------------
* Fix scrolling to old messages display duplicates, by flaburgan
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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_0.8.9_amd64.snap --dangerous`
`sudo snap install axolotl_0.9.0_amd64.snap --dangerous`

**Run**

Expand Down
5 changes: 4 additions & 1 deletion flatpak/org.nanuc.Axolotl.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
</p>
</description>
<releases>
<release version="0.9.0" date="2020-11-30">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.0</url>
</release>
<release version="0.8.9" date="2020-10-10">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.8.9</url>
</release>
Expand All @@ -34,4 +37,4 @@
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.8.6</url>
</release>
</releases>
</component>
</component>
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.9",
"version": "0.9.0",
"description": "A Signal compatible messaging client for Ubuntu phones",
"title": "Axolotl",
"architecture": "@CLICK_ARCH@",
Expand Down
Empty file added scripts/translate.sh
Empty file.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grade: stable
confinement: strict
base: core18
icon: snap/gui/axolotl.png
version: "0.8.9"
version: "0.9.0"

parts:
axolotl:
Expand Down

0 comments on commit 71d2646

Please sign in to comment.