7.9 KiB
7.9 KiB
Chores
- dependencies updated, [
a3168daa3f], [78e59160bb]
Features
- containerize self, github action to build and push to Docker Hub, [
07f972022a] - github action publish to crates.io, [
90b2e3f6db] - derive Eq where appropriate, [
d7c2601f95] - ignore containers 'oxker' containers, [
1be9f52ad4] - update container info if container is either running OR restarting, [
5f12362db7]
Fixes
- devcontainer updated, [
3bde4f5629] - 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, [
7ec58e79a1]
Refactors
- improved way to remove leading '/' of container name, [
832e9782d7]
v0.1.3
2022-08-04
Chores
- dependencies updated, d9801cdf,
- linting: nursery, pedantic, unused_unwraps, 1bd61d4c, 1263662b, ca3315a6,
Features
- build all production targets on release, 44f8140e,
Fixes
- toml keywords, dd2d82d1,
v0.1.2
2022-07-23
Fixes
- remove reqwest dependency, 10ff8bab,
v0.1.1
2022-07-23
Chores
- update Cargo.toml, in preparation for crates.io publishing, fdc6898e,
Docs
- added cargo install instructions, c774b10d,
Fixes
- use SpawnId for docker hashmap JoinHandle mapping, 1ae95d58,
v0.1.0
2022-07-23
Chores
- dependencies updated, cf7e02dd,
Features
- Enable sorting of containers by each, and every, heading. Either via keyboard or mouse, closes #3, a6c296f2,
- Spawn & track docker information update requests, multiple identical requests cannot be executed, 740c059b,
v0.0.6
2022-07-06
Docs
Fixes
Refactors
v0.0.5
2022-05-30
Docs
- Readme one-liner to download & install latest version, 11d5ba36,
- Example docker-compose.yml bump alpine version to 3.16, 98c83f2f,
Fixes
- use Some() checks to make sure that container item indexes are still valid, else can create out-of-bounds errors, closes #8, 4cf02e3f,
- Remove + replace as many unwrap()'s as possible, d8e22d74,
- Help panel typo, e497f3f2,
v0.0.4
2022-05-08
Fixes
- Help menu logo corrected, 2f545202,
v0.0.3
2022-05-08
Docs
- slight readme tweaks, eb9184a1,
Features
Fixes
- create_release.sh correctly link to closed issues, 5820d0a9,
Refactors
- generate_block reduce params, insert into area hashmap from inside generate_block function, 32705a60,
- dead code removed, d20e1bcd,
- create_release.sh improved flow & comments, 4283a285,
v0.0.2
2022-04-29
Features
- allow toggling of mouse caputre, to select & copy text with mouse, closes #2, aec184ea,
- show id column, b10f9274,
- draw_popup, using enum to draw in one of 9 areas, closes #6, 1017850a,
- use a message rx/sx for all docker commands, remove update loop, wait for update message from gui instead, 9b70fdfa,
Fixes
- readme.md typo, 589501f9,
- column heading mem > memory, 5e8e6b59,
- cargo fmt added to create_release.sh, bb29c0eb,
v0.0.1
2022-04-25
- init commit