mirror of
https://gitlab.com/adhami3310/Impression.git
synced 2025-10-06 00:32:46 +02:00
release
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1244,7 +1244,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "impression"
|
||||
version = "3.5.0"
|
||||
version = "3.5.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ashpd",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "impression"
|
||||
version = "3.5.0"
|
||||
version = "3.5.1"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@@ -75,6 +75,15 @@
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
<releases>
|
||||
<release version="3.5.1" date="2025-09-01">
|
||||
<description translate="no">
|
||||
<ul>
|
||||
<li>Add Dutch Translation.</li>
|
||||
<li>Fixes a bug where the progress bar would update slowly when the app is not in focus.</li>
|
||||
<li>Fixes a bug where the disk might unmount before the OS syncs all operations to disk.</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="3.5.0" date="2025-07-27">
|
||||
<description translate="no">
|
||||
<p>Fixes a bug where the order of the drives list would randomly change.</p>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
project('impression',
|
||||
'rust',
|
||||
version: '3.5.0',
|
||||
version: '3.5.1',
|
||||
meson_version: '>= 0.59.0',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
Reference in New Issue
Block a user