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

Bump version to 0.0.5

parent 01d94059
No related branches found
Tags v0.0.5
No related merge requests found
chatty (0.0.5) purple; urgency=medium
* Added "Leave Chat" menu entry
* Added handling and settings for messages from unknown users
* Added group chat dialog
* Fixed crash on conversation with not yet buddies
* Added 'Welcome' dialog
* Fixed issue #87 'Duplicated Jabber-IDs'
* Fixed issue #54 'New accounts should be enabled'
* Added bugfix: return to contacts list after new contact has been added
-- Andrea Schaefer <andrea@localhost.localdomain> Mon, 04 Mar 2019 16:13:51 +0100
chatty (0.0.4) purple; urgency=medium
* Wrapped 'Preferences', 'New Direct Chat', 'Edit Account' and 'New Graup Chat' views with HdyDialog
......
project('chatty', 'c', version: '0.0.4',
project('chatty', 'c', version: '0.0.5',
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.4"
#define CHATTY_VERSION "v0.0.5"
#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