This commit is contained in:
parent
39212c2d61
commit
80cb474d3f
3 changed files with 8 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -36,4 +36,5 @@ version-check:
|
|||
translate:
|
||||
bash scripts/compile-translations.sh
|
||||
|
||||
|
||||
f40:
|
||||
GETTEXT_SYSTEM=true cargo build --release
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
|
||||
|
||||
<releases>
|
||||
<release version="2.2.5" date="2024-06-11">
|
||||
<description>
|
||||
<p>UI tweaks for pop-up windows and header bars</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.2.4" date="2024-05-18">
|
||||
<description>
|
||||
<p>Metadata and Translation Updates</p>
|
||||
|
|
|
@ -859,7 +859,7 @@ fn show_about_popup(window: &ApplicationWindow) {
|
|||
let d = adw::AboutWindow::new();
|
||||
d.set_transient_for(Some(window));
|
||||
d.set_application_name("BoxBuddy");
|
||||
d.set_version("2.2.4");
|
||||
d.set_version("2.2.5");
|
||||
d.set_developer_name("Dvlv");
|
||||
d.set_license_type(gtk::License::MitX11);
|
||||
d.set_comments(
|
||||
|
|
Loading…
Reference in a new issue