Features
- Improve footer display when the terminal width is narrow. (#96)
- Show section name when using toml objects and arrays. (#98)
- Support hcl. (#99)
- Add
--to
or-o
command line option, to convert current data to another schema. (#100)- For example, convert current data from JSON to TOML:
otree /path/to/file.json -o toml
. - This will print TOML content to stdout.
- For example, convert current data from JSON to TOML:
- Upgrade various dependencies.
What's Changed
- feat(ui): enhance footer display logic for root paths by @fioncat in #96
- feat(parse): improve syntax highlighting for toml by @fioncat in #98
- build(deps): bump crossterm from 0.28.1 to 0.29.0 in the all group by @dependabot[bot] in #97
- feat(parse): support hcl by @fioncat in #99
- feat(cmd): support convert data to another schema by @fioncat in #100
Full Changelog: v0.6.0...v0.6.1