Skip to content

Releases: onihilist/NShell

0.5.1

17 Nov 16:07

Choose a tag to compare

What's Changed

  • fix: updated current dir in shell prompt by @onihilist in #22
  • Add LICENSE by @onihilist in #23
  • feat: more customization for the shell prompt by @onihilist in #24
  • fix: path in HistoryManager/PluginLoader/ThemeLoader by @onihilist in #25
  • feat(readline): optimize key handling and input management (#15) by @onihilist in #29
  • FIX : Commands & Scripts interactive fix by @onihilist in #26
  • [FEAT] - config file by @onihilist in #31
  • [FEAT] Dynamic Plugin Loader by @onihilist in #27
  • Add production-ready shell features: tab completion, aliases, history search, chaining, and redirection by @Copilot in #32

New Contributors

  • @Copilot made their first contribution in #32

Full Changelog: 0.2.1...0.5.1

0.3.0-pre

19 Sep 12:14

Choose a tag to compare

0.3.0-pre Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.1...0.3.0-pre

NB : Still need to fix something for the DPL (Dyn Plugin Loader), still struggling with that.

0.2.1

25 Apr 11:25
b0f7e0c

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

23 Apr 13:43

Choose a tag to compare

Changelog from 0.1.0 to 0.2.0: release...0.2.0

Full Changelog: alpha...0.2.0

0.1.0

18 Apr 09:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: alpha...release

0.1.0a

17 Apr 12:57

Choose a tag to compare

0.1.0a Pre-release
Pre-release
alpha

Add csproj & sln files