Releases: fioncat/otree
Releases · fioncat/otree
v0.3.1
v0.3.0
New Features
- Support jsonl.
- Add Homebrew instructions.
Bug Fixes
- Allow reading from stdin on macOS.
What's Changed
- docs(readme): add Homebrew instructions by @FnControlOption in #27
- refactor: migrate ratatui to 0.27.0 by @fioncat in #31
- build(deps): bump the all group with 2 updates by @dependabot in #33
- build(deps): bump the all group with 3 updates by @dependabot in #34
- build(deps): bump the all group with 5 updates by @dependabot in #35
- build(deps): bump the all group with 5 updates by @dependabot in #36
- build(deps): bump the all group across 1 directory with 6 updates by @dependabot in #39
- fix: allow reading from stdin on macOS by @tangowithfoxtrot in #42
- build(deps): bump the all group across 1 directory with 5 updates by @dependabot in #43
- build(deps): bump the all group across 1 directory with 4 updates by @dependabot in #46
- feat(parse): support jsonl format by @fioncat in #49
New Contributors
- @FnControlOption made their first contribution in #27
- @tangowithfoxtrot made their first contribution in #42
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
v0.1.0
What's Changed
- feat: basic tree and data tui done by @fioncat in #1
- feat: add some parent actions by @fioncat in #3
- build(deps): bump the all group with 3 updates by @dependabot in #2
- feat(ui): change_root for tree widget done by @fioncat in #4
- feat(ui): support header title by @fioncat in #5
- fix: forbid reading data from stdin on macos by @fioncat in #6
- feat(ui): remember tree state after changing root by @fioncat in #7
- feat(config): support modifier (ctrl and alt) in keys by @fioncat in #8
New Contributors
- @fioncat made their first contribution in #1
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/fioncat/otree/commits/v0.1.0