Releases: Zeioth/markmap.nvim
Releases · Zeioth/markmap.nvim
v2.2.3
Major fixes
- Paths containing spaces are now correctly detected.
Special thanks
To @tecix for reporting it.
v2.2.2
fix: osx was detected as android due to both os having a /system directory.
v2.2.0
Major refactor
- The project now adheres to the single responsibility principle (
config.lua
, init.lua
, utils.lua
).
- This makes the code extra easy to contribute.
Minor fixes
v2.1.4
Experimental build. Please report if markmap don't spawn correctly on windows.
v2.1.3
Major fixes
fix
: typo introduced in v2.1.2
where the OS was always detected as android, preventing markmap from launching correctly.
v2.1.2
Minor fixes
fix
: windows support by using jobstart
/jobstop
instead of process_kill
. PR submitted and tested on Windows by @MarcoBuess. Tested on Unix by @Zeioth.
v2.1.0
Minor fixes
fix
: We don't spawn a cmd terminal anymore when running markmap on windows.
fix
: The option html_output
now defaults to the correct tmp directory on windows.
Celebration
108 stars, in honor to Yoshitaka Murayama, who passed away today.
v2.0.4
Important fixes
fix
: Markmap.nvim now work correctly on Windows.
fix
: Starting this version we use v in front of the version number.