Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brage Fuglseth committed Dec 25, 2023
1 parent f2a23b8 commit a66a0a8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions data/dev.bragefuglseth.Fretboard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@
<value key="GnomeSoftware::key-colors">[(153, 193, 241)]</value>
</custom>
<releases>
<release date="2023-12-25" version="5.0">
<description translatable="no">
<p>It may not arrive in wrapping paper, but this timely release of Fretboard still includes some nice gifts:</p>
<ul>
<li>An enharmonic indicator that lets you see when chords have more than one possible name</li>
<li>Automatic chord name formatting, turning your sloppily typed “bb maj7” into a beautiful “B♭maj7”</li>
<li>More consistent keyboard shortcuts</li>
<li>Enhanced accessibility for screen readers</li>
<li>German and Swedish translations, making Fretboard available in a total of 13 languages</li>
</ul>
<p>If you would like to come with suggestions, report bugs, translate the app, or contribute otherwise, feel free to reach out!</p>
</description>
</release>
<release date="2023-10-16" version="4.1">
<description translatable="no">
<p>This is a minor release with a few improvements:</p>
Expand Down Expand Up @@ -116,3 +129,4 @@
</release>
</releases>
</component>

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('fretboard',
'rust',
version: '4.1',
version: '5.0',
license: 'GPL-3.0-or-later',
meson_version: '>= 0.62.0',
)
Expand Down
2 changes: 1 addition & 1 deletion src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl FretboardApplication {
let window = self.active_window().unwrap();
let about = adw::AboutWindow::from_appdata(
"/dev/bragefuglseth/Fretboard/metainfo.xml",
Some("4.0"),
Some("5.0"),
);

about.set_developers(&["Brage Fuglseth"]);
Expand Down

0 comments on commit a66a0a8

Please sign in to comment.