1.3 KiB
1.3 KiB
2023-01-21
Chores
- dependencies updated, [
8cd199db49], [d880b829c1], [66d57c9955], [33f9374908], [007d5d83d7] - create_release.sh typos, [
9a27d46a04] - dev container post create install cross, [
2d253f0341]
Features
all potentially considered breaking changes
- store Logs in own struct, use a hashset to track timestamps, hopefully closes #11, [
657ea2d751] - Spawn docker commands into own thread, can now execute multiple docker commands at the same time, [
9ec43e124a] - align memory columns correctly, minimum byte display value now
0.00 kB, rather than0 B, closes #20, [bd7dfcd2c5], [51c580010a]
Refactors
- main.rs tidy up, [
97b89349dc] - derive Default for GuiState, [
9dcd0509ef] - param reduction, AtomicBool to Relaxed, [
0350293de3]
see CHANGELOG.md for more details