mirror of https://github.com/Hilbis/Hilbish
docs: mention latest changes in changelog
parent
5c4335ec6a
commit
7959a8b572
|
@ -1,6 +1,6 @@
|
||||||
# 🎀 Changelog
|
# 🎀 Changelog
|
||||||
|
|
||||||
## [1.0.0] - 2021-03-05
|
## [1.0.0] - 2021-03-06
|
||||||
### Added
|
### Added
|
||||||
- MacOS is now officialy supported, default compile time vars have been added
|
- MacOS is now officialy supported, default compile time vars have been added
|
||||||
for it
|
for it
|
||||||
|
@ -19,6 +19,10 @@ it finds the path to `binName` in $PATH
|
||||||
- Changing Vim mode throws a `hilbish.vimMode` hook
|
- Changing Vim mode throws a `hilbish.vimMode` hook
|
||||||
- The current Vim mode is also accessible with the `hilbish.vimMode` property
|
- The current Vim mode is also accessible with the `hilbish.vimMode` property
|
||||||
- Print errors in `hilbish.timeout()` and `hilbish.goro()` callbacks
|
- Print errors in `hilbish.timeout()` and `hilbish.goro()` callbacks
|
||||||
|
- `hilbish.exit` hook is thrown when Hilbish is going to exit
|
||||||
|
- `hilbish.exitCode` property to get the exit code of the last executed command
|
||||||
|
- `screenMain` and `screenAlt` functions have been added to Ansikit to switch
|
||||||
|
to the terminal's main and alt buffer respectively
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Tab completion for executables
|
- Tab completion for executables
|
||||||
|
@ -33,6 +37,8 @@ it finds the path to `binName` in $PATH
|
||||||
- Add full command to history in the case of incomplete input
|
- Add full command to history in the case of incomplete input
|
||||||
- `hilbish.exec()` now has a windows substitute
|
- `hilbish.exec()` now has a windows substitute
|
||||||
- Fixed case of successful command after prompted for more input not writing to history
|
- Fixed case of successful command after prompted for more input not writing to history
|
||||||
|
- `command.exit` is thrown when sh input is incorrect and when command executed after continue
|
||||||
|
prompt exits successfully
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- The minimal config is truly minimal now
|
- The minimal config is truly minimal now
|
||||||
|
|
Loading…
Reference in New Issue