Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kirill Schmidt
forctal
Commits
54933a90
Commit
54933a90
authored
Jul 27, 2018
by
Daniel García Moreno
Browse files
New release 3.29.5
* Fix multiline behaviour * Update spanish translations
parent
4be459aa
Changes
5
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
54933a90
...
...
@@ -354,13 +354,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
version = "3.29.
4
"
version = "3.29.
5
"
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.
4
",
"fractal-matrix-api 3.29.
5
",
"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)",
...
...
@@ -392,7 +392,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "3.29.
4
"
version = "3.29.
5
"
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)",
...
...
fractal-gtk/Cargo.toml
View file @
54933a90
...
...
@@ -2,7 +2,7 @@
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
build
=
"build.rs"
name
=
"fractal-gtk"
version
=
"3.29.
4
"
version
=
"3.29.
5
"
workspace
=
"../"
[dependencies]
...
...
fractal-gtk/res/org.gnome.Fractal.appdata.xml
View file @
54933a90
...
...
@@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"3.29.
4
"
date=
"2018-07-2
3
"
/>
<release
version=
"3.29.
5
"
date=
"2018-07-2
7
"
/>
</releases>
<update_contact>
danigm@wadobo.com
</update_contact>
...
...
fractal-matrix-api/Cargo.toml
View file @
54933a90
[package]
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
name
=
"fractal-matrix-api"
version
=
"3.29.
4
"
version
=
"3.29.
5
"
workspace
=
"../"
description
=
"""
...
...
meson.build
View file @
54933a90
project
(
'fractal'
,
'rust'
,
version
:
'3.29.
4
'
,
version
:
'3.29.
5
'
,
license
:
'GPLv3'
,
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment