Features
- UI: Add footer to show current root and identify.
- UI: Support popup widget to show error messages.
- UI: Syntax highlighting in data block widget (allow customization).
- New Action: Open current selected item's content in default editor (readonly).
- New Action: Copy current selected item's name or content to system clipboard.
Fixes
- Fixed some typos.
- Allow building without git repository, gather and integrate git build information only if the
BUILD_OTREE_WITH_GIT_INFO
is set.
What's Changed
- typos by @ccoVeille in #10
- style: use match replace long if/else by @fioncat in #11
- fix(build): don't always execute git commands by @fioncat in #14
- docs(readme): add AUR instructions by @orhun in #12
- build(deps): bump the all group across 1 directory with 3 updates by @dependabot in #16
- refactor: use tui-rs-tree-widget TreeData trait by @fioncat in #18
- Support syntax highlighting by @fioncat in #17
- feat(config): support colors palette by @fioncat in #19
- Support popup a widget to show error message by @fioncat in #21
- feat(actions): add edit action by @fioncat in #22
- feat: support clipboard copy action by @fioncat in #24
- feat(ui): add footer to display root and identify by @fioncat in #26
New Contributors
- @ccoVeille made their first contribution in #10
- @orhun made their first contribution in #12
Full Changelog: v0.1.0...v0.2.0