Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:52
· 2 commits to main since this release
ef09e32

Changes in 1.0.4

Fixed

  • Right-click closes the terminal on the first press. It took three: one was swallowed while the prompt held the caret, one cleared the suggestion list, one shut the app.
  • Right-click leaves the way you came in. Opened with the console key it puts the phone away; opened from the home screen it goes back there.
  • Escape clears the suggestion list, right-click no longer does. An empty prompt lists every command, so that press was being spent on a block nobody opened.
  • The caret returns to the prompt after clicking in the transcript.

What's Changed

  • ci: let GitHub generate the release notes under ours by @DooDesch in #1
  • ci: post a real embed to the Discord feed on release by @DooDesch in #2
  • ci: link Nexus in the Discord release embed by @DooDesch in #3
  • build: take the deploy target from Deploy.props by @DooDesch in #4
  • ci: take the release version from the tag, not from the csproj by @DooDesch in #6
  • Stop repeating the mod's own name in every log line by @DooDesch in #5
  • docs: link the README at docs.doodesch.de by @DooDesch in #7
  • ci: give the Nexus changelog field plain text, not BBCode by @DooDesch in #8
  • fix(terminal): leave on the first right-click, the way the player came in by @DooDesch in #9

New Contributors

Full Changelog: v1.0.3...v1.0.4