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
7250f952
Commit
7250f952
authored
Jun 22, 2018
by
Daniel García Moreno
Browse files
New release 3.29.1
New features: * Media viewer for images
parent
5e562cd3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
7250f952
...
...
@@ -362,13 +362,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
version = "3.29.
0
"
version = "3.29.
1
"
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)",
"comrak 0.2.9 (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.
0
",
"fractal-matrix-api 3.29.
1
",
"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)",
"gdk-pixbuf-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -395,7 +395,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "3.29.
0
"
version = "3.29.
1
"
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)",
...
...
fractal-gtk/Cargo.toml
View file @
7250f952
...
...
@@ -2,7 +2,7 @@
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
build
=
"build.rs"
name
=
"fractal-gtk"
version
=
"3.29.
0
"
version
=
"3.29.
1
"
workspace
=
"../"
[dependencies]
...
...
fractal-gtk/res/org.gnome.Fractal.appdata.xml
View file @
7250f952
...
...
@@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"3.29.
0
"
date=
"2018-06-
01
"
/>
<release
version=
"3.29.
1
"
date=
"2018-06-
22
"
/>
</releases>
<update_contact>
danigm@wadobo.com
</update_contact>
...
...
fractal-matrix-api/Cargo.toml
View file @
7250f952
[package]
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
name
=
"fractal-matrix-api"
version
=
"3.29.
0
"
version
=
"3.29.
1
"
workspace
=
"../"
description
=
"""
...
...
meson.build
View file @
7250f952
project
(
'fractal'
,
'rust'
,
version
:
'3.29.
0
'
,
version
:
'3.29.
1
'
,
license
:
'GPLv3'
,
)
...
...
scripts/new-release.sh
View file @
7250f952
...
...
@@ -20,7 +20,7 @@ esac
sed
-i
"s/
$current
/
$next
/"
meson.build
sed
-i
"s/
$current
/
$next
/"
fractal-gtk/Cargo.toml
sed
-i
"s/
$current
/
$next
/"
fractal-api/Cargo.toml
sed
-i
"s/
$current
/
$next
/"
fractal-
matrix-
api/Cargo.toml
sed
-i
"s/version=
\"
$current
\"
.*/version=
\"
$next
\"
date=
\"
$(
date
+%Y-%m-%d
)
\"\/
>/"
fractal-gtk/res/org.gnome.Fractal.appdata.xml
cargo check
...
...
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