File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 40
40
<url type =" help" >https://dvlv.github.io/BoxBuddyRS</url >
41
41
42
42
<releases >
43
+ <release version =" 2.5.3" date =" 2025-01-25" >
44
+ <description >
45
+ <p >Added Ghostty Support</p >
46
+ <p >Fixed creating boxes with an init system</p >
47
+ </description >
48
+ </release >
43
49
<release version =" 2.5.2" date =" 2024-12-31" >
44
50
<description >
45
51
<p >Fix custom home directory option</p >
Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ fn show_about_popup(window: &ApplicationWindow) {
917
917
let d = adw:: AboutWindow :: new ( ) ;
918
918
d. set_transient_for ( Some ( window) ) ;
919
919
d. set_application_name ( "BoxBuddy" ) ;
920
- d. set_version ( "2.5.2 " ) ;
920
+ d. set_version ( "2.5.3 " ) ;
921
921
d. set_developer_name ( "Dvlv" ) ;
922
922
d. set_license_type ( gtk:: License :: MitX11 ) ;
923
923
// TRANSLATORS: Description of the application
You can’t perform that action at this time.
0 commit comments