diff --git a/Makefile b/Makefile index f922ef3..fd6958b 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,5 @@ version-check: translate: bash scripts/compile-translations.sh - +f40: + GETTEXT_SYSTEM=true cargo build --release diff --git a/io.github.dvlv.boxbuddyrs.metainfo.xml b/io.github.dvlv.boxbuddyrs.metainfo.xml index 4e6b701..f6dbfd3 100644 --- a/io.github.dvlv.boxbuddyrs.metainfo.xml +++ b/io.github.dvlv.boxbuddyrs.metainfo.xml @@ -40,6 +40,11 @@ https://dvlv.github.io/BoxBuddyRS + + +

UI tweaks for pop-up windows and header bars

+
+

Metadata and Translation Updates

diff --git a/src/main.rs b/src/main.rs index 195dd39..44f7695 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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(