Compare commits

..

No commits in common. "8523efccd9944213e6e2968f126a418d1b9b0046" and "e2c70a6014765d7ced08ad3698b53fad66d59c6b" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ of a dot. (ie. `job.stop()` -> `job:stop()`)
- All `fs` module functions which take paths now implicitly expand ~ to home.
- **Breaking Change:** `hilbish.greeting` has been moved to an opt (`hilbish.opts.greeting`) and is
always printed by default. To disable it, set the opt to false.
- **Breaking Change:** `command.no-perm` hook has been replaced with `command.not-executable`
- History is now fetched from Lua, which means users can override `hilbish.history`
methods to make it act how they want.
- `guide` has been removed. See the [website](https://rosettea.github.io/Hilbish/)