Skip to content

Commit

Permalink
version change 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 12, 2022
1 parent bda6397 commit dcd24e4
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const AppName = "textsecure.nanuc"

const AppVersion = "1.0.9"
const AppVersion = "1.1.0"

// Do not allow sending attachments larger than 100M for now
const 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 @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1.0" date="2022-02-12">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.1.0</url>
</release>
<release version="1.0.9" date="2022-01-06">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.9</url>
</release>
Expand Down
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
1.1.0 (Feb 12 2021)
------------------------------------
* Fix joining groupsv2 (nanun-c)
* Fix receiving messages for armhf devices (nanu-c)
* Update dutch and french translations (vistaus/anne017)
* Fix the opening of HTTP links on Ubuntu Touch (nalysius)
* Display a cross to close a fullscreen picture (nalysius)
* Fix an issue in reading voice notes (nalysius)
* Building/Packaging for Debian arm64 without further user interaction (nuehm-arno)
* Add debian packaging for arm64 to the ci(nuehm-arno)
* Make axolotl Flatpak installer work again (olof-nord)
* Fix the unread counter (nalysius)
* Add electron ozone switch flag for pinephone (nuehm-arno)
* [axolotl-web] linter: Address warnings about event naming (olof-nord)
* [axolotl-web]: Increment minimum Node.js version required (olof-nord)
* Pin click workflow to Clickable 7.0.1 (jonnius)
* Improve the startup message (olo-nord)


1.0.9 (Jan 6 2021)
------------------------------------
* Fix 'Verifiy Identity' (blackoverflow)
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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_1.0.9_amd64.snap --dangerous`
`sudo snap install axolotl_1.1.0_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 @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1.0" date="2022-02-12">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.1.0</url>
</release>
<release version="1.0.9" date="2022-01-06">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.9</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": "1.0.9",
"version": "1.1.0",
"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: core20
icon: snap/gui/axolotl.png
version: "1.0.9"
version: "1.1.0"
architectures:
- build-on: amd64
- build-on: arm64
Expand Down

0 comments on commit dcd24e4

Please sign in to comment.