Files
oxkerclone/CHANGELOG.md
T
2022-07-06 00:53:57 +00:00

4.6 KiB

v0.0.6

2022-07-06

Docs

Fixes

Refactors

v0.0.5

2022-05-30

Docs

  • Readme one-liner to download & install latest version, 11d5ba36,
  • Example docker-compose.yml bump alpine version to 3.16, 98c83f2f,

Fixes

  • use Some() checks to make sure that container item indexes are still valid, else can create out-of-bounds errors, closes #8, 4cf02e3f,
  • Remove + replace as many unwrap()'s as possible, d8e22d74,
  • Help panel typo, e497f3f2,

v0.0.4

2022-05-08

Fixes

v0.0.3

2022-05-08

Docs

Features

  • vim movement keys, 'j' & 'k', to move through menus, thanks siph, 77eb33c0,

Fixes

  • create_release.sh correctly link to closed issues, 5820d0a9,

Refactors

  • generate_block reduce params, insert into area hashmap from inside generate_block function, 32705a60,
  • dead code removed, d20e1bcd,
  • create_release.sh improved flow & comments, 4283a285,

v0.0.2

2022-04-29

Features

  • allow toggling of mouse caputre, to select & copy text with mouse, closes #2, aec184ea,
  • show id column, b10f9274,
  • draw_popup, using enum to draw in one of 9 areas, closes #6, 1017850a,
  • use a message rx/sx for all docker commands, remove update loop, wait for update message from gui instead, 9b70fdfa,

Fixes

v0.0.1

2022-04-25

  • init commit