Skip to content

Releases: andrewferrier/debugprint.nvim

v7.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Mar 13:22
e310a28

7.1.1 (2026-03-08)

Bug Fixes

  • Only NeoVim 0.12+ supports zsh treesitter (ef46b99)

v7.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 12:29
4f29196

7.1.0 (2026-02-06)

Features

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Dec 20:35
25bc7c2

7.0.0 (2025-12-14)

⚠ BREAKING CHANGES

  • Drop legacy cmds - closes #200

Bug Fixes

  • Drop legacy cmds - closes #200 (87ec871)
  • More echasnovski → nvim-mini (0b90e4f)
  • use more appropriate snacks picker (7af176c)
  • use more appropriate snacks picker (a80af74)

v6.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 12:26
0374b20

6.3.0 (2025-10-11)

Features

Bug Fixes

  • Handle escaping of 'variables' - closes #194 (c870d4b)
  • Make PHP tests work (80b1aec)
  • Remove '>' from telescope/snacks (47e297e)

v6.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:48
5ca1227

6.2.0 (2025-07-24)

Features

  • Allow override of search picker - closes #183 (441b04f)

Bug Fixes

v6.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:16
19a68a9

6.1.0 (2025-06-27)

Features

  • FILE, LINE for C/C++ - closes #149 (1d5a975)
  • Add support for snacks.picker (f7e370d)
  • fix docs and some user facing strigns to reflect snacks addition (9d3cfc5)
  • Start using subcommands - closes #155 (ebc43a5)
  • Support 'location' for shell - closes #178 (ed6225d)
  • support 'location' for zig (575c4eb)

Bug Fixes

  • Better default for large files - closes #170 (d10946e)
  • Correct type (9e636e9)
  • Improve message grammar (5d7c6d5)
  • Issue with sh/bash on nvim-treesitter 'main' (898a082)
  • selene issue with unused variable (1ad3299)
  • Use normal! for Dvorak keyboard - closes #172 (a8e5ddf)

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 18 May 16:43
bc30080

6.0.0 (2025-04-29)

⚠ BREAKING CHANGES

  • Support telescope in addition to fzf-lua - closes #166
  • Use namespace-prefixed type names - closes #161

Features

  • Add astro support - closes #165 (1cba9ac)
  • Add debugprint 'surrounding' - closes #162 (17939a5)
  • Add luau support - closes #164 (1d395ba)
  • Implement SearchDebugPrintsFzfLua command (0a8205b)
  • Improve checkhealth messages (ac58cff)
  • Support DebugPrintQFList (6274055)
  • Support telescope in addition to fzf-lua - closes #166 (efb4b4d)

Bug Fixes

  • Add missing defaults and correct validation (ff594cc)
  • Add missing search_debug_prints field to types (161e519)
  • Attempt to fix incompatibility with grepprg values (8adb3bc)

Code Refactoring

  • Use namespace-prefixed type names - closes #161 (bf82426)

v5.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 16:37
196d33d

5.1.0 (2025-01-25)

Features

  • Support dynamic filetype config evaluation - closes #21 (9165c70)
  • Support field_expression special case for C (40ddd36)

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jan 12:58
0db7ebd

5.0.1 (2025-01-23)

Bug Fixes

  • Don't hang highlighting when editing a big file (e5a8874)
  • Don't set up highlights if filetype not supported (91a1acf)
  • Remove opts from healthcheck - closes #159 (4f52d81)
  • Selene issues (7fe56b6)

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:26
302722c

5.0.0 (2025-01-11)

⚠ BREAKING CHANGES

  • Line highlighting using mini.hipatterns - closes #147
  • Deprecation warning calling debugprint() directly - closes #99

Features

  • Add health check - closes #154 (69c13fc)
  • Add healthcheck for lazy loading and print_tag (4f3ded4)
  • Check health - look for mini.hipatterns (bba532b)
  • Line highlighting using mini.hipatterns - closes #147 (7cc6888)
  • Support notify_for_registers option (88398b0)
  • support registers - closes #148 (3ad3f73)

Bug Fixes

  • Deprecation warning calling debugprint() directly - closes #99 (48505a2)
  • Remove unnecessary parameter (2ae1289)