Releases: CadenFinley/CJsShell
CJ's Shell - v4.1.1
fixed long standing issue of lines not being properly redrawn during input loop if terminal window changes
reverted typeahead changes from 4.1.0
Full Changelog: 4.1.0...4.1.1
CJ's Shell - v4.1.0
improved job control and added disown builtin
fixed some issues with line overflowing
added logical and physical lines for multi line editing
added exit block when there are stopped jobs
improved typeahead character normalizations
added more controls to isocline menu navigations
completely reworked error reporting all across cjsh
added functions in pipelines
added functionality for functions to be defined in parenthesis
Full Changelog: 4.0.0...4.1.0
CJ's Shell - v4.0.0
removed old theme DSL system in turn for more standardized PS1 system
removed syntax and validate builtins
major upgrades to completions
slight improvements to syntax highlighting
added live warning error and info updating in interactive modes
improved error, warning and info messaging
streamlined error messaging
reworked some environment setup
What's Changed
- Prompt themes colors overhaul by @CadenFinley in #24
Full Changelog: 3.11.7...4.0.0
CJ's Shell - v3.11.7
Fix read builtin in pipelines
Removed old --posix flag
Fixed a case in cd completions where all directories were returned as a fallback
Removed the use of __int128
Full Changelog: 3.11.6...3.11.7
CJ's Shell - v3.11.6
sorry for the spam it is over now I think
disable in line hinting in the completions menu as to not double complete
Full Changelog: 3.11.5...3.11.6
3.11.5
Fixed some various completions menu behaviors
Full Changelog: 3.11.4...3.11.5
CJ's Shell - v3.11.4
Fixed an issue with redirections always running in bg
Full Changelog: 3.11.3...3.11.4
CJ's Shell - v3.11.3
Fixed an issue with envvars being set with dangling pointers
Fixed an issue with the --no-colors flag resulting in a blank prompt
Fixed an issue with control stack reporting regarding open if statements in loops
Added exit codes in history saves
Added history searching by exit code
Added exit code in history completions source tags
Added a live updating completions menu, similar to nushell
Fixed an issue with autocd being higher priority than regular command execution
Menu overhauls on history and completions menus
Added full signal support in traps
General refactoring
Full Changelog: 3.11.2...3.11.3
CJ's Shell - v3.11.2
What's Changed
- fixed an issue with a lost terminal after a stdin out or err redirection by @CadenFinley in #22
Full Changelog: 3.11.1...3.11.2
CJ's Shell - v3.11.1
Small hot fix for fg jobs that get sent to bg not being properly reinstated
Full Changelog: 3.11.0...3.11.1