Skip to content

Commit

Permalink
project: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Jul 17, 2024
1 parent 1acba41 commit 97e2083
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 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,17 @@
</supports>
<launchable type="desktop-id">dev.bragefuglseth.Keypunch.desktop</launchable>
<releases>
<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>
<ul>
<li>Monospaced font in the main text view</li>
<li>Text generation support for Bangla and Hebrew</li>
<li>Guillemet quotation marks for the French text generation</li>
<li>User interface translations for Hebrew and Italian, making Keypunch available in a total of 14 languages</li>
</ul>
</description>
</release>
<release date="2024-07-01" version="2.0">
<description translate="no">
<p>Bonjour! Szia! 안녕! Get ready to practice typing in many new languages.</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.2.0',
version: '0.3.0',
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("2.0"),
Some("3.0"),
);

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

0 comments on commit 97e2083

Please sign in to comment.