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
5c0f17a4
Commit
5c0f17a4
authored
Dec 22, 2018
by
Daniel García Moreno
Browse files
Release 4.0.0
parent
79b3a872
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
5c0f17a4
This diff is collapsed.
Click to expand it.
fractal-gtk/Cargo.toml
View file @
5c0f17a4
...
...
@@ -2,7 +2,7 @@
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
build
=
"build.rs"
name
=
"fractal-gtk"
version
=
"
3.99.1
"
version
=
"
4.0.0
"
workspace
=
"../"
[dependencies]
...
...
@@ -10,31 +10,31 @@ failure = "0.1.3"
gdk
=
"0.9.0"
gdk-pixbuf
=
"0.5.0"
gdk-pixbuf-sys
=
"0.7.0"
gio
=
"0.5.
0
"
glib
=
"0.6.
0
"
gstreamer
=
"0.12.
0
"
gstreamer-player
=
"0.12.
0
"
gio
=
"0.5.
1
"
glib
=
"0.6.
1
"
gstreamer
=
"0.12.
2
"
gstreamer-player
=
"0.12.
2
"
pango
=
"0.5.0"
pangocairo
=
"0.6.0"
secret-service
=
"0.4.0"
serde
=
"1.0.8
0
"
serde_derive
=
"1.0.8
0
"
serde_json
=
"1.0.3
2
"
url
=
"1.7.
1
"
rand
=
"0.
5.5
"
serde
=
"1.0.8
2
"
serde_derive
=
"1.0.8
2
"
serde_json
=
"1.0.3
3
"
url
=
"1.7.
2
"
rand
=
"0.
6.1
"
html2pango
=
{
git
=
"https://gitlab.gnome.org/World/html2pango"
}
comrak
=
"0.
3.1
"
comrak
=
"0.
4.0
"
gettext-rs
=
{
git
=
"https://github.com/danigm/gettext-rs"
,
branch
=
"no-gettext"
,
features
=
["gettext-system"]
}
regex
=
"1.1.0"
tree_magic
=
"0.2.
0
"
log
=
"0.4.
5
"
tree_magic
=
"0.2.
1
"
log
=
"0.4.
6
"
fragile
=
"0.3.0"
letter-avatar
=
"1.0.
0
"
letter-avatar
=
"1.0.
2
"
sourceview
=
"0.5.0"
itertools
=
"0.
7.8
"
itertools
=
"0.
8.0
"
dirs
=
"1.0.4"
mdl
=
"1.0.4"
lazy_static
=
"1.
1
.0"
lazy_static
=
"1.
2
.0"
[dependencies.cairo-rs]
features
=
["png"]
...
...
fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
View file @
5c0f17a4
...
...
@@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"4.0.0"
type=
"stable"
date=
"2018-12-2
0
"
urgency=
"high"
>
<release
version=
"4.0.0"
type=
"stable"
date=
"2018-12-2
2
"
urgency=
"high"
>
<description>
<p>
This new major release is the result of 3 months of hard work by 25 contributors pushing over 340 commits.
</p>
<p>
New features:
</p>
...
...
fractal-matrix-api/Cargo.toml
View file @
5c0f17a4
[package]
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
name
=
"fractal-matrix-api"
version
=
"
3.99.1
"
version
=
"
4.0.0
"
workspace
=
"../"
description
=
"""
...
...
@@ -15,18 +15,18 @@ repository = "https://gitlab.gnome.org/World/fractal"
documentation
=
"https://world.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"
[dependencies]
log
=
"0.4.
5
"
glib
=
"0.6.
0
"
regex
=
"1.
0.5
"
reqwest
=
"0.9.
4
"
serde
=
"1.0.8
0
"
serde_derive
=
"1.0.8
0
"
serde_json
=
"1.0.3
2
"
time
=
"0.1.4
0
"
tree_magic
=
"0.2.
0
"
url
=
"1.7.
1
"
log
=
"0.4.
6
"
glib
=
"0.6.
1
"
regex
=
"1.
1.0
"
reqwest
=
"0.9.
5
"
serde
=
"1.0.8
2
"
serde_derive
=
"1.0.8
2
"
serde_json
=
"1.0.3
3
"
time
=
"0.1.4
1
"
tree_magic
=
"0.2.
1
"
url
=
"1.7.
2
"
urlencoding
=
"1.0.0"
md5
=
"0.
5.0
"
md5
=
"0.
6.1
"
[dependencies.cairo-rs]
features
=
["png"]
...
...
meson.build
View file @
5c0f17a4
project
(
'fractal'
,
'rust'
,
version
:
'
3.99.1
'
,
version
:
'
4.0.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