Skip to content

Commit

Permalink
Merge pull request #617 from nanu-c/version1.0.6
Browse files Browse the repository at this point in the history
version change to 1.0.6
  • Loading branch information
nanu-c authored Oct 26, 2021
2 parents 62928d3 + d41e6c6 commit 0e8052e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 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.5"
const AppVersion = "1.0.6"

// 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 @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="1.0.6" date="2021-10-26">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.6</url>
</release>
<release version="1.0.5" date="2021-09-23">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.5</url>
</release>
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.0.6 (Okt 26 2021)
------------------------------------
* Fix signal desktop linking by change signal desktop link url (nanu-c)
* Add FormFactor settings to desktop files (ferenc)
* Update documentation (danfro, nanu-c)
* Update Makefile (nuehm-arno, olof nord, nanu-c)
* fix ineffectual (unused before reassign) assignment of recipient (axiomista)
* make more strings translatable (danfro)
* update translations (danfro, Anne017)
* fix add contacts (kpenfound)
* add crayfish to ci (olof-nord)
* fix axolotl web linter errors (olof-nord)
* update electron version (olof-nord)

A warm welcome to our new first time contributors: axiomista, kpenfound, ferenc

1.0.5 (Sep 23 2021)
------------------------------------
* Fix registration by adding a new backend and use the signal upstream libraries for that ♡ ♥ ❤ 💓 💔 (jonnius, Johannes Renkl, nanu-c)
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.0.6" date="2021-10-26">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.6</url>
</release>
<release version="1.0.5" date="2021-09-23">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.5</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.5",
"version": "1.0.6",
"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.5"
version: "1.0.6"
architectures:
- build-on: amd64
- build-on: arm64
Expand Down

0 comments on commit 0e8052e

Please sign in to comment.