From 7692d7d563c8fa3ea05690f8ee3a951efc6274a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Thu, 22 Mar 2018 09:53:30 +0100 Subject: [PATCH] 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` --- fractal-gtk/Cargo.toml | 2 +- fractal-gtk/res/org.gnome.Fractal.appdata.xml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml index 9f66d44a..9c8fef70 100644 --- a/fractal-gtk/Cargo.toml +++ b/fractal-gtk/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Daniel Garcia "] build = "build.rs" name = "fractal-gtk" -version = "0.1.19" +version = "0.1.20" workspace = "../" [dependencies] diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml b/fractal-gtk/res/org.gnome.Fractal.appdata.xml index e1e27735..1d620a58 100644 --- a/fractal-gtk/res/org.gnome.Fractal.appdata.xml +++ b/fractal-gtk/res/org.gnome.Fractal.appdata.xml @@ -16,7 +16,7 @@ - + danigm@wadobo.com diff --git a/meson.build b/meson.build index 10620b49..6057c749 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fractal', 'rust', - version: '0.1.19', + version: '0.1.20', license: 'GPLv3', )