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
15b39f92
Commit
15b39f92
authored
Dec 15, 2019
by
Andrea Schaefer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 0.1.4
parent
076f54cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
debian/changelog
debian/changelog
+19
-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 @
15b39f92
chatty (0.1.4) amber-phone; urgency=high
[ Mohammed Sadiq ]
* settings: Add a weak pointer to self
* Add initial tests
* README.md: Add ‘running from source’ section
* build: fix generating version from git
[ Andrea Schaefer ]
* Remove 'show offline contacts' pref
* Add librem.one as default jabber provider
* Remove function prototype
* Frame account settings in listbox/rows
* Open URI when modem is connected
* Improve empty-state overlay handling
* Change matrix default server
-- Andrea Schaefer <andrea.schaefer@puri.sm Sun, 15 Dec 2019 13:12:46 +0100
chatty (0.1.3) amber-phone; urgency=high
[ Mohammed Sadiq ]
...
...
meson.build
View file @
15b39f92
project('chatty', 'c', version: '0.1.
3
',
project('chatty', 'c', version: '0.1.
4
',
meson_version: '>= 0.41.0',
)
...
...
src/chatty-purple-init.h
View file @
15b39f92
...
...
@@ -12,7 +12,7 @@
#define CHATTY_APP_NAME "Chats"
#define CHATTY_APP_ID "sm.puri.Chatty"
#define CHATTY_VERSION "v0.1.
3
"
#define CHATTY_VERSION "v0.1.
4
"
#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