CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.5.0 - 2024-08-31
**Changed**
- Various documentation updates ([#5](https://github.com/codedge-llc/pane/pull/5)).
- Bumped minimum Elixir version to 1.13.
## v0.4.1 - 2021-02-27
**Fixed**
- Include `:iex` in `:extra_applications` to remove compile warning.
## v0.4.0 - 2020-09-28
**Changed**
- Bump minimum Elixir version to 1.5.
**Fixed**
- Remove deprecated compile warnings.
## v0.3.0 - 2018-01-18
- Support for (f)first and (l)last page
## v0.2.0 - 2018-01-03
- Prompt to enable ANSI codes if disabled
## v0.1.1 - 2017-03-16
- Fix: crash on invalid key command
## v0.1.0 - 2017-02-26
- Initial release