Skip to content

Releases: Zeioth/markmap.nvim

v2.2.2

26 Mar 16:25
Compare
Choose a tag to compare

fix: osx was detected as android due to both os having a /system directory.

v2.2.1

26 Mar 15:07
Compare
Choose a tag to compare

Hotfix for Windows.

Thanks to @MarcoBuess for testing on Windows and send the PR.

v2.2.0

26 Mar 01:38
Compare
Choose a tag to compare

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

25 Mar 17:16
Compare
Choose a tag to compare
v2.1.4 Pre-release
Pre-release

Experimental build. Please report if markmap don't spawn correctly on windows.

v2.1.3

25 Mar 05:50
e2e449f
Compare
Choose a tag to compare

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

16 Feb 00:54
61dd1e8
Compare
Choose a tag to compare

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.1

15 Feb 15:28
Compare
Choose a tag to compare
v2.1.1 Pre-release
Pre-release

Experimental build.

v2.1.0

14 Feb 12:51
d7516ae
Compare
Choose a tag to compare

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

12 Feb 00:28
0f77872
Compare
Choose a tag to compare

Important fixes

  • fix: Markmap.nvim now work correctly on Windows.
  • fix: Starting this version we use v in front of the version number.

2.0.3

12 Sep 20:50
Compare
Choose a tag to compare

Important fixes

  • fix: Markmap.nvim now work correctly on Android Termux.