Skip to content

Releases: alexpasmantier/television

0.7.1

15 Dec 17:08
18c5213
Compare
Choose a tag to compare

What's Changed

  • chore(changelog): update changelog (auto) by @github-actions in #128
  • docs(contributing): update contributing.md with hot topics and link todo by @alexpasmantier in #129
  • feat(channels): new channel for directories and associated transitions by @alexpasmantier in #130

Full Changelog: 0.7.0...0.7.1

0.7.0

15 Dec 13:33
a8e3ea5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.7.0

0.6.2

06 Dec 09:49
ffc8dae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.1...0.6.2

0.6.1

05 Dec 19:46
6a13590
Compare
Choose a tag to compare

What's Changed

  • chore(changelog): update changelog (auto) by @github-actions in #92
  • docs(readme): update readme with latest version and fix section link by @alexpasmantier in #93
  • feat(remote): distinguish cable channels with a separate icon by @alexpasmantier in #94
  • fix(cable): add cable to unit channel variants by @alexpasmantier in #96
  • refactor(helpbar): hide the top help panel by default by @alexpasmantier in #97

Full Changelog: 0.6.0...0.6.1

0.6.0

04 Dec 23:37
a5f5d20
Compare
Choose a tag to compare

What's Changed

  • chore(changelog): update changelog (auto) by @github-actions in #74
  • feat(layout): allow reversing the layout and placing input bar on top by @alexpasmantier in #76
  • fix(output): quote output string when it contains spaces and points to an existing path by @alexpasmantier in #77
  • add conda-forge install to README.md by @moritzwilksch in #78
  • docs(install): update the installation section of the README by @alexpasmantier in #79
  • fix(stdin): better handling of long running stdin streams by @alexpasmantier in #81
  • refactor(exit): use std::process::exit explicitly by @alexpasmantier in #84
  • chore(changelog): update changelog (auto) by @github-actions in #85
  • fix(preview): remove redundant tokio task when generating builtin file previews by @alexpasmantier in #86
  • docs(installation): update homebrew installation command by @alexpasmantier in #87
  • perf: skip ratatui span when match at end of string by @bertrand-chardon in #91
  • perf: add cache for icon colors by @bertrand-chardon in #89
  • feat(cable): add support for custom channels by @alexpasmantier in #75

New Contributors

Full Changelog: 0.5.3...0.6.0

0.5.3

24 Nov 16:07
Compare
Choose a tag to compare

What's Changed

  • fix: shell quote file names that contain spaces when printing them to stdout by @fredmorcos in #51
  • chore: add readme version update to github actions by @alexpasmantier in #55
  • docs: terminal emulators compatibility and good first issues by @alexpasmantier in #56
  • refactor(picker): refactor picker logic and add tests to picker, cli, and events by @alexpasmantier in #57
  • build(infer): drop infer dependency and refactor code to a simpler heuristic by @alexpasmantier in #58
  • clarify CONTRIBUTING.md by @bertrand-chardon in #59
  • style(git): enforce conventional commits on git push with a hook by @alexpasmantier in #61
  • fix(entry): always preserve raw input + match ranges conversions by @alexpasmantier in #62
  • perf(preview): cap the number of concurrent preview tokio tasks in the background by @alexpasmantier in #67
  • feat(navigation): add action to scroll results list by a page by @alexpasmantier in #72
  • chore(changelog): update changelog (auto) by @github-actions in #73

New Contributors

Full Changelog: 0.5.1...0.5.3

0.5.2

23 Nov 23:51
93f6693
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1

20 Nov 23:23
Compare
Choose a tag to compare

What's Changed

  • docs: add instructions for installing on Arch Linux by @orhun in #43
  • chore(docs): add CHANGELOG.md by @alexpasmantier in #44
  • docs(brew): add brew installation method for MacOS to README by @alexpasmantier in #45
  • chore(config): default configuration now uses 100% of terminal screen space by @alexpasmantier in #47
  • docs(config): update docs to mention XDG_CONFIG_HOME takes precedence on all platforms by @alexpasmantier in #48
  • Display stdin more intuitively top-down instead of bottom-up by @fredmorcos in #50
  • chore(deps): shedding off superfluous dependencies by @alexpasmantier in #52
  • chore(changelog): udpate changelog and add corresponding makefile command by @alexpasmantier in #53

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

18 Nov 23:28
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE

  • refactor(config)!: make action names snake case in keybinding configuration by @alexpasmantier in #40

Other commits

Full Changelog: 0.4.23...0.5.0

0.4.23

16 Nov 19:36
512afa2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.22...0.4.23