Skip to content

Commit

Permalink
Version 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jan 1, 2018
1 parent c1c1438 commit 9e897ae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion click/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textsecure.nanuc",
"version": "0.3.13",
"version": "0.3.14",
"description": "A Signal compatible messaging client for Ubuntu phones",
"title": "Signal client",
"architecture": "armhf",
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 @@
0.3.14 (Jan 01 2018)
--------------------
* rename to signal
* hide Send Attachment until it's working again
* faster load of Dialogs
* structure code in go Packages


0.3.13 (Dez 27 2017)
--------------------
* replace qml-go with newer version
* move it to the open store
* replace maintainerpaths


0.3.12 (Apr 29 2017)
--------------------

Expand Down
Binary file modified qml/phoneui/images/logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion store/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

var AppName = "textsecure.nanuc"

var AppVersion = "0.3.13"
var AppVersion = "0.3.14"

// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
Expand Down

0 comments on commit 9e897ae

Please sign in to comment.