Skip to content

Commit

Permalink
Release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Jan 15, 2021
1 parent 0fd98f7 commit 896840c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 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.9.3"
var AppVersion = "0.9.4"

// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
Expand Down
3 changes: 3 additions & 0 deletions 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.4" date="2021-01-15">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.4</url>
</release>
<release version="0.9.3" date="2021-01-13">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.3</url>
</release>
Expand Down
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.4 (Jan 15 2021)
------------------------------------
* Warn users that due to upstream changes in Signal, importing contacts is currently broken. (flaburgan)
* Allow to manually add contacts as a workaround by disabling discovery (nanu-c)
* Update Dutch translations (Vistaus)

0.9.3 (Jan 13 2021)
------------------------------------
* Add an indication in the "Settings" page about how to enable notifications in Axolotl (flaburgan)
Expand All @@ -8,7 +14,6 @@
* Add the complete date and time of a message when tapping the "From now" time (flaburgan)
* Add a "Loading" spinner on the picture when sending (flaburgan)


0.9.2 (Dec 21 2020)
------------------------------------
* Hotfix - Fix XSS injection in messages
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.9.3_amd64.snap --dangerous`
`sudo snap install axolotl_0.9.4_amd64.snap --dangerous`

**Run**

Expand Down
3 changes: 3 additions & 0 deletions 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.4" date="2021-01-15">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.4</url>
</release>
<release version="0.9.3" date="2021-01-13">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.3</url>
</release>
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.9.3",
"version": "0.9.4",
"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 @@ -6,7 +6,7 @@ grade: stable
confinement: strict
base: core18
icon: snap/gui/axolotl.png
version: "0.9.3"
version: "0.9.4"

parts:
axolotl:
Expand Down

0 comments on commit 896840c

Please sign in to comment.