docs: typos fixed

This commit is contained in:
Jack Wills
2025-06-17 22:53:03 +00:00
parent fb68d94633
commit e78fb5015c
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -8,11 +8,10 @@
+ README.md updated, link to directories crate, closes #65, [c2bfe3296563daf4b7f077469f3eeff6895720b0]
### Features
+ change log panel size, closes #50, use the `-` or `=` keys to change the height of the logs panel, or `\` to toggle visibility, to automatically hide the logs panel a new config item `show_logs` can be set to true or false, see `example_config` directory for more details, [6edf99e0846bb4134d8ee5b646065b8cda8074d7]
+ build for aarch64-apple-darwin, closes #62, personally untested on MacOS - but others suggest it works as expected, [e7114d2f5e0ed8935943be64726fc2d90464a777], [2e8500902a515a246f9d9a503b4350849d634978]
+ change log panel size, closes #50, use the `-` or `=` keys to change the height of the logs panel, or `\` to toggle visibility, a new config item `show_logs` can be set to true or false, to automatically hide the logs panel, see `example_config` directory for more details, [6edf99e0846bb4134d8ee5b646065b8cda8074d7]
### Fixes
+ change log panel increase, [f79e41a58a3f0af4ffe9f0025879986a5e5f167d]
+ merge args color/raw fix, [d198398795698a21d81d3fd20231c482cc346ab5]
### Refactors