Skip to content

Releases: magnusriga/markdown-tools.nvim

v1.4.3

06 May 23:45
Compare
Choose a tag to compare

1.4.3 (2025-05-06)

Bug Fixes

  • to get new release by semantic-version (#19) (aeebee6)

v1.4.2

06 May 14:15
Compare
Choose a tag to compare

1.4.2 (2025-05-06)

Bug Fixes

  • enter was broken on non-bullet lines, now fixed (#16) (fa12cbe)

v1.4.1

06 May 00:22
Compare
Choose a tag to compare

1.4.1 (2025-05-06)

Bug Fixes

v1.4.0

06 May 00:07
Compare
Choose a tag to compare

1.4.0 (2025-05-06)

Features

v1.3.1

05 May 23:29
Compare
Choose a tag to compare

1.3.1 (2025-05-05)

Bug Fixes

v1.3.0

05 May 16:37
Compare
Choose a tag to compare

fixed continuation bug

v1.2.0

05 May 16:29
ff2c18f
Compare
Choose a tag to compare

v1.2.0

This release just updates the github actions.

v1.1.0

05 May 16:13
Compare
Choose a tag to compare

v1.1.0

This release introduces code formatting using stylua and includes improvements to the MarkdownCodeBlock command, along with the addition of a comprehensive test suite.

Added

  • Added comprehensive test suite using plenary.nvim.
  • Added stylua for code formatting and linting.

Changed

  • Updated MarkdownCodeBlock command to correctly handle visual selections, including multi-line selections and selections starting mid-line.
  • Formatted codebase using stylua.

v1.0.1

05 May 09:30
Compare
Choose a tag to compare

Release v1.0.1

This patch release includes an enhancement and a bug fix.

Changed

  • The MarkdownNewTemplate command can now be used in any filetype, not just Markdown files. This allows creating new notes from templates regardless of the current buffer's filetype.

Fixed

  • The visual mode keymap for inserting headers (default <leader>mH) now correctly exits visual mode before running the command, preventing issues with lingering visual selections.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 May 23:10
d356074
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/magnusriga/markdown-tools.nvim/commits/v1.0.0

New Contributors