Skip to content

Commit

Permalink
version 1.0.0 (#503)
Browse files Browse the repository at this point in the history
* version 1.0.0

* Add changelog

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
nanu-c and [email protected] authored May 28, 2021
1 parent bd03513 commit 57a5d46
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 8 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 = "0.9.9"
const AppVersion = "1.0.0"

// 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.0" date="2021-05-28">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.0</url>
</release>
<release version="0.9.9" date="2021-02-27">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.9</url>
</release>
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.0.0 (Mai 28 2021) (76 merge request were merged)
------------------------------------
* Basic GroupsV2 support, a huge thanks go to blackoverflow and olof and all the testers. (nanu-c)
* Update axolotl-web to vue3 (nanu-c)
* fix hundreds of new linter-warnings with vue3 (olof-nord)
* improve the ci (olof-nord)
* add a makefile (olof-nord)
* update translations English, French, Italian, Norge, Swedish (Anne017, RedXXIII, JanConGitHub, olof-nord, albanobattistella, sc0w)
* upgrade electron and nodejs (olof-nord)
* improve documentation a lot (olof-nord sc0w)


0.9.9 (Feb 27 2021)
------------------------------------
* Add github actions to automagically build fltapak and clicks and appimages on release(olof nord)
Expand Down
2 changes: 1 addition & 1 deletion 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.9_amd64.snap --dangerous`
`sudo snap install axolotl_1.0.0_amd64.snap --dangerous`

**Run**

Expand Down
8 changes: 4 additions & 4 deletions flatpak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ First, make sure to pull all the git tags.
git fetch --all --tags
```

Then check out the published tag. In our case, `v0.9.9`
Then check out the published tag. In our case, `v1.0.0`

```
git checkout tags/v0.9.9
git checkout tags/v1.0.0
```

Change to the axolotl-web directory, and make sure to use the npm version specified in the .nvmrc file.
Expand All @@ -61,7 +61,7 @@ npm ci
Lastly, create the archive we want, naming it after the tag we checked out before.

```
tar cfvJ ../flatpak/archives/axolotl-web-dependencies-x86_64-v0.9.9.tar.xz node_modules
tar cfvJ ../flatpak/archives/axolotl-web-dependencies-x86_64-v1.0.0.tar.xz node_modules
```

To verify, the archive can be extracted by using `tar xvJf axolotl-web-dependencies-x86_64-v0.9.9.tar.xz`.
To verify, the archive can be extracted by using `tar xvJf axolotl-web-dependencies-x86_64-v1.0.0.tar.xz`.
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.0" date="2021-05-28">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.0.0</url>
</release>
<release version="0.9.9" date="2021-02-27">
<url>https://github.com/nanu-c/axolotl/releases/tag/v0.9.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": "0.9.9-grouspv2",
"version": "1.0.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: core18
icon: snap/gui/axolotl.png
version: "0.9.9"
version: "1.0.0"

parts:
axolotl:
Expand Down

0 comments on commit 57a5d46

Please sign in to comment.