Skip to content

Releases: mrjackwills/oxker

v0.9.0

05 Dec 20:49
43d6a4e
Compare
Choose a tag to compare

2024-12-05

Chores

Features

  • --no-stderr cli arg, removes Standard error output from logs, closes #52, [c739637]
  • ContainerPorts use ipaddr, [1b26997]

Fixes

  • update containerised Dockerfile, [0c6f532]
  • calculate_usage overflow, [5106a01]
  • DockerData spawns insertion error, [d4906d3]

Refactors

  • speed up docker logs init process, [8b9fe42]
  • remove docker sleep, [f1562d1]
  • dead code removed, [5ee48d5], [ba6a952], [f0b1145]
  • input_handler, [7f42383]
  • statefulList get_state_title, [2d540b0]
  • statefulList next/previous, [7bb2bef]
  • help_box closure fn, [2860426]
  • use check_sub for sleep calculations, [fe3696e]
  • rename scheduler to heartbeat, [68a6551]
  • remove unnecessary is_running load, [76ccf7c]
  • execute_command(), [2a834d6]
  • Remove numerous clones(), [e5927f7]
  • remove app_data param from generate_lock(), [1a8dab6]
  • combine get_filter methods, [356ea55]
  • FrameData refactors, [5778170], [6e2f82d]
  • update_container_stat combine is_alive(), [55cc746]
  • remove input_poll_rate from Ui, instead use const POLL_RATE, [69f6c96]
  • pass &FrameDate into draw_frame(), [35aec50]
  • dead code removed, [caf23be]
  • input_handler, [9c4f891]
  • draw_block, [de76bc2]

Tests

see CHANGELOG.md for more details

v0.8.0

22 Oct 10:05
0b9723b
Compare
Choose a tag to compare

2024-10-22

Chores

Features

Refactors

see CHANGELOG.md for more details

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