Skip to content

Releases: sproctor/warlock3

3.0.23

19 Dec 11:38
Compare
Choose a tag to compare

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

18 Dec 20:51
Compare
Choose a tag to compare

Warlock3 3.0.22
Download

  • Fixed character name being displayed in window title
  • Added Linux ARM64 package

3.0.21

18 Dec 10:46
Compare
Choose a tag to compare

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

15 Dec 09:58
Compare
Choose a tag to compare

Warlock3 3.0.20
Download

  • Starting a script from a Wrayth-style script with put .scriptname will terminate the currently running script
  • Scripts now use the configurable type ahead value from the client

3.0.19

14 Dec 13:19
Compare
Choose a tag to compare

Warlock3 3.0.19
Download

  • Adds a global macro reset button, because the macro key storage format was changed in 3.0.18
  • Fixes an issue with newlines going to the wrong place when commands were sent immediately after each other

3.0.18.1

14 Dec 01:48
Compare
Choose a tag to compare

Warlock3 3.0.18.1
Download

  • Disable ProGuard

3.0.18

13 Dec 09:23
Compare
Choose a tag to compare

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.

3.0.17

11 Dec 09:31
Compare
Choose a tag to compare

Warlock3 3.0.17
Download

  • Fix an issue with background not showing on empty streams
  • Fix an issue where scripts would still show in the stream after running the exit command
  • Fix a bug with matchwait and waitfor not getting any matched input from the client
  • Switched license to Apache 2.0
  • Added crash monitoring with Sentry
  • Improve script text listeners by allowing multiple listeners to be installed on one variable.

3.0.16.4

07 Dec 21:17
Compare
Choose a tag to compare

Warlock3 3.0.16.4
Download

  • Started signing with Windows signing key
  • Stopped extracting native libraries

3.0.16.2

05 Dec 10:23
Compare
Choose a tag to compare

Warlock 3.0.16.2

Download

  • Fixed version of 3.0.16
  • Adds ProGuard rules to prevent removal of necessary classes caused by update to ProGuard 7.6.0, which was necessary to support Java 21. The Java runtime distributed with 3.0.16 was updated from Java 17 in previous versions to 21.