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:
parent
9fe888135e
commit
13d0e01be2
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
authors = ["Daniel Garcia <danigm@wadobo.com>"]
|
||||
build = "build.rs"
|
||||
name = "fractal-gtk"
|
||||
version = "0.1.17"
|
||||
version = "0.1.18"
|
||||
workspace = "../"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.1.17" date="2018-03-04"/>
|
||||
<release version="0.1.18" date="2018-03-12"/>
|
||||
</releases>
|
||||
<update_contact>danigm@wadobo.com</update_contact>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'fractal', 'rust',
|
||||
version: '0.1.17',
|
||||
version: '0.1.18',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue