New release 0.1.26

New features:
 * Add new description to README, and some other small README improvements
 * new autoscroll with animation
 * Ability to launch multiple Fractal instances using FRACTAL_ID env

Fixes:
 * Escape text in body using the last html2pango
 * center inapp notification
 * Fix request with no timeout
 * Show user id when the displayname isn't present
 * Fix macos compilation problem with notify_rust
 * autocomplete: fix change usernames font color to white when selection ends at the same position as the username
 * Avoid destroy dialog on Esc
This commit is contained in:
Daniel García Moreno 2018-04-14 14:02:52 +02:00
parent a8ed58d0f5
commit cb7f911c8e
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -331,7 +331,7 @@ dependencies = [
[[package]]
name = "fractal-gtk"
version = "0.1.25"
version = "0.1.26"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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

View file

@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.25" date="2018-04-09"/>
<release version="0.1.26" date="2018-04-14"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>

View file

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