Skip to content

Commit ad7df53

Browse files
committed
chore: prepare for v6.3
1 parent add72f7 commit ad7df53

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

data/dev.bragefuglseth.Keypunch.metainfo.xml.in.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@
8080
</supports>
8181
<launchable type="desktop-id">dev.bragefuglseth.Keypunch.desktop</launchable>
8282
<releases>
83+
<release date="2025-04-26" version="6.3">
84+
<description translate="no">
85+
<p>Miscellaneous bug fixes and improvements:</p>
86+
<ul>
87+
<li>The “Enable Entry” button is now shown whenever it should be</li>
88+
<li>Greek tests now use proper Greek punctuation in advanced mode</li>
89+
<li>Kabyle tests now use the proper “open E” letter in all cases</li>
90+
<li>Updated user interface translations</li>
91+
</ul>
92+
</description>
93+
</release>
8394
<release date="2025-04-14" version="6.2">
8495
<description translate="no">
8596
<p>This update improves the translations of Keypunch into different languages.</p>

meson.build

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

0 commit comments

Comments
 (0)