Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Mohammed Sadiq
chatty
Commits
8d72e62a
Commit
8d72e62a
authored
Apr 16, 2019
by
Andrea Schaefer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.0.7
parent
52f35232
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
debian/changelog
debian/changelog
+9
-0
meson.build
meson.build
+1
-1
src/chatty-purple-init.h
src/chatty-purple-init.h
+1
-1
No files found.
debian/changelog
View file @
8d72e62a
chatty (0.0.7) purple; urgency=medium
* Added an application info dialog
* Fixed a core dump issue which was caused by invoking another instance of Chatty
* Chatty won't start anymore if another libpurple client, like Pidgin,
is running already
-- Andrea Schaefer <andrea@localhost.localdomain> Tue, 16 Apr 2019 10:12:34 +0200
chatty (0.0.6) purple; urgency=medium
* Set the spinner-widget for account-connection status active again
...
...
meson.build
View file @
8d72e62a
project('chatty', 'c', version: '0.0.
6
',
project('chatty', 'c', version: '0.0.
7
',
meson_version: '>= 0.40.0',
)
...
...
src/chatty-purple-init.h
View file @
8d72e62a
...
...
@@ -12,7 +12,7 @@
#define CHATTY_APP_NAME "Chatty"
#define CHATTY_APP_ID "sm.puri.Chatty"
#define CHATTY_VERSION "v0.0.
6
"
#define CHATTY_VERSION "v0.0.
7
"
#define CHATTY_UI "chatty-ui"
#define CHATTY_PREFS_ROOT "/chatty"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment