Commit Graph

1045 Commits

Author SHA1 Message Date
Jack Wills b8cdea9759 docs: example config 2025-06-17 22:08:50 +00:00
Jack Wills 9cc9f466f8 fix: remove log_panel_set_zero 2025-06-17 22:08:37 +00:00
Jack Wills 6afb6c4823 docs: changelog 2025-06-17 21:52:55 +00:00
Jack Wills 9c9ffb8805 docs: changelog 2025-06-17 21:01:23 +00:00
Jack Wills c2bfe32965 docs: update README.md, closes #65
Link to the directories crate, in regard to location of config file
2025-06-17 21:00:42 +00:00
Jack Wills e4ca1e99ff docs: changelog 2025-06-17 19:54:45 +00:00
Jack Wills 63ab7de728 docs: example.config.jsonc updated 2025-06-17 19:34:04 +00:00
Jack Wills f79e41a58a fix: change log panel increase
Only reduce/increase log panel height when it is visible
2025-06-17 19:32:18 +00:00
Jack Wills 67e5888e00 chore: Update to Bollard v0.19.1 2025-06-17 19:23:49 +00:00
Jack Wills 8fb5ac4a94 fix: config escape warning 2025-06-16 22:57:58 +01:00
Jack Wills b40b6b197e refactor: dead code removed 2025-06-16 22:55:31 +01:00
Jack Wills 2e8500902a fix(create_release.sh): sudo chown when zigbuild 2025-06-16 21:01:19 +00:00
Jack Wills ecefa302b9 refactor: reduce lines of log cloned
Instead of cloning every single line of logs, now we only clone those logs that are visible +- a padding.

Containers with hunders or thousands of lines of logs can see a huge reducing in CPU and memory usage
2025-06-16 20:54:40 +00:00
Jack Wills e7114d2f5e feat: build for aarch64-apple-darwin, closes #62
Build for aarch64-apple-darwin in the create_release.sh script, and the GitHub workflow action
2025-06-16 16:35:18 +00:00
Jack Wills 6edf99e084 feat: change log panel size, closes #50 2025-06-16 16:34:22 +00:00
Jack Wills d198398795 fix: merge args color/raw fix 2025-06-13 14:24:23 +00:00
Jack Wills a636007547 chore: dependencies updated 2025-06-13 13:41:31 +00:00
Jack Wills 0ace9dd662 chore: dependencies updated 2025-06-12 15:11:25 +00:00
Jack Wills a54ad61018 chore: dependencies updated 2025-06-12 14:39:55 +00:00
Jack Wills 395b1aa7e9 chore: Rust 1.87.0 linting 2025-05-26 13:45:59 +00:00
Jack Wills 324f826827 chore: .devcontainer updated 2025-05-26 13:45:49 +00:00
Jack Wills 8b3eaa36cc chore: merge main into dev 2025-04-22 16:12:25 +00:00
Jack Wills 4d62a9b533 chore: merge release-v0.10.3 into main 2025-04-22 16:11:52 +00:00
Jack Wills 6df2882e5a chore: release v0.10.3 2025-04-22 16:11:51 +00:00
Jack Wills b1f192b097 docs: changelog 2025-04-22 15:46:34 +00:00
Jack Wills b088376155 docs: comment 2025-04-22 15:09:12 +00:00
Jack Wills bbfd2462a1 chore: dependencies updated 2025-04-22 15:04:12 +00:00
Jack Wills cfc2decd8d test: fix tests for MacOS, closes #61
(I think) due to differences Backspace/Delete is handled in MacOS as compared to Linux/Windows, some tests were failing.
`oxker` default keymap doesn’t use Backspace or Delete, but a note has been added to the function in case it ever comes up again in the future.
2025-04-22 15:03:24 +00:00
Jack Wills e158522fd0 chore: merge release-v0.10.2 into main 2025-04-19 16:52:13 +00:00
Jack Wills fcebfaede8 chore: release v0.10.2 2025-04-19 16:52:11 +00:00
Jack Wills 47e685ee8a docs: changelog 2025-04-19 16:02:51 +00:00
Jack Wills 1345ecb1a2 chore: dependencies updated 2025-04-19 16:00:38 +00:00
Jack Wills 230174b3c3 tests: fixed version String
Fix the version to `0.00.000` in test mode
2025-04-19 15:58:37 +00:00
Jack Wills 9a312d38b1 chore: merge release-v0.10.1 into main 2025-04-18 13:12:33 +00:00
Jack Wills 173f78f036 chore: release v0.10.1 2025-04-18 13:12:29 +00:00
Jack Wills e8858dfb8d docs: changelog 2025-04-17 15:49:58 +00:00
Jack Wills d0caa9271b refactor: rename ChartType to ChartVariant, 2025-04-17 15:48:58 +00:00
Jack Wills 848f64d0da refactor: rename FIleType to FileFormat 2025-04-17 15:48:16 +00:00
Jack Wills 188490e13f chore: dependencies updated 2025-04-17 15:43:45 +00:00
Jack Wills bca67116f3 refactor: rename ChartType to ChartVariant 2025-04-16 15:35:08 +00:00
Jack Wills 723b220c6a docs: comment typo 2025-04-16 15:29:15 +00:00
Jack Wills 69d1801ea1 chore: dependencies updated 2025-04-16 15:18:52 +00:00
Jack Wills a468827f02 fix: config merging
Embarrassingly, settings from the newly implemented config file where not being correctly applied. This *should* now be fixed.
Change the show standard error default to true
2025-04-16 15:16:16 +00:00
Jack Wills 9362d7b481 test: Use insta, closes #57
Use insta for UI tests, adds snapshots of UI layout
2025-04-16 11:24:08 +00:00
Jack Wills 8f959c5408 chore: dependencies updated 2025-04-14 11:59:44 +00:00
Jack Wills 9acf60334c chore: Rust 1.86.0 linting 2025-04-14 11:47:00 +00:00
Jack Wills 997eebca20 fix: github workflow update 2025-02-24 14:16:57 +00:00
Jack Wills 82c2de547e chore: merge main into dev 2025-02-23 15:10:09 +00:00
Jack Wills 225c64d849 chore: merge release-v0.10.0 into main 2025-02-23 15:10:03 +00:00
Jack Wills c4c0ae218a chore: release v0.10.0 2025-02-23 15:10:02 +00:00