2024-12-05
Chores
Features
--no-stderr
cli arg, removes Standard error output from logs, closes #52, [c739637]- ContainerPorts use ipaddr, [1b26997]
Fixes
- update containerised Dockerfile, [0c6f532]
- calculate_usage overflow, [5106a01]
- DockerData spawns insertion error, [d4906d3]
Refactors
- speed up docker logs init process, [8b9fe42]
- remove docker sleep, [f1562d1]
- dead code removed, [5ee48d5], [ba6a952], [f0b1145]
- input_handler, [7f42383]
- statefulList get_state_title, [2d540b0]
- statefulList next/previous, [7bb2bef]
- help_box closure fn, [2860426]
- use check_sub for sleep calculations, [fe3696e]
- rename scheduler to heartbeat, [68a6551]
- remove unnecessary is_running load, [76ccf7c]
- execute_command(), [2a834d6]
- Remove numerous clones(), [e5927f7]
- remove app_data param from generate_lock(), [1a8dab6]
- combine get_filter methods, [356ea55]
- FrameData refactors, [5778170], [6e2f82d]
- update_container_stat combine is_alive(), [55cc746]
- remove
input_poll_rate
fromUi
, instead use constPOLL_RATE
, [69f6c96] - pass
&FrameDate
intodraw_frame()
, [35aec50] - dead code removed, [caf23be]
- input_handler, [9c4f891]
- draw_block, [de76bc2]
Tests
- fix logs tests, [9b22f5d]
see CHANGELOG.md for more details