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

Bump version to 0.0.4

parent 03eca983
No related branches found
Tags 0.0.3
No related merge requests found
chatty (0.0.4) purple; urgency=medium
* Wrapped 'Preferences', 'New Direct Chat', 'Edit Account' and 'New Graup Chat' views with HdyDialog
* Added new file chatty-dialogs.c that includes the handling for the new HdyDialogs
* Introduced HdyLeaflet
* Centered avatar-icon and contact name on msg-view header-bar
* Added 'X' button to header-bar which is visible when msg-view is unfolded
* Indicated selected chat in chats-list when msg-view is unfolded
* Introduced XMPP multi user chat
-- Andrea Schaefer <andrea@localhost.localdomain> Wed, 30 Jan 2019 19:15:11 +0100
chatty (0.0.3) purple; urgency=medium
* Fixed issues #73 #75 #77
......
project('chatty', 'c', version: '0.0.3',
project('chatty', 'c', version: '0.0.4',
meson_version: '>= 0.40.0',
)
......
......@@ -12,7 +12,7 @@
#define CHATTY_APP_NAME "Chatty"
#define CHATTY_APP_ID "sm.puri.Chatty"
#define CHATTY_VERSION "v0.0.3"
#define CHATTY_VERSION "v0.0.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