From 13d0e01be2a6e4c227ddd6c3c37d42be9697b6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Mon, 12 Mar 2018 13:19:49 +0100 Subject: [PATCH] New alpha release 0.1.18 New features: * New style for emotes * Spinner to initial sync notification * A line for the last viewed message * Split user menu in two menus and remove the title in the left headerbar * Show user info in popover * Make room avatar in header 24px if no description Bug fixes: * Centered titlebar * Remove tooltip when there's not topic --- 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 95126a53..2aab700e 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.17" +version = "0.1.18" workspace = "../" [dependencies] diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml b/fractal-gtk/res/org.gnome.Fractal.appdata.xml index d8c35376..a6d45cf0 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 1c8d3c53..9e98e953 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fractal', 'rust', - version: '0.1.17', + version: '0.1.18', license: 'GPLv3', )