Skip to content

Latest commit

 

History

History
114 lines (72 loc) · 7.1 KB

CHANGELOG.md

File metadata and controls

114 lines (72 loc) · 7.1 KB

Changelog

0.5.0 - 2025-01-23

Bug Fixes

  • sentinel error in consult-todo-dir - (e44575d)
  • remove useless var - (6e99ad8)
  • add missing dependency - (3939acd)

Documentation

Features

  • add cache mechanism in consult-todo-dir - (f623dd0)

Miscellaneous Chores

Refactoring

  • simplify consult-todo-dir command - (488e179)
  • save formatted candidates to cache to improve in big repo - (af8016f)

0.4.1 - 2023-10-22

Bug Fixes

  • suppress errors when don't jump - (77aed95)
  • silent compiler warnings - (63dc4b7)

Documentation

  • (README) update melpa installation section - (81554f1)
  • update customizations in README - (37c7b22)
  • update usage description - (76e6f16)
  • add warning about bugs in README and codes docstring - (ff00363)

Features

  • add command consult-todo-dir and consult-todo-project - (3820204)
  • add consult-todo-dir-preview-key, disable preview by default - (6da541a)

0.3.0 - 2023-09-06

Documentation

  • (CHANGELOG) regenerate changelog with git-cliff - (8629ecd)
  • (README) update README - (72c63d5)
  • (README) add Todo list - (973d413)
  • (README) update install informations - (c3c5053)

Features

  • add option consult-todo-only-comment - (eca0bcb)

Miscellaneous Chores

  • (changelog) add config cliff.toml - (37de75c)
  • add images and update README - (7e79bc2)

0.2.0 - 2023-09-03

Bug Fixes

  • regexp match error when keywords followed by punctuations - (e284400)
  • wrong value when initializeing consult-todo--regexp - (978a1c1)
  • search failed when the buffer size is too large - (490b930)

Documentation

[0.1.0] - 2023-09-03

Bug Fixes

  • error when candidates is nil - (7c496ba)
  • exit consult when no keywords found - (c4a4f70)
  • keyword face error when search unfont locked text - (da0703d)
  • jump to wrong place in consult-todo-all - (00c9af9)

Documentation

Features

  • add command consult-todo-all - (a88f6e5)
  • propertize filename, line number in candidates - (7099e66)

Miscellaneous Chores

  • (dependency) only support emacs version >= 27.1 - (f44ee9b)
  • (init) init commit - (a4715b8)

Refactoring

  • only search keywords in comments - (71ec002)
  • simplify internal functions - (15f9a04)
  • use cl-loop to simplify codes - (24a617c)
  • rename some variables - (7b89ae2)
  • internal functions - (2462e45)