Browse Source

New alpha release 0.1.20

New features:
 * Join room by id or alias dialog
 * Start chat dialog
 * Image to no room view and add new style
 * "New messages" divider
 * Spawn popover from room name and remove room-menu-button

Bug fixes:
 * Only one line in topic
 * Use custom fork of secret-service that removes AVX2 ASM instructions
 * Only attach url to msg if there's an url
 * Conditional in `mark_as_read`
environments/review-jsparber-h-cxnwl8/deployments/1 0.1.20
Daniel García Moreno 8 years ago
parent
commit
7692d7d563
  1. 2
      fractal-gtk/Cargo.toml
  2. 2
      fractal-gtk/res/org.gnome.Fractal.appdata.xml
  3. 2
      meson.build

2
fractal-gtk/Cargo.toml

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

2
fractal-gtk/res/org.gnome.Fractal.appdata.xml

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

2
meson.build

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

Loading…
Cancel
Save