Skip to content

Releases: mrjackwills/oxker

v0.6.4

25 May 09:46
8d862f2
Compare
Choose a tag to compare

2024-05-25

Chores

Docs

  • exec mode "not available on Windows", in both README.md and help panel, [df449a8]

Fixes

  • closes #36 Double key strokes on Windows, [9b7d575]

see CHANGELOG.md for more details

v0.6.3

07 May 20:11
f24f63c
Compare
Choose a tag to compare

2024-05-07

Chores

Features

Fixes

  • correct header display when terminal width changes, [4628803]

Refactors

Tests

  • reduced header section test, [aa09474]
  • test_draw_blocks_help() with add esc text, [ff839af]

see CHANGELOG.md for more details

v0.6.2

31 Mar 13:12
aba9de6
Compare
Choose a tag to compare

2024-03-31

Chores

see CHANGELOG.md for more details

v0.6.1

14 Feb 14:43
8f2f5ab
Compare
Choose a tag to compare

2024-02-14

Chores

  • create_release v0.5.5, [616338b]
  • update dependencies, [10180d2]
  • update to ratatui v0.26.0, [d33dce3]
  • GitHub workflow dependency bump, [0314eac]

Docs

Fixes

  • ports all listed in white, [d3b2358]
  • use long container name in delete popup, [6202b7b]
  • memory display, closes #33, [a182d40]

Refactors

Tests

  • update port test with new colour, [f74ae3f]
  • color match tests updated, [5b28741]

see CHANGELOG.md for more details

v0.6.0

18 Jan 23:00
Compare
Choose a tag to compare

2024-01-18

Chores

Docs

= Readme updated, screenshot added, [7561a93], [4069e55]

Features

Fixes

  • sort arrow now on left of header, [40ddcb7]

Refactors

  • rename string_wrapper > unit_struct, [27cf53e]

Tests

  • Finally have tests, currently for layout and associated methods, at the moment running the tests will not interfere with any running Docker containers, [4bcf77d]

see CHANGELOG.md for more details

v0.5.0

05 Jan 15:14
Compare
Choose a tag to compare

2024-01-05

Chores

Docs

Features

  • re-arrange columns, container name is now the first column, added a ContainerName & ContainerImage struct via string_wrapper macro, closes #32, [e936bb4]

Fixes

Refactors

  • GitHub workflow action improved, [04b66af]
  • sort_containers, [ccf8b55]
  • string_wrapper .get() return &str, [a722731]

see CHANGELOG.md for more details

v0.4.0

21 Nov 10:09
Compare
Choose a tag to compare

2023-11-21

Chores

Features

  • Docker exec mode - you are now able to attempt to exec into a container by pressing the e key, closes #28, [c8077bc], [0e5ee14], [0e5ee14]
  • Export logs feature, press s to save logs, use --save-dir cli-arg to customise output location, closes #1, [a15da5e]

Fixes

see CHANGELOG.md for more details

v0.3.3

21 Oct 16:31
Compare
Choose a tag to compare

2023-10-21

Chores

Docs

Refactors

  • LogsTZ from &str, [44f581f]
  • from string impl, [ca79893]
  • env handling, [18c3ed4]
  • parse_args/mod.rs > parse_args.rs, [a6ff412]
  • set_info_box take &str, [faeaca0]
  • GitHub action use concurrency matrix, re-roder workflow, [85f1982]

see CHANGELOG.md for more details

v0.3.2

28 Aug 13:52
Compare
Choose a tag to compare

2023-08-28

Chores

Features

  • Custom hostname. oxker will use $DOCKER_HOST env if set, or one can use the cli argument --host, which takes priority over the $DOCKER_HOST, closes #30, [1095078]

Refactors

  • set_error() takes gui_state and error enum, to make sure app_data & gui_state is in sync [62c78df]
  • fn loading_spin doesn't need to be async, [2e27462]

see CHANGELOG.md for more details

v0.3.1

04 Jun 01:11
Compare
Choose a tag to compare

2023-06-04

Chores

Fixes

  • workflow additional image fix, closes #29, [47cda44]

see CHANGELOG.md for more details