Skip to content

Releases: sproctor/warlock3

3.0.30

24 Dec 05:32
Compare
Choose a tag to compare

Warlock3 3.0.30
Download

  • Use theme colors for the menu bar
  • Make the last stream window fill the remaining space
  • Default type ahead to 2

3.0.29

22 Dec 23:17
Compare
Choose a tag to compare

Warlock3 3.0.29
Download

  • Fixed scripts launching a copy of themselves failed

3.0.28

22 Dec 14:45
Compare
Choose a tag to compare

Warlock3 3.0.28
Download

  • The multiple prompt fix from 3.0.27 didn't cover all cases, it's actually fixed now
  • Fixed scripts sometimes matching text from echo before the matchwait or waitfor

3.0.27

21 Dec 12:29
Compare
Choose a tag to compare

Warlock3 3.0.27
Download

  • Fixed multiple prompts showing unintentionally
  • Fixed missing new lines in simple logs

3.0.26

21 Dec 04:44
Compare
Choose a tag to compare

Warlock3 3.0.26
Download

  • Fixed buggy type ahead, commands were sometimes getting overwritten and duplicated in the queue
  • Fixed script type ahead, scripts were capable of queuing infinite commands
  • Improved output of simple logs

3.0.25

20 Dec 14:06
Compare
Choose a tag to compare

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

19 Dec 16:22
Compare
Choose a tag to compare

Warlock3 3.0.24
Download

  • In scripts, only match text that would be sent to the main window
  • Fix issues with logging

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