File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.11.0] - 2025-09-23
9+
10+ ### Changed
11+
12+ - Supported LeviLamina 1.5.0
13+
814## [ 0.10.1] - 2025-07-18
915
1016### Fixed
@@ -136,6 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136142
137143- First release
138144
145+ [ 0.11.0 ] : https://github.com/ShrBox/BackupHelper/compare/v0.10.1...v0.11.0
139146[ 0.10.1 ] : https://github.com/ShrBox/BackupHelper/compare/v0.10.0...v0.10.1
140147[ 0.10.0 ] : https://github.com/ShrBox/BackupHelper/compare/v0.9.1...v0.10.0
141148[ 0.9.1 ] : https://github.com/ShrBox/BackupHelper/compare/v0.8.2...v0.9.1
Original file line number Diff line number Diff line change 22 "format_version" : 3 ,
33 "format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
44 "tooth" : " github.com/ShrBox/BackupHelper" ,
5- "version" : " 0.10.1 " ,
5+ "version" : " 0.11.0 " ,
66 "info" : {
77 "name" : " BackupHelper" ,
88 "description" : " A LeviLamina plugin which is port from LiteLoaderBDS to help you backup more easily" ,
1717 "platform" : " win-x64" ,
1818 "dependencies" : {
1919 "git.levimc.org/ShrBox/7-zip" : " 24.*" ,
20- "github.com/LiteLDev/LeviLamina" : " 1.4 .*"
20+ "github.com/LiteLDev/LeviLamina" : " 1.5 .*"
2121 },
2222 "assets" : [
2323 {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if is_config (" target_type" , " server" ) then
6- add_requires (" levilamina 1.4 .0" , {configs = {target_type = " server" }})
6+ add_requires (" levilamina 1.5 .0" , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina 1.4 .0" , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.5 .0" , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" , " simpleini" )
You can’t perform that action at this time.
0 commit comments