Skip to content

Commit

Permalink
Merge pull request #370 from nanu-c/v0-9-8
Browse files Browse the repository at this point in the history
v0.9.8
  • Loading branch information
nanu-c authored Feb 10, 2021
2 parents 870b1cb + 8936e59 commit b7e2de7
Show file tree
Hide file tree
Showing 7 changed files with 17 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.7"
var AppVersion = "0.9.8"

// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
Expand Down
4 changes: 4 additions & 0 deletions appimage/AppDir/axolotl.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@
</p>
</description>
<releases>
<release version="0.9.8" date="2021-02-10">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.8</url>
</release>
<release version="0.9.7" date="2021-02-08">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.7</url>
</release>
<release version="0.9.6" date="2021-01-31">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.6</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.8 (Feb 10 2021)
------------------------------------
* Fix recieving messages because of Signal-API changes(nanu-c)
* Delviver call messages in the appropiate Chats (nanu-c)


0.9.7 (Feb 8 2021)
------------------------------------
* Add support for registration captchas (nanu-c)
Expand All @@ -7,7 +13,6 @@
* Don't show the currently broken warning everywhere (flaburgan)
* Fix messages sent by signal desktop appearing in the wrong chat (nanu-c)


0.9.6 (Jan 31 2021)
------------------------------------
* Add a message to warn about current broken state in Axolotl due to upstream Signal changes (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.9.7_amd64.snap --dangerous`
`sudo snap install axolotl_0.9.8_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.8" date="2021-02-10">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.7</url>
</release>
<release version="0.9.7" date="2021-02-08">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.7</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.7",
"version": "0.9.8",
"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.7"
version: "0.9.8"

parts:
axolotl:
Expand Down

0 comments on commit b7e2de7

Please sign in to comment.