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
b3662ae1
Commit
b3662ae1
authored
Nov 19, 2019
by
Andrea Schaefer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 0.1.2
parent
f5af800a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
2 deletions
+43
-2
debian/changelog
debian/changelog
+41
-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 @
b3662ae1
chatty (0.1.2) amber-phone; urgency=medium
[ Mohammed Sadiq ]
* application: Fix some leaks
* contact-row: Use G_DEFINE_TYPE
[ Andrea Schaefer ]
* Fix issue #217: 'Avatar from contacts does not update'
[ Mohammed Sadiq ]
* icons: Fix some leaks
* folks: Fix a memory leak
* buddy-list: Fix a memory leak
* buddy-list: Ignore case when filtering list
[ Andrea Schaefer ]
* Fix issue #218 'smaller font size for timestamp'
* Add dbus trial
* Merge improved code from Julian
* Add contacts to gnome-contacts when created in chatty
* Enable folks contacts only when modem is available
* Fix notify-signal connect issue
* Start new SMS from search entry Rework 'Add Contact' dialog Add 'Add to GNOME contacts' entry to sub-menu
* Sync gnome-contacts alias in chats-list enries
* Add proper buddy alias via dbus api
* Add icon-update signal
* Update po files
* Fix hidden jabber contacts with rescource part
* Disable SMS feature in search-entry if no modem is connected
* Scale down timestamp font by 0.7
* Show jabber user status in chat details Strip resource portion from alias strings
[ Mohammed Sadiq ]
* icons: Fix multibyte utf-8 avatars from name
[ Andrea Schaefer ]
* Show jabber status independentlly from lurch
* Mitigate phonenumber parsing message
-- Andrea Schaefer <andrea@localhost.localdomain> Tue, 19 Nov 2019 13:01:39 +0100
chatty (0.1.1) amber-phone; urgency=medium
[ Julian Sparber ]
...
...
meson.build
View file @
b3662ae1
project('chatty', 'c', version: '0.1.
1
',
project('chatty', 'c', version: '0.1.
2
',
meson_version: '>= 0.41.0',
)
...
...
src/chatty-purple-init.h
View file @
b3662ae1
...
...
@@ -12,7 +12,7 @@
#define CHATTY_APP_NAME "Chats"
#define CHATTY_APP_ID "sm.puri.Chatty"
#define CHATTY_VERSION "v0.1.
1
"
#define CHATTY_VERSION "v0.1.
2
"
#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