This commit is contained in:
Khaleel Al-Adhami
2025-08-31 23:33:58 -07:00
parent 7d5048db07
commit 7387b3bc2d
4 changed files with 12 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1244,7 +1244,7 @@ dependencies = [
[[package]]
name = "impression"
version = "3.5.0"
version = "3.5.1"
dependencies = [
"anyhow",
"ashpd",

View File

@@ -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

View File

@@ -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>

View File

@@ -1,6 +1,6 @@
project('impression',
'rust',
version: '3.5.0',
version: '3.5.1',
meson_version: '>= 0.59.0',
license: 'GPLv3',
)