5.6 KiB
5.6 KiB
Chores
- update Cargo.toml, in prepartion for crates.io publishing, [
fdc6898e20]
Docs
- added cargo install instructions, [
c774b10d55]
Fixes
- use SpawnId for docker hashmap JoinHandle mapping, [
1ae95d58c3]
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