Changelog

View Source

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.5.1 - 2026-02-22

Added

  • Better documented typespecs. (#11)
  • More tests for Pane.Page and Pane.Viewer. (#11)

Fixed

  • Terminal size detection on Windows (replaced tput with :io.rows/0). (#11)

v0.5.0 - 2024-08-31

Changed

  • Various documentation updates (#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