Skip to content

Commit

Permalink
release: Bump to v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Aug 16, 2024
1 parent 15ad927 commit d82557a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions data/dev.bragefuglseth.Keypunch.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@
</supports>
<launchable type="desktop-id">dev.bragefuglseth.Keypunch.desktop</launchable>
<releases>
<release date="2024-08-16" version="3.1">
<description translate="no">
<p>Keypunch’s already wide language support has been extended even further!</p>
<ul>
<li>Text generation support for Czech, Italian, Occitan and Polish</li>
<li>User interface translations for Occitan and Polish, making Keypunch available in a total of 16 languages</li>
</ul>
<p>If you would like for Keypunch to speak your language as well, feel free to reach out!</p>
</description>
</release>
<release date="2024-07-17" version="3.0">
<description translate="no">
<p>If you appreciate accuracy and legibility, you are going to love this update!</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('keypunch', 'rust',
version: '0.3.0',
version: '0.3.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ mod imp {

let about = adw::AboutDialog::from_appdata(
"/dev/bragefuglseth/Keypunch/dev.bragefuglseth.Keypunch.metainfo.xml",
Some("3.0"),
Some("3.1"),
);

about.set_developers(&["Brage Fuglseth https://bragefuglseth.dev"]);
Expand Down

0 comments on commit d82557a

Please sign in to comment.