diff --git a/debian/changelog b/debian/changelog index 64a11876f4adffce46d81710e9303c625837c1cf..ae82c4ba31aba5081d19e48ae25f1d15d698155f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 diff --git a/meson.build b/meson.build index 79a5e1a54a03e8e7658f374dbf2826829467efdf..0711647337e4ffa7bca0e0301400b2db96a94398 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('chatty', 'c', version: '0.0.3', +project('chatty', 'c', version: '0.0.4', meson_version: '>= 0.40.0', ) diff --git a/src/chatty-purple-init.h b/src/chatty-purple-init.h index 10a2d2b327ddffadafeef0acc30707a59a46c8d2..31978283c427202604446ad98f4a3f0ac11b11b7 100644 --- a/src/chatty-purple-init.h +++ b/src/chatty-purple-init.h @@ -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"