A-gent-0.11.0.3: CHANGELOG.md
# Revision history for Λ-gent
## 0.11.0.3 -- 2026-03-06
* Made `read` usable by providing support for:
* `BACKSPACE` and `DELETE` to remove characters.
* Move back and forth with `←` & `→` (single characters) and `CTRL + ←` &
`CTRL + →` (words).
* Move to start and end of the text with `HOME` and `END`.
## 0.11.0.2 -- 2026-03-05
* Fixed issue with Hackage. The project now builds for:
* `ghc-9.4.8`
* `ghc-9.6.7`
* `ghc-9.8.4`
* `ghc-9.10.3`
* `ghc-9.12.2`
## 0.11.0.1 -- 2026-03-05
* Issue with Hackage. Since the service builds with `9.8.4` we have to comply
with that.
## 0.11.0.0 -- 2026-03-04
* Initial release after feedback from the NixOS Copenhagen User Group, March
meetup: <https://www.meetup.com/nixos-copenhagen-user-group/events/313205865/>
* There is a `BUG` when trying to print emojii's ('🍎', '🍏', …):
```shell
<stdout>: hPutChar: invalid argument (cannot encode character '\55357'
```
## 0 -- 2026-02-25
* First version. Released on an unsuspecting world.
## References
* Use of a fourth component [Version scheme][haskell-stack-ver].
[haskell-stack-ver]: https://docs.haskellstack.org/en/v3.5.1/maintainers/version_scheme/#use-of-a-fourth-component