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
65ed4582
Commit
65ed4582
authored
Jul 27, 2019
by
Daniel Garcia Moreno
Browse files
Release 4.2.0
parent
fabb9500
Changes
5
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
65ed4582
...
...
@@ -551,7 +551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
version = "4.
0
.0"
version = "4.
2
.0"
dependencies = [
"cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -559,7 +559,7 @@ dependencies = [
"comrak 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"fractal-matrix-api 4.
0
.0",
"fractal-matrix-api 4.
2
.0",
"fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -593,7 +593,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "4.
0
.0"
version = "4.
2
.0"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
fractal-gtk/Cargo.toml
View file @
65ed4582
[package]
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
name
=
"fractal-gtk"
version
=
"4.
0
.0"
version
=
"4.
2
.0"
workspace
=
"../"
edition
=
"2018"
...
...
fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
View file @
65ed4582
...
...
@@ -17,9 +17,9 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"4.2.0"
type=
"stable"
date=
"2019-0
5-05
"
urgency=
"high"
>
<release
version=
"4.2.0"
type=
"stable"
date=
"2019-0
7-27
"
urgency=
"high"
>
<description>
<p>
This new major release is the result of
5
months of hard work by 37 contributors pushing over 200 commits.
</p>
<p>
This new major release is the result of
7
months of hard work by 37 contributors pushing over 200 commits.
</p>
<p>
New features:
</p>
<ul>
<li>
Adaptive window, mobile friendly
</li>
...
...
fractal-matrix-api/Cargo.toml
View file @
65ed4582
[package]
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
name
=
"fractal-matrix-api"
version
=
"4.
0
.0"
version
=
"4.
2
.0"
workspace
=
"../"
edition
=
"2018"
...
...
meson.build
View file @
65ed4582
project
(
'fractal'
,
'rust'
,
version
:
'4.
0
.0'
,
version
:
'4.
2
.0'
,
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