Skip to content

Commit

Permalink
Release version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Jan 13, 2021
1 parent 5d9138c commit 606ed9b
Show file tree
Hide file tree
Showing 7 changed files with 22 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.2"
var AppVersion = "0.9.3"

// 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.3" date="2021-01-13">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.3</url>
</release>
<release version="0.9.2" date="2020-12-21">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.2</url>
</release>
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.9.3 (Jan 13 2021)
------------------------------------
* Add an indication in the "Settings" page about how to enable notifications in Axolotl (flaburgan)
* Fix the desktop shortcut in Flatpak installation (joshbowyer)
* When quoting a message and answer with an image, display the quoted message above the image (flaburgan)
* Add a link to the "Contacts" page in the main menu (flaburgan)
* Add the sender name of a quoting message in groups (flaburgan)
* 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.2_amd64.snap --dangerous`
`sudo snap install axolotl_0.9.3_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.3" date="2021-01-13">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.3</url>
</release>
<release version="0.9.2" date="2020-12-21">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.2</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.2",
"version": "0.9.3",
"description": "A Signal compatible messaging client for Ubuntu phones",
"title": "Axolotl",
"architecture": "@CLICK_ARCH@",
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: axolotl
summary: A signal client.
description: |
Axolotl is a cross-platform signal client
Axolotl is a cross-platform Signal client
grade: stable
confinement: strict
base: core18
icon: snap/gui/axolotl.png
version: "0.9.2"
version: "0.9.3"

parts:
axolotl:
Expand Down

0 comments on commit 606ed9b

Please sign in to comment.