New alpha release 0.1.4

New features:

 * New room creation dialog
 * Smart auto scrolling
 * Login by email
 * Member list with avatar and username
 * Big refactor and a lot of bug fixes
This commit is contained in:
Daniel García Moreno 2017-12-13 13:38:25 +01:00
parent d07101fd1b
commit 7adbb5bf9d
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.3"
version = "0.1.4"
workspace = "../"
[dependencies]

View file

@ -16,7 +16,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.3" date="2017-11-23"/>
<release version="0.1.4" date="2017-12-13"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>
</component>

View file

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