Skip to content

Latest commit

 

History

History
82 lines (44 loc) · 4.29 KB

File metadata and controls

82 lines (44 loc) · 4.29 KB

Changelog

2.3.0 (2025-10-12)

Features

  • added delete glyphname function to plugin (#18) (07d6581)

2.2.1 (2025-10-10)

Bug Fixes

2.2.0 (2025-10-10)

Features

  • ci: add optional pre-commit for contributors (#10) (80f5c27)

2.1.0 (2025-10-10)

Features

2.0.0 (2025-10-10)

⚠ BREAKING CHANGES

  • glyphnames: install glyphnames to stdpath('data') instead

Features

  • added join_path function (aa4fadf)
  • removed error in favor of just setting up config for users (6cc3266)

Bug Fixes

  • glyphnames: install glyphnames to stdpath('data') instead (f43138f)
  • sanitized minimal_init.lua and added extra instructions (02edc83)
  • scripts: restored tr usage (b0fa34b)
  • setup: improved quality of setup.sh script (1a03337)
  • use error() when appropriate, more annotations (97bc209)

1.0.1 (2025-10-09)

Bug Fixes

  • use correct annotation in util/log.lua (cc6b834)

1.0.0 (2025-10-09)

⚠ BREAKING CHANGES

  • use target buffer for inserting text, state fix
  • complete code restructuring

Features

  • added FAQ section (10f6c36)
  • added type to global (c632d24)
  • removed state check (6131ec6)
  • restored init.lua, cleaned useless functions (544d4d0)
  • updated documentation. readded _G for the sake of the unit tests (9be0e9b)

Bug Fixes

  • main: target window/buffer was the picker itself (577e40a)
  • oversights repaired (f9491a4)
  • use target buffer for inserting text, state fix (a8a1481)

Code Refactoring

  • complete code restructuring (c5a5318)