Skip to content

Commit c0bdca3

Browse files
committed
v1.0.6
1 parent 71e116d commit c0bdca3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

data/com.ranfdev.DistroShelf.metainfo.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@
7171
</screenshots>
7272

7373
<releases>
74+
<release version="1.0.6" date="2025-05-12">
75+
<description translate="no">
76+
<ul>
77+
<li>Added Italian translation</li>
78+
<li>Added Dutch translation</li>
79+
<li>Added Ghostty terminal support</li>
80+
<li>Added Terminator terminal support</li>
81+
</ul>
82+
</description>
83+
</release>
7484
<release version="1.0.5" date="2025-04-30">
7585
<description translate="no">
7686
<p>Lighter, bigger items in icon</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('distroshelf', 'rust',
2-
version: '1.0.5',
2+
version: '1.0.6',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub static VERSION: &str = "1.0.5";
1+
pub static VERSION: &str = "1.0.6";
22
pub static GETTEXT_PACKAGE: &str = "distroshelf";
33
pub static LOCALEDIR: &str = "/app/share/locale";
44
pub static PKGDATADIR: &str = "/app/share/distroshelf";

0 commit comments

Comments
 (0)