Skip to content

Commit

Permalink
Release 0.9.2 hotfix to fix XSS injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Dec 21, 2020
1 parent 6fea596 commit 8f3ac12
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 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.0.1"
var AppVersion = "0.9.2"

// 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.2" date="2020-12-21">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.2</url>
</release>
<release version="0.9.0.1" date="2020-12-09">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.0.1</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion axolotl-web/translations/translations.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.9.0.1 (Dez 9 2020)
0.9.2 (Dec 21 2020)
------------------------------------
* Hotfix - Fix XSS injection in messages

0.9.0.1 (Dec 9 2020)
------------------------------------
* Hotfix - disappearing messages

Expand Down
4 changes: 2 additions & 2 deletions 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.0.1_amd64.snap --dangerous`
`sudo snap install axolotl_0.9.2_amd64.snap --dangerous`

**Run**

Expand Down Expand Up @@ -188,7 +188,7 @@ Note that they should be executed from the same location, as the folder "axolotl
flatpak build-bundle axolotl.repo axolotl.flatpak org.nanuc.Axolotl main --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
```

The end result is a binary file called `axolotl.flatpak`.
The end result is a binary file called `axolotl.flatpak`.

## AppImage

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.2" date="2020-12-21">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.2</url>
</release>
<release version="0.9.0.1" date="2020-12-09">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.0.1</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.0.1",
"version": "0.9.2",
"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.0.1"
version: "0.9.2"

parts:
axolotl:
Expand Down

0 comments on commit 8f3ac12

Please sign in to comment.