From 7538dfbec598287bd2907d9637f72478d08d3e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Tue, 6 Feb 2018 10:12:34 +0100 Subject: [PATCH] New alpha release 0.1.11 New features: * Icon in direct rooms instead of border * Open directly new rooms instead of wait for response * Better memberlist sync Bug fixes: * Fixed & parsing in messages and urls * Room search button synced with search bar * Room filter mantained as is after message received --- 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 7a620fd8..dc4adb98 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.10" +version = "0.1.11" workspace = "../" [dependencies] diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml b/fractal-gtk/res/org.gnome.Fractal.appdata.xml index a1b5082b..193dad78 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 f7e43a91..1f6f7e69 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fractal', 'rust', - version: '0.1.10', + version: '0.1.11', license: 'GPLv3', )