Releases: sproctor/warlock3
Releases · sproctor/warlock3
1.0.0-beta06
- Added ability to change font per preset and per window
- When updating the DB, a copy is made in the .warlock3 directory
- Added an implementation of aliases
- Improved RT display
- Improved window performance and behavior
- Enabled regex highlights (they were already working, just no interface to create them) and greatly improved the highlight settings UI
1.0.0-beta05
Features:
- Windows in the center column are now positioned in a row
- Allow users to move windows between columns and reorder them
- Reports parse errors in console
Bug fixes
- Fixes bug with lost styles in beta04
- Properly clear windows
- Re-enabled text selection, disabled links pending https://issuetracker.google.com/issues/184950231
1.0.0-beta04
- Limit scroll back lines (defaults to 5000)
- Compass directions are now clickable
- In-game commands are now clickable
- Logs are saved to $HOME/.warlock3/logs/%character_id/YYY-MM-DD.log
- Text selection in the game window is broken
1.0.0-beta03
- Updated to Compose 1.2.0-alpha01-dev741
- Fixed display bug with variable settings
- Added banner with link back to dashboard on disconnect
- Fixed a bug with "contains" in scripts
- Added support for command line arguments for host/key/port to support Lich
v1.0.0-beta02
Fixes breakage from previous release.
v1.0.0-beta01
This release is broken, do not use.
- Fixes crash reading highlights (sqldelite JDBC driver is buggy)
- Greatly improves UI of settings screen
- Adds default macros and adds a few minor macro capabilities
v1.0.0-alpha10
- Use sqlite to store settings
- Add opening screen that allows connecting to a previously connected character
v1.0.0-alpha09
- Added character selector to preferences and the ability to modify global highlights/macros
- Added pause macro to pause scripts
- Fixed issues with JS scripts and updated to Rhino 1.7.14
- Updated JVM to version 17
v1.0.0-alpha07
Release 1.0.0-alpha07 * Fixed issue with text not showing in main window when its target window was closed * Fixed script "exists" keyword * Fixed addtextlistener(re) argument parsing * Added local variables %arg1 ... %argN to gosub * Fixed move command not respecting type ahead limit * Fixed problem with variable case sensitivity * Added scripting state commands before/after scripts, increases type ahead limit in scripts
v1.0.0-alpha06
Release 1.0.0-alpha06 * Added map variable type to scripts * Added script variables %components, %properties, and %variables * Added script commands "delay", "send", "mapadd", "var", "unvar", "gosub", "addtextlistener", "removetextlistener", "addtextlistenerre" * Fixed some scripting bugs * Changed numpad macros to require num lock be off