From 1fe7b79b1c29da1c24dc913b4d7983eadb820b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Fri, 16 Mar 2018 12:47:13 +0100 Subject: [PATCH] New alpha release 0.1.19 New features: * make user menu button avatar 24px * increase avatar size in the sidebar to 24px * api: Increase timeout to 80 seconds * Store token with libsecret to use later * Fill the login data in login view on init Bug fixes: * set focus for each stack view, fix #118 * fix alignment for the text when no room is selected * Do not send null attrs in json_q * fix alignment of no room selected message by splitting the text to two label * Fix initial sync filter --- 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 2aab700e..1418b463 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.18" +version = "0.1.19" workspace = "../" [dependencies] diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml b/fractal-gtk/res/org.gnome.Fractal.appdata.xml index a6d45cf0..e1e27735 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 9e98e953..10620b49 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fractal', 'rust', - version: '0.1.18', + version: '0.1.19', license: 'GPLv3', )