diff --git a/click/manifest.json b/click/manifest.json index 5c884da01..40d8defc8 100644 --- a/click/manifest.json +++ b/click/manifest.json @@ -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", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b056a8f27..8731632c8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) -------------------- diff --git a/qml/phoneui/images/logo.png b/qml/phoneui/images/logo.png old mode 100755 new mode 100644 index 9ff2982cc..1ebe90b71 Binary files a/qml/phoneui/images/logo.png and b/qml/phoneui/images/logo.png differ diff --git a/store/config.go b/store/config.go index 42049c6b2..145967440 100644 --- a/store/config.go +++ b/store/config.go @@ -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