New alpha release 0.1.18

New features:
 * New style for emotes
 * Spinner to initial sync notification
 * A line for the last viewed message
 * Split user menu in two menus and remove the title in the left headerbar
 * Show user info in popover
 * Make room avatar in header 24px if no description

Bug fixes:
 * Centered titlebar
 * Remove tooltip when there's not topic
This commit is contained in:
Daniel García Moreno 2018-03-12 13:19:49 +01:00
parent 9fe888135e
commit 13d0e01be2
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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