This repository was archived by the owner on May 16, 2024. It is now read-only.
v0.2.0
ANNOUNCEMENT
I'm really happy to announce that most of major issues like scrolling, the docs being huge and searching sections are all fixed! There are also some improvements to the transpiler, broken tables due to linebreaks are now fixed.
A huge thanks to @emmanueltouzery for his PR #42. Also thanks to all the new contributors mentioned below.
Breaking change
The picker previewer now works as the normal previewer, so picker_cmd_args does not require pager -p option anymore. Example using glow: lua picker_cmd_args = { "-s", "dark", "-w", "45" }.
What's new
- Implement after_open callback by @tlindsay in #34
- Add additional filetype to doc source mappings by @benelan in #38
- Open the current doc in the browser by @luckasRanarison in fdb0ebe
Bug fixes
- Fix curl unsupported browser error by @luckasRanarison in #26
- Check the
open_in_browserempty or not before create a keybinding. by @Pagliacii in #41 - transpiler: special handling for inline images by @emmanueltouzery in #44
- remove newlines in table cells by @emmanueltouzery in #43
- sections: only display after section start by @emmanueltouzery in #42
New Contributors
- @tlindsay made their first contribution in #34
- @benelan made their first contribution in #38
- @Pagliacii made their first contribution in #41
- @emmanueltouzery made their first contribution in #44
Full Changelog: v0.1.0...v0.2.0