Skip to content

Releases: mrjackwills/oxker

v0.7.2

07 Sep 21:42
20be29e
Compare
Choose a tag to compare

2024-09-07

Reverts

  • Expect lint was causing issues with crates/docker builds, revert until fix is found, [578ed9f]

see CHANGELOG.md for more details

v0.7.1

07 Sep 07:39
4535528
Compare
Choose a tag to compare

2024-09-07

Chores

Docs

  • CHANGELOG.md duplicate removed, [16ecc5a]
  • Readme raspberry pi fix, [baf6878]
  • Add installation guide to README for macOS installation via brew install oxker, thanks miketheman, [5981731], [895ec62]

Refactors

  • switch lints from allow(x) to expect(x), [2a0ab6d]

see CHANGELOG.md for more details

v0.7.0

01 Aug 22:02
47960f6
Compare
Choose a tag to compare

2024-08-01

Chores

Docs

Features

  • left align all text, [e0d421c]
  • place image name in logs panel title, [12f2435]
  • distinguish between unhealthy & healthy running containers, closes #43, [de87681]
  • filter containers, use F1 or / to enter filter mode, closes #37, thanks to MohammadShabaniSBU for the original PR, [d5d8a0d], [7ee1f06]

Fixes

  • log_sanitizer raw() & remove_ansi() now functioning as intended, [0dc98df]
  • Dockerfile command use uppercase, [068e402]
  • heading section help margin, [0e927aa]
  • install.sh use curl, [197a031]

Tests

  • fix layout tests with new left alignment, [dfced56]

see CHANGELOG.md for more details

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