2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-20 20:43:23 +00:00

chore: set changelog

This commit is contained in:
sammyette 2024-04-06 18:35:45 -04:00
parent 3a50b45140
commit bb04afd085
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -1,14 +1,19 @@
# 🎀 Changelog
## Unreleased
## Added
### Fixed
- Do more checks for a TTY
- Panic if ENOTTY is thrown from readline
- use `x/term` function to check if a terminal
### Added
- Page Up/Down keybinds for Greenhouse will now scroll up and down the size of the region (a page)
## Changed
### Changed
- Remove usage of `hilbish.goro` in Greenhouse.
## [2.2.1] - 2023-12-26
## Fixed
### Fixed
- Removed a left over debug print
- Recover panic in `hilbish.goro`