New release 3.29.6

Changelog:

 * Add German translation
 * Message right click menu with: view source, reply, copy text and
   delete
 * Styles for quotes in messages
 * Initial sync speed up
This commit is contained in:
Daniel García Moreno 2018-08-03 10:57:02 +02:00
parent 12b5e8eafd
commit 8d2ed11379
5 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View file

@ -359,13 +359,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
version = "3.29.5"
version = "3.29.6"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"comrak 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fractal-matrix-api 3.29.5",
"fractal-matrix-api 3.29.6",
"fragile 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "3.29.5"
version = "3.29.6"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.4 (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 = "3.29.5"
version = "3.29.6"
workspace = "../"
[dependencies]

View file

@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.29.5" date="2018-07-27"/>
<release version="3.29.6" date="2018-08-03"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>

View file

@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-matrix-api"
version = "3.29.5"
version = "3.29.6"
workspace = "../"
description = """

View file

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