Releases: sproctor/warlock3
Releases · sproctor/warlock3
3.0.26
3.0.25
Warlock3 3.0.25
Download
- Fixed NW compass arrow showing the NE arrow
- Default to 1 line of type ahead
- Stop a script when another script with the same name is started
- Fixed issue where script debugging could be displayed out of order
- Fixed issue with the command buffer getting stuck when there were multiple commands
- Added optional timeout argument to
MatchWait
to timeout after X seconds
3.0.24
3.0.23
Warlock3 3.0.23
Download
- Fixed font style selector (was broken when migrating from Material 2 to Material 3)
- Fixed window settings dialog
- Added "Script output" window that show script logging output
- Send script logging to the main window instead of debug window when "Script output" window is closed
- Only send main text to simple logger
3.0.22
3.0.21
Warlock3 3.0.21
Download
- Switch from SQLDelight to Room
- BREAKING CHANGE: The table schema for Alterations was invalid. All saved text alterations will be lost when updating
- Fixed some cases which could've potentially caused thread starvation, which might have been the reason the UI would sometimes become unresponsive
- Log all text w/o protocol information
- Allow light/dark theme to be selectable in settings
- Improved scrollbar and background colors
- Pressing escape would end scripts, but if they were waiting for something, they wouldn't end until that condition was met
- Re-enabled ProGuard
3.0.20
3.0.19
3.0.18.1
3.0.18
Warlock3 3.0.18
Download
- Implemented type ahead command restrictions. Defaults to unlimited.
- Reverted to Java 17 and re-enabled ProGuard
- BREAKING CHANGE: Modified macro key encoding. You will need to manually update your macro bindings. This was unfortunately necessary because of some incompatibilities between Java versions. The new format is stable and won't be changed without an automated updater.