Release 4.4.0
This commit is contained in:
parent
cb0125acbe
commit
be6501f923
6 changed files with 9 additions and 9 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -578,7 +578,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|||
|
||||
[[package]]
|
||||
name = "fractal-gtk"
|
||||
version = "4.2.2"
|
||||
version = "4.4.0"
|
||||
dependencies = [
|
||||
"cairo-rs",
|
||||
"chrono",
|
||||
|
@ -620,7 +620,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fractal-matrix-api"
|
||||
version = "4.2.2"
|
||||
version = "4.4.0"
|
||||
dependencies = [
|
||||
"gio",
|
||||
"reqwest",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
{
|
||||
"type" : "git",
|
||||
"url" : "https://source.puri.sm/Librem5/libhandy",
|
||||
"tag" : "v0.0.10"
|
||||
"tag" : "v0.0.13"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -102,7 +102,7 @@
|
|||
"sources" : [
|
||||
{
|
||||
"type" : "git",
|
||||
"branch" : "release-4.2.2",
|
||||
"branch" : "release-4.4.0",
|
||||
"url" : ".."
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["Daniel Garcia <danigm@wadobo.com>"]
|
||||
name = "fractal-gtk"
|
||||
version = "4.2.2"
|
||||
version = "4.4.0"
|
||||
workspace = "../"
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="4.4" type="stable" date="2020-02-28" urgency="high">
|
||||
<release version="4.4" type="stable" date="2020-08-07" urgency="high">
|
||||
<description>
|
||||
<p>This new major release is the result of 3 months of hard work.</p>
|
||||
<p>This new major release is the result of 10 months of hard work.</p>
|
||||
<p>New features:</p>
|
||||
<ul>
|
||||
<li>Videos now have a preview directly in history</li>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["Daniel Garcia <danigm@wadobo.com>"]
|
||||
name = "fractal-matrix-api"
|
||||
version = "4.2.2"
|
||||
version = "4.4.0"
|
||||
workspace = "../"
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'fractal', 'rust',
|
||||
version: '4.2.2',
|
||||
version: '4.4.0',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue