Skip to content
Snippets Groups Projects
Commit 15b39f92 authored by Andrea Schaefer's avatar Andrea Schaefer
Browse files

Release version 0.1.4

parent 076f54cc
No related branches found
Tags v0.1.4
No related merge requests found
chatty (0.1.4) amber-phone; urgency=high
[ Mohammed Sadiq ]
* settings: Add a weak pointer to self
* Add initial tests
* README.md: Add ‘running from source’ section
* build: fix generating version from git
[ Andrea Schaefer ]
* Remove 'show offline contacts' pref
* Add librem.one as default jabber provider
* Remove function prototype
* Frame account settings in listbox/rows
* Open URI when modem is connected
* Improve empty-state overlay handling
* Change matrix default server
-- Andrea Schaefer <andrea.schaefer@puri.sm Sun, 15 Dec 2019 13:12:46 +0100
chatty (0.1.3) amber-phone; urgency=high
[ Mohammed Sadiq ]
......
project('chatty', 'c', version: '0.1.3',
project('chatty', 'c', version: '0.1.4',
meson_version: '>= 0.41.0',
)
......
......@@ -12,7 +12,7 @@
#define CHATTY_APP_NAME "Chats"
#define CHATTY_APP_ID "sm.puri.Chatty"
#define CHATTY_VERSION "v0.1.3"
#define CHATTY_VERSION "v0.1.4"
#define CHATTY_UI "chatty-ui"
#define CHATTY_PREFS_ROOT "/chatty"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment