Skip to content

Releases: mrjackwills/oxker

v0.10.5

19 Jun 21:35
f4cf1d4
Compare
Choose a tag to compare

2025-06-19

Reverts

  • Bollard update rolled back, closes #66, [aac9c6b]

see CHANGELOG.md for more details

v0.10.4

18 Jun 09:11
bb7be2e
Compare
Choose a tag to compare

2025-06-18

Chores

Docs

  • example config files updated, [63ab7de], [8fb5ac4]
  • README.md updated, link to directories crate, closes #65, [c2bfe32]

Features

  • log panel size configurable, closes #50, use the - or = keys to change the height of the logs panel, or \ to toggle visibility. Automatically hide the logs panel using a new config item show_logs, see example_config/* files for more details, [6edf99e]
  • build release binaries for aarch64-apple-darwin, closes #62, personally untested on MacOS - but others suggest it works as expected, [e7114d2], [2e85009]

Fixes

  • merge args color/raw fix, [d198398]

Refactors

  • reduce cloning of the logs text items, can expect 40-50% reduction in CPU and memory usage in certain common situations, [ecefa30]
  • dead code removed, [b40b6b1]

Tests

  • add more whole layout tests, [4b81c6c]

see CHANGELOG.md for more details

v0.10.3

22 Apr 16:15
4d62a9b
Compare
Choose a tag to compare

2025-04-22

Chores

Tests

see CHANGELOG.md for more details

v0.10.2

19 Apr 16:55
e158522
Compare
Choose a tag to compare

2025-04-19

Chores

Tests

  • use a fixed version String, 0.00.000, in tests, [230174b]

see CHANGELOG.md for more details

v0.10.1

18 Apr 13:16
9a312d3
Compare
Choose a tag to compare

2025-04-18

Chores

Docs

Fixes

Refactors

Tests

see CHANGELOG.md for more details

v0.10.0

23 Feb 15:13
225c64d
Compare
Choose a tag to compare

2025-02-23

Chores

Features

  • Config file introduced, including customizing color scheme of application, closes #47, [f4d54e1]
  • Enable log timestamps to be set to any given timezone, plus custom timestamp format via the config file, closes #56, [17a5e7a]
  • update Rust edition to 2024, [7e4a960]

Fixes

  • Only draw screen if data or layout has changed, drastically reduces CPU usage, [bfc295c]

see CHANGELOG.md for more details

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