Releases: FluxxField/bionic-reading.nvim
Releases · FluxxField/bionic-reading.nvim
v3.0.2
- Fixed misspelled username in README. Fixes #63
- Config incorrectly had 'all' instead of 'any'. If statement was checking for 'any' for 'any node'. Took the time to refactor and return any if filetype is 'any' then just highlight whole file instead of traversing the node tree. Fixes #64
- Changed hl_group_value for link to bold. That way we dont have to worry about linking to a HL that has been cleared. Fixes #64
v3.0.1
v2.0.0 (06/05/2023)
New Features 🎉
- Added TreeSitter support #59
- Removed SaccadeCadence #59
v2.0.1
v2.0.0 (06/05/2023)
Bug Fix 🐛
- Fixed missing case in vowel check where "y" is first character #49
v2.0.0
v2.0.0 (06/05/2023)
New Features 🎉
- Added the syllable_algorithm! #46
- Added
BRToggleSyllableAlgorithm
and syllable_algorithm to accompany the new update #47
- Refactored highlight to clear namespaces effectively #47
- clear now takes line numbers instead of clearing buffer #47
v1.2.1
v1.1.0 (06/03/2023)
New Features 🎉
- Added config option saccade_cadence #38
- Added BRSaccadeCadence #41
- Exposed highlight and clear #43
v1.1.0
v1.1.0 (06/02/2023)
Features 🎉
- Added support for nvim-notify #27
- Added LDoc comments #28
- Added new config option, auto_highlight #28
- Added user prompt #28
- Code comments #29
- README updates #30
- Added new config option, prompt_user #31