File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments