From 7959a8b572365d740cae5ed1147681a6d9338bb9 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 6 Mar 2022 15:00:43 -0400 Subject: [PATCH] docs: mention latest changes in changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 743279f..30c20a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 🎀 Changelog -## [1.0.0] - 2021-03-05 +## [1.0.0] - 2021-03-06 ### Added - MacOS is now officialy supported, default compile time vars have been added for it @@ -19,6 +19,10 @@ it finds the path to `binName` in $PATH - Changing Vim mode throws a `hilbish.vimMode` hook - The current Vim mode is also accessible with the `hilbish.vimMode` property - 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 - 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 - `hilbish.exec()` now has a windows substitute - 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 - The minimal config is truly minimal now