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
915b96f2
Commit
915b96f2
authored
Jun 24, 2020
by
Mohammed Sadiq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 0.1.12
parent
261f5843
Pipeline
#56572
passed with stages
in 14 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
1 deletion
+62
-1
debian/changelog
debian/changelog
+61
-0
meson.build
meson.build
+1
-1
No files found.
debian/changelog
View file @
915b96f2
chatty (0.1.12) amber-phone; urgency=medium
[ Mohammed Sadiq ]
* manager: Emit “avatar-changed” if chat icon changes
* dialog-user-info: Use ChattyAvatar for avatar
* window: Use ChattyAvatar for chat avatars
* user-info-dialog: Don’t update main window avatar on change
* conversation: Emit ‘avatar-changed’ for IM on buddy avatar change
* conversation: Don’t update main window avatar on change
* window: Remove unused function
* manager: Emit ‘avatar-changed’ if buddy sign on/off
* manager: Remove a hack
* manager: Use ChattyItem API to get notification avatar
* contact: Fix a memory leak
* settings-dialog: Fix a string
* application: Move some functions from main.c
* chat: Strip resource information from get_name()
* item: Update doc for get_name()
* history: Fix a function signature
* history: Sort by id after timestamp sort
* history: Fix getting last message on duplicate timestamp
* Move chatty-history.c to libsrc
* history: Fix a dangling pointer
* tests: Add chatty-history tests
* history: Load uid when loading last message
* history: Fix a function signature
* Set uid when creating message
* conversation: Remove an unused struct member
* chat: Remove unused code
* manager: Don’t reconnect to SMS account on network error
* message-row: Remove unused code
* contact-provider: Avoid creating contacts with empty value
* window: Use stripped string for alias
* application: Fix setting daemon mode
* user-info-dialog: Fix label for SMS chat
* message-row: Align the message label depending on the direction
* gbp.conf: Set multimaint-merge as default when generating changelog
* conversation: Use purple API to present the conversation
* conversation: Remove unused code
* ci: Enable coverage report
* window: Select the first chat if in non-folded mode
* Fix showing contact numbers of unknown type
[ Rafael Fontenelle ]
* Update Brazilian Portuguese translation
* Add doap file
[ Daniel Șerbănescu ]
* Add Romanian translation
[ Guido Günther ]
* po: Fix incorrect translations
* pp-account: Add feature flags
* xeps: Support xep-0352: Client state indication
* xep-0352: Trigger (in)activity on screen blank/unblank
[ Yuri Chornoivan ]
* po: Update Ukrainian translation
-- Mohammed Sadiq <sadiq@sadiqpk.org> Wed, 24 Jun 2020 19:00:14 +0530
chatty (0.1.11) amber-phone; urgency=medium
[ Mohammed Sadiq ]
...
...
meson.build
View file @
915b96f2
project('chatty', 'c', version: '0.1.1
1
',
project('chatty', 'c', version: '0.1.1
2
',
meson_version: '>= 0.41.0',
)
...
...
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