Files
oxkerclone/.github/release-body.md
T
2025-06-18 09:07:48 +00:00

1.6 KiB

2025-06-18

Chores

Docs

Features

  • log panel size configurable, closes #50, use the - or = keys to change the height of the logs panel, or \ to toggle visibility. Automatically hide the logs panel using a new config item show_logs, see example_config/* files for more details, [6edf99e084]
  • build release binaries for aarch64-apple-darwin, closes #62, personally untested on MacOS - but others suggest it works as expected, [e7114d2f5e], [2e8500902a]

Fixes

Refactors

  • reduce cloning of the logs text items, can expect 40-50% reduction in CPU and memory usage in certain common situations, [ecefa302b9]
  • dead code removed, [b40b6b197e]

Tests

see CHANGELOG.md for more details