Skip to content

Commit 2655375

Browse files
committed
Release 0.5.0
1 parent 542285c commit 2655375

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

data/dev.mufeed.Wordbook.metainfo.xml.in.in

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,27 @@
4343
</screenshots>
4444

4545
<releases>
46+
<release version="0.5.0" date="2025-08-22">
47+
<description>
48+
<ul>
49+
<li>Significant UI changes</li>
50+
<li>Added Favorites</li>
51+
<li>Added "Did you mean" suggestions for typos</li>
52+
<li>Added a context menu action to search for selected text</li>
53+
<li>Added support for auto-pasting clipboard content on launch</li>
54+
<li>Improved persistent history management</li>
55+
<li>Added GNOME Search Provider integration</li>
56+
<li>The app now remembers window dimensions</li>
57+
<li>Several performance and responsiveness improvements</li>
58+
<li>Improved keyboard navigation and accessibility</li>
59+
<li>Several bug fixes</li>
60+
<li>Added Italian and Hindi translations</li>
61+
<li>Updated translations for German, French, Dutch, Russian, and Turkish</li>
62+
<li>Ported the UI to use Blueprint</li>
63+
<li>BREAKING: Settings schema has changed</li>
64+
</ul>
65+
</description>
66+
</release>
4667
<release version="0.4.0" date="2023-09-25">
4768
<description translate="no">
4869
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'wordbook',
3-
version: '0.4.0',
3+
version: '0.5.0',
44
meson_version: '>= 0.59.0',
55
default_options: [ 'warning_level=2',
66
],

0 commit comments

Comments
 (0)