Skip to content

Commit 37ee7c7

Browse files
committed
2.6.0
1 parent b7396c7 commit 37ee7c7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

io.github.dvlv.boxbuddyrs.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
4141

4242
<releases>
43+
<release version="2.6.0" date="2026-08-15">
44+
<description>
45+
<p>Ability to customise Hostname</p>
46+
<p>Uses a proper Status Page to display error messages</p>
47+
<p>Disables buttons which would not be able to function</p>
48+
<p>Bug Fixes when refreshing</p>
49+
</description>
50+
</release>
4351
<release version="2.5.8" date="2025-04-13">
4452
<description>
4553
<p>Updated Translations</p>

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ fn show_about_popup(window: &ApplicationWindow) {
962962
let d = adw::AboutWindow::new();
963963
d.set_transient_for(Some(window));
964964
d.set_application_name("BoxBuddy");
965-
d.set_version("2.5.8");
965+
d.set_version("2.6.0");
966966
d.set_developer_name("Dvlv");
967967
d.set_license_type(gtk::License::MitX11);
968968
// TRANSLATORS: Description of the application

0 commit comments

Comments
 (0)