This commit is contained in:
parent
1223ec8635
commit
69ab0cc682
4 changed files with 6 additions and 1 deletions
|
@ -40,6 +40,11 @@
|
||||||
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
|
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="2.2.10" date="2024-08-30">
|
||||||
|
<description>
|
||||||
|
<p>Translation Updates</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="2.2.9" date="2024-07-30">
|
<release version="2.2.9" date="2024-07-30">
|
||||||
<description>
|
<description>
|
||||||
<p>Added Cosmic Terminal Support</p>
|
<p>Added Cosmic Terminal Support</p>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -869,7 +869,7 @@ fn show_about_popup(window: &ApplicationWindow) {
|
||||||
let d = adw::AboutWindow::new();
|
let d = adw::AboutWindow::new();
|
||||||
d.set_transient_for(Some(window));
|
d.set_transient_for(Some(window));
|
||||||
d.set_application_name("BoxBuddy");
|
d.set_application_name("BoxBuddy");
|
||||||
d.set_version("2.2.9");
|
d.set_version("2.2.10");
|
||||||
d.set_developer_name("Dvlv");
|
d.set_developer_name("Dvlv");
|
||||||
d.set_license_type(gtk::License::MitX11);
|
d.set_license_type(gtk::License::MitX11);
|
||||||
// TRANSLATORS: Description of the application
|
// TRANSLATORS: Description of the application
|
||||||
|
|
Loading…
Reference in a new issue