This commit is contained in:
parent
6f89c252b1
commit
36eee27d78
2 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.1" date="2024-04-01">
|
||||||
|
<description>
|
||||||
|
<p>Added Greek Translations</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="2.2.0" date="2024-03-31">
|
<release version="2.2.0" date="2024-03-31">
|
||||||
<description>
|
<description>
|
||||||
<p>Added a Clone Box button</p>
|
<p>Added a Clone Box button</p>
|
||||||
|
|
|
@ -858,7 +858,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.0");
|
d.set_version("2.2.1");
|
||||||
d.set_developer_name("Dvlv");
|
d.set_developer_name("Dvlv");
|
||||||
d.set_license_type(gtk::License::MitX11);
|
d.set_license_type(gtk::License::MitX11);
|
||||||
d.set_comments(
|
d.set_comments(
|
||||||
|
|
Loading…
Reference in a new issue