2023-01-21
Chores
- dependencies updated, [8cd199d], [d880b82], [66d57c9], [33f9374], [007d5d8]
- create_release.sh typos, [9a27d46]
- dev container post create install cross, [2d253f0]
Features
all potentially considered breaking changes
- store Logs in own struct, use a hashset to track timestamps, hopefully closes #11, [657ea2d]
- Spawn docker commands into own thread, can now execute multiple docker commands at the same time, [9ec43e1]
- align memory columns correctly, minimum byte display value now
0.00 kB
, rather than0 B
, closes #20, [bd7dfcd], [51c5800]
Refactors
- main.rs tidy up, [97b8934]
- derive Default for GuiState, [9dcd050]
- param reduction, AtomicBool to Relaxed, [0350293]
see CHANGELOG.md for more details