Skip to content

Releases: FluxxField/bionic-reading.nvim

v3.0.2

06 Apr 02:58
418a81c
Compare
Choose a tag to compare
  • 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

09 Jun 20:33
c967da9
Compare
Choose a tag to compare

v2.0.0 (06/05/2023)

New Features 🎉

  • Added TreeSitter support #59
  • Removed SaccadeCadence #59

v2.0.1

05 Jun 20:31
7714693
Compare
Choose a tag to compare

v2.0.0 (06/05/2023)

Bug Fix 🐛

  • Fixed missing case in vowel check where "y" is first character #49

v2.0.0

05 Jun 20:26
3138666
Compare
Choose a tag to compare

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

03 Jun 15:32
a1669e5
Compare
Choose a tag to compare

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

02 Jun 17:53
c5072eb
Compare
Choose a tag to compare

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