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:
parent
d07101fd1b
commit
7adbb5bf9d
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.3"
|
||||
version = "0.1.4"
|
||||
workspace = "../"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'fractal', 'rust',
|
||||
version: '0.1.3',
|
||||
version: '0.1.4',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue