Releases: sharkdp/vivid
Releases · sharkdp/vivid
v0.10.1
v0.10.0
What's Changed
- Replace
dirs
crate withetcetera
crate by @utkarshgupta137 in #103 - Add Dockerfile by @rpdelaney in #104
- zenburn theme by @colinta in #107
- Add jsx filtype by @yusuphgammut in #106
- Add Rosé Pine theme by @ryanccn in #108
- Add new filetypes by @yochem in #110
- bump rust-embed by @nim65s in #111
- .bashrc and .bash_profile are shell files by @yochem in #114
- Bump rustix from 0.36.9 to 0.36.16 by @dependabot in #115
- Add
.avif
to image filetype by @kidonng in #118 - Add bunch of file extensions by @vanillajonathan in #117
- Update filetypes.yml by @vanillajonathan in #119
- Media filetype additions by @jakeanq in #123
- Added multiple filetypes, explained in depth in the pull request by @sandalbanditten in #105
- Update filetypes.yml by @pedemonte in #128
- Add Tokyo Night theme by @adrian5 in #126
- Added Ansi 3-bit Colors by @John-Toohey in #125
- Allowed font_style to be an array by @John-Toohey in #124
- Add hints via JSON schemas for themes/*.yml and config/filetypes.yml by @EmilyGraceSeville7cf in #130
- Add
.ha
to filetypes.yml by @ormai in #132 - Sync GA scripts with bat by @sharkdp in #102
New Contributors
- @utkarshgupta137 made their first contribution in #103
- @rpdelaney made their first contribution in #104
- @colinta made their first contribution in #107
- @yusuphgammut made their first contribution in #106
- @ryanccn made their first contribution in #108
- @yochem made their first contribution in #110
- @nim65s made their first contribution in #111
- @dependabot made their first contribution in #115
- @kidonng made their first contribution in #118
- @vanillajonathan made their first contribution in #117
- @jakeanq made their first contribution in #123
- @sandalbanditten made their first contribution in #105
- @pedemonte made their first contribution in #128
- @adrian5 made their first contribution in #126
- @John-Toohey made their first contribution in #125
- @EmilyGraceSeville7cf made their first contribution in #130
- @ormai made their first contribution in #132
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
Changes
- Added new core filetypes (reset_to_normal, multi_hard_link, door, setuid, setgid), see #78 (@ixti)
- Added instructions on how to preview themes in a user-defined directory, see #75 (@wolph)
New filetypes
- Opus and WavPack audio extensions, see #71 (@desbma)
.webm
, see #72 (@desbma).pyd
,.pyo
, see #73 (@bl-ue)
New themes
v0.7.0
- List available themes via
vivid themes
, see #48 (@gillespiecd) - Added "One" theme, see #51 (@mortezadadgar)
- Fix panic if stdout is closed, see #56
v0.6.0
- The default themes and config files are now embedded into the
vivid
binary.
See #43 (@LordFlashmeow) - Added
XDG_CONFIG_HOME
as a possible source for theme files, see #40 (@LordFlashmeow) - Better error handling, see #43 (@LordFlashmeow)
- Added macOS category to unimportant files, see #33 (@gseidler)
- Added more media file types, see #38 (@gseidler)
- Add new core filetypes for
sticky
/other_writable
/sticky_other_writable
, see #34 (@mattbalvin)
v0.5.0
- Added
jellybeans
theme, see #26 (@chandlerc) - Added
solarized-dark
andsolarized-light
theme, see #30 (@menelaos) - Theme arguments can be a path to a YAML theme file, see #23
- Added LLVM file types, see #27 (@chandlerc)
- Added support for block and character devices
- Added
preview
subcommand, see #13