New alpha release 0.1.19

New features:
 * make user menu button avatar 24px
 * increase avatar size in the sidebar to 24px
 * api: Increase timeout to 80 seconds
 * Store token with libsecret to use later
 * Fill the login data in login view on init

Bug fixes:
 * set focus for each stack view, fix #118
 * fix alignment for the text when no room is selected
 * Do not send null attrs in json_q
 * fix alignment of no room selected message by splitting the text to two label
 * Fix initial sync filter
This commit is contained in:
Daniel García Moreno 2018-03-16 12:47:13 +01:00
parent 6f89c55fe8
commit 1fe7b79b1c
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
authors = ["Daniel Garcia <danigm@wadobo.com>"]
build = "build.rs"
name = "fractal-gtk"
version = "0.1.18"
version = "0.1.19"
workspace = "../"
[dependencies]

View file

@ -16,7 +16,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.18" date="2018-03-12"/>
<release version="0.1.19" date="2018-03-16"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>

View file

@ -1,6 +1,6 @@
project(
'fractal', 'rust',
version: '0.1.18',
version: '0.1.19',
license: 'GPLv3',
)