Browse Source

New release 0.1.29

New Features:
 * New default avatars for users
 * Initial sync speed up
 * Highlight own username in mentions using pango attributes
environments/review-jsparber-h-cxnwl8/deployments/1 0.1.29
Daniel García Moreno 8 years ago
parent
commit
84761d4d37
  1. 2
      Cargo.lock
  2. 2
      fractal-gtk/Cargo.toml
  3. 2
      fractal-gtk/res/org.gnome.Fractal.appdata.xml
  4. 2
      meson.build

2
Cargo.lock generated

@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "fractal-gtk"
version = "0.1.28"
version = "0.1.29"
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)",

2
fractal-gtk/Cargo.toml

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

2
fractal-gtk/res/org.gnome.Fractal.appdata.xml

@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.28" date="2018-04-30"/>
<release version="0.1.29" date="2018-05-14"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>

2
meson.build

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

Loading…
Cancel
Save