Skip to content

0.2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 19:51
· 620 commits to main since this release
ca6a4e1

A bunch of small fixes and improvements; special thanks to new contributors @0xcefaedfe, @kostmo, @ussgarci, and @valyagolev. Notable changes include:

  • New UI features:
    • REPL improvements:
      • Expose the last evaluated result as it, and previous results as itN (#734)
      • Allow clicking in the REPL input to move the cursor (#750)
      • Autocomplete entity names in the repl (#798)
      • REPL cursor no longer blinks when REPL panel is not selected (#801)
    • Improve user experience around quitting & moving between tutorial challenges (#754)
      • Add a button to the Quit dialog to restart a scenario. (#767)
      • Use scenario name as Goal dialog title (#774)
    • autoplay flag for automatically demonstrating scenario solutions (#792)
    • Improved inventory sorting and user-controllable sort criteria (#793)
    • Ability to temporarily hide robots so you can see what's under them (#802)
  • New language features:
    • New void type (#735)
  • Bug fixes:
    • Fix bug in the first tutorial challenge that froze the game and ate all memory if the user said anything other than expected (#762, #810)
  • Documentation:
    • Generate all wiki "cheat sheets" automatically (#769)
  • Support for building on GHC 9.4 (#752)

There were several other small fixes and improvements; see the full changelog here.