forked from akanyan/STARTLINER
fix: also add post scripts
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,8 +1,13 @@
|
||||
## 0.20.0
|
||||
## 0.20.1
|
||||
|
||||
- Added user-customizable pre-launch scripts
|
||||
- Added japanese localization
|
||||
- Fixed the file editor not updating state properly
|
||||
- Added user-customizable scripts
|
||||
- The launch script runs directly before the game, and is equivalent to adding lines above `start "AM Daemon" ...` in start.bat
|
||||
- The end script runs after the game has closed for any reason, and is equivalent to adding lines below `taskkill /f /im amdaemon.exe ...` in start.bat
|
||||
- This functionality is needed for cursed things such as brokenithm
|
||||
- Fixed the file editor not updating its state properly
|
||||
- Fixed diagnostic exports not exporting paths
|
||||
- Fixed "Install recommended packages" not enabling the segatools hook
|
||||
|
||||
## 0.19.1
|
||||
|
||||
|
Reference in New Issue
Block a user