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

Bump version to 0.0.3

parent d98a5531
No related branches found
Tags 0.0.3
No related merge requests found
chatty (0.0.3) purple; urgency=medium
* Fixed issues #73 #75 #77
* Added contacts list refresh handling
* Added 'edit account' dialog
* Replaced 'add account' view with dialog
* Reworked 'add contact' view
* Added setting for return=send message
* Added setting for enabling/disabling message carbons
* Added settings view
* Added emoticon translation
* Added support for sending typing messages
-- Andrea Schaefer <andrea@localhost.localdomain> Mon, 07 Jan 2019 14:20:14 +0100
chatty (0.0.2) purple; urgency=medium
* Added app icon
......
project('chatty', 'c', version: '0.0.2',
project('chatty', 'c', version: '0.0.3',
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.2"
#define CHATTY_VERSION "v0.0.3"
#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