While waiting for some of the features in the main
branch to finish baking for
the v0.4 release why not enjoy some bugfixes, doc cleanups, and refactors right
now?
Fixed
- Fixed a panic that occured when the viewed file gets removed or renamed (#145)
- Made live code reloading more robust (#106 & #147)
- Live code reloading should work with more editors (e.g.
neovim
) - Live code reloading should more reliable watch the desired file
- Live code reloading should work with more editors (e.g.
- Improved syntax highlighting (#150)
- We now support highlighting many more formats (e.g. TOML, Dockerfiles, etc.)
- We now support highlighting code blocks that use a language marker followed
by a comma like ```rust,ignore
- Nested numbered lists now display ordering correctly (#154)
- Fixed a panic that occured on some specific system configurations (#169)
Docs
- Use a repology badge for package manager installation (#109)
- Make correct location of config file more clear (#122)
Along with a whole slew of internal refactors and testing improvements
I'd also like to give a big thanks to all of the contributors that helped make
this release possible!