Skip to content

Releases: mrjackwills/oxker

v0.1.9

05 Dec 14:30
Compare
Choose a tag to compare

2022-12-05

Fixes

  • disallow commands to be sent to a dockerised oxker container, closes #19, [160b802]
  • if no container created time, use 0, instead of system_time(), [1adb61c]

see CHANGELOG.md for more details

v0.1.8

05 Dec 03:07
Compare
Choose a tag to compare

2022-12-05

Chores

  • dependencies updated, [e3aa442]
  • docker-compose.yml alpine bump, [911c659]
  • github workflow use dtolnay/rust-toolchain, [57c1887]

Features

  • Clicking a header now toggles between Ascending -> Descending -> Default. Use the containers created_time as the default order - maybe add created column in future version, closes #18, [cf14ba4], [d1de291]
  • -s flag for showing the oxker container when executing the docker image, [c93870e]

see CHANGELOG.md for more details

v0.1.7

13 Nov 17:04
Compare
Choose a tag to compare

2022-11-13

Chores

Docs

  • README.md improved Download & Install section, and now available on NixPkg, thanks siph, [67a9e18]

see CHANGELOG.md for more details

v0.1.6

16 Oct 02:39
Compare
Choose a tag to compare

2022-10-16

Chores

Fixes

  • loading icon shifting error fix, also make icon white, closes #15, [5979768]

Features

  • Show container name in log panel title, closes #16, [9cb0c41]
  • use gui_state HashSet to keep track of application gui state, [9e9d515]
  • terminal.clear() after run_app finished, [67c4957]

Refactors

  • CpuStats & MemStats use tuple struct, [a060d03]

see CHANGELOG.md for more details

v0.1.5

07 Oct 21:36
Compare
Choose a tag to compare

2022-10-07

Chores

Docs

Features

  • use newtype construct for container id, [41cbb84]

Refactors

  • Impl Copy where able to, [e76878f]
  • replace async fn with just fn, [17dc604]
  • remove pointless clone()'s & variable declarations, [6731002]
  • replace String::from("") with String::new(), [62fb224]
  • replace map_or_else with map_or, [3e26f29], [5660b34]

see CHANGELOG.md for more details

v0.1.4

07 Sep 17:52
Compare
Choose a tag to compare

2022-09-07

Chores

Features

  • containerize self, github action to build and push to Docker Hub, [07f9720]
  • gui_state is_loading use a HashSet to enable multiple things be loading at the same time, [66583e1]
  • github action publish to crates.io, [90b2e3f]
  • derive Eq where appropriate, [d7c2601]
  • ignore 'oxker' containers, [1be9f52]
  • update container info if container is either running OR restarting, [5f12362]

Fixes

  • devcontainer updated, [3bde4f5]
  • Use Binate enum to enable two cycles of cpu/mem update to be executed (for each container) at the same time, refactor hashmap spawn insertions, [7ec58e7]

Refactors

  • improved way to remove leading '/' of container name, [832e978]

see CHANGELOG.md for more details

v0.1.3

04 Aug 17:40
Compare
Choose a tag to compare

2022-08-04

Chores

Features

  • build all production targets on release, [44f8140]

Fixes

see CHANGELOG.md for more details

v0.1.2

23 Jul 14:24
Compare
Choose a tag to compare

2022-07-23

Fixes

  • remove reqwest dependency, [10ff8ba]

see CHANGELOG.md for more details

v0.1.0

23 Jul 04:38
Compare
Choose a tag to compare

2022-07-23

Chores

Features

  • Enable sorting of containers by each, and every, heading. Either via keyboard or mouse, closes [#3], [a6c296f]
  • Spawn & track docker information update requests, multiple identical requests cannot be executed, [740c059]

see CHANGELOG.md for more details

v0.0.6

06 Jul 01:12
Compare
Choose a tag to compare

2022-07-06

Docs

Fixes

Refactors

see CHANGELOG.md for more details