Skip to content

Releases: Sebobo/Shel.Neos.Terminal

1.1.1

08 Jan 13:21
187fb5c
Compare
Choose a tag to compare

BUGFIX: Prevent loading commands twice in case of commandbar being installed too
BUGFIX: Prevent 403 error for users without command privileges resolving #15 (thx to @markusguenther for their original PR)

TASK: Cleanup code
TASK: Update docs

Full Changelog: 1.1.0...1.1.1

1.1.0

15 Mar 10:13
e38f101
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Introduce support for Shel.Neos.CommandBar
  • BUGFIX: Adjust Github actions for Neos 7.3+ by @Sebobo
  • TASK: Cleanup and remove some code

Full Changelog: 1.0.0...1.1.0

1.0.0

04 Jan 07:58
Compare
Choose a tag to compare
  • TASK: Only support Neos 7.3+
  • TASK: Prepare code for Neos 9 deprecations (replace decorators & plow-js)
  • TASK: Remove fallback for Neos 5.0
  • TASK: Reduce plugin size from ~250KB to ~80KB
  • TASK: Upgrade build stack
  • TASK: Add descriptions to roles
  • FEATURE: Add colours to browser console output

Full Changelog: 0.7.2...1.0.0

0.7.2

06 Apr 11:32
667850b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.1...0.7.2

0.7.1

28 Jan 15:24
c05d2ca
Compare
Choose a tag to compare

What's Changed

  • TASK: Run automatic tests for Neos 5.3 & 7.3
  • BUGFIX: Catch eel evaluation errors and forward them to ui

Bildschirmfoto 2022-01-28 um 16 25 26

Full Changelog: 0.7.0...0.7.

0.7.0

18 Jan 15:20
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Provide custom help and clear commands by @Sebobo
  • FEATURE: Close terminal when pressing escape by @Sebobo
  • BUGFIX: Focus terminal after open by @Sebobo

Full Changelog: 0.6.1...0.7.0

0.6.0

24 Sep 09:38
f73a147
Compare
Choose a tag to compare

FEATURE: nodeRepair command
FEATURE: add privileges for search and nodeRepair commands
TASK: Refactor input validation and help text for eel and flushCache commands

Changelog since 0.5.2

0.5.0

19 Apr 08:16
bf3f1e7
Compare
Choose a tag to compare

FEATURE: Command name autocompletion
FEATURE: Allow hiding sponsorship thank you message
TASK: Change echo message color
BUGFIX: Prevent break in prompt label

Changelog since 0.4.1

0.4.0

24 Mar 11:16
d87aadc
Compare
Choose a tag to compare

!!! FEATURE: Introduce commandcontext to access context variables
!!! FEATURE: Introduce custom privilege - thx to @bwaidelich for the help!
FEATURE: Process server feedbacks for the Neos UI
FEATURE: Add search command

This is a breaking release and custom commands need to be slightly adjusted. See the readme for examples.

Changes since 0.3.0

0.3.0

24 Feb 13:20
ac73454
Compare
Choose a tag to compare

FEATURE: Press hotkey t t to toggle the Terminal!