Skip to content

Commit

Permalink
Merge pull request #834 from nanu-c/version1.3.0
Browse files Browse the repository at this point in the history
version 1.3.0
  • Loading branch information
nanu-c committed Jun 19, 2022
2 parents 08cd0c6 + dbfcb02 commit b571e05
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/config/config.go
Expand Up @@ -18,7 +18,7 @@ import (

const AppName = "textsecure.nanuc"

const AppVersion = "1.2.0"
const AppVersion = "1.3.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
Expand Up @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="1.3.0" date="2022-06-19">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.3.0</url>
</release>
<release version="1.2.0" date="2022-03-16">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.2.0</url>
</release>
Expand Down
10 changes: 10 additions & 0 deletions axolotl-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions docs/CHANGELOG.md
@@ -1,4 +1,14 @@
1.2.0 (Feb 16 2021)
1.3.0 (Feb 19 2022)
------------------------------------
* fix register for electron @kpenfound
* switch to vite -> reduces app size a lot @nanu-c
* Fix flatpack ci @olof-nord
* Update translations @fitojb and @Anne017
* Split out ci workflow @olof-nord
* Update electron version @olof-nord


1.2.0 (Feb 16 2022)
------------------------------------
* Support for the new captcha system @nanu-c
* Automatically add release artifacts to releases @olof-nord
Expand All @@ -13,7 +23,7 @@
* Some minor fixes in the UX @nanu-c


1.1.0 (Feb 12 2021)
1.1.0 (Feb 12 2022)
------------------------------------
* Fix joining groupsv2 @nanu-c
* Fix receiving messages for armhf devices @nanu-c
Expand All @@ -32,7 +42,7 @@
* Improve the startup message @olof-nord
* Automatically add release artifacts to releases @olof-nord

1.0.9 (Jan 6 2021)
1.0.9 (Jan 6 2022)
------------------------------------
* Fix 'Verifiy Identity' @blackoverflow
* Fix option to mute groups @blackoverflow
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Expand Up @@ -135,7 +135,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.2.0_amd64.snap --dangerous`
`sudo snap install axolotl_1.3.0_amd64.snap --dangerous`

**Run**

Expand Down
3 changes: 3 additions & 0 deletions flatpak/org.nanuc.Axolotl.appdata.xml
Expand Up @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="1.3.0" date="2022-06-19">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.3.0</url>
</release>
<release version="1.2.0" date="2022-03-16">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.2.0</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "textsecure.nanuc",
"version": "1.2.0",
"version": "1.3.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
Expand Up @@ -6,7 +6,7 @@ grade: stable
confinement: strict
base: core20
icon: snap/gui/axolotl.png
version: "1.2.0"
version: "1.3.0"
architectures:
- build-on: amd64
- build-on: arm64
Expand Down

0 comments on commit b571e05

Please sign in to comment.