Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.45 KB

Change Log of Atari Portfolio address file reader

Version 0.2.8 / 2024-07-06

  • bumped ratatui from 0.26.3 to 0.27.0

Version 0.2.7 / 2024-06-02

  • bumped ratatui from 0.26.2 to 0.26.3

Version 0.2.6 / 2024-04-16

  • bumped chrono from 0.4.34 to 0.4.38
  • bumped ratatui from 0.26.1 to 0.26.2

Version 0.2.5 / 2024-03-02

  • bumped rust version to 1.74 for clap 4.5.1, used in rpm packaging

Version 0.2.4 / 2024-03-02

  • bumped chrono from 0.4.33 to 0.4.34
  • bumped ratatui from 0.26.0 to 0.26.1

Version 0.2.3 / 2024-02-03

  • bumped rust version to 1.72 to gain access to stable feature stdsimd for aarch64 builds, like on MacOS

Version 0.2.2 / 2024-02-03

  • switched from tui 0.19.0 (unmaintained) to ratatui 0.26.0 (maintained fork)
  • bumped crossterm from 0.25.0 to 0.27.0

Version 0.2.1 / 2024-02-03

  • bumped chrono from 0.4.31 to 0.4.33

Version 0.2.0 / 2023-12-25

  • updated dependencies, increased Rust edition & version
  • added this Change Log
  • added GitHub actions for dependency updates, linting and release builds
  • applied lints, corrected typo, internalized list mode state

Version 0.1.0 / 2020-09-20

  • initial release, providing read-only functionality