Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to version 1.2.0 #781

Merged
merged 1 commit into from
Mar 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0"
const AppVersion = "1.2.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.2.0" date="2022-03-16">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.2.0</url>
</release>
<release version="1.1.0" date="2022-02-12">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.1.0</url>
</release>
Expand Down
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.2.0 (Feb 16 2021)
------------------------------------
* Support for the new captcha system @nanu-c
* Automatically add release artifacts to releases @olof-nord
* Don't increment unread counter for empty messages @nalysius
* Make the flatpaks build again! @olof-nord
* Clean up Makefile @nuehm-arno
* Introduce a new Layout system @nanu-c
* Support for Clickable 7.1.2 @jonnius
* Fix importing contacts @nanu-c
* The loglevel can now be set from settings @nanu-c
* Add a new layout system @nanu-c
* Some minor fixes in the UX @nanu-c


1.1.0 (Feb 12 2021)
------------------------------------
* Fix joining groupsv2 @nanu-c
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
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.1.0_amd64.snap --dangerous`
`sudo snap install axolotl_1.2.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.2.0" date="2022-03-16">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.2.0</url>
</release>
<release version="1.1.0" date="2022-02-12">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.1.0</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.1.0",
"version": "1.2.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.1.0"
version: "1.2.0"
architectures:
- build-on: amd64
- build-on: arm64
Expand Down