Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 7.92 KB

CHANGELOG.md

File metadata and controls

92 lines (63 loc) · 7.92 KB

Changelog

2.0.3 (2023-12-17)

Features

  • rel: add release-please version.txt (82f9032)

Bug Fixes

  • error due to missing semicolon in big letters (#77) (f32f4f7)
  • filter_func is not called (#78) (794fd5e)
  • floating-big-letter: calculate max width (#74) (154b2c4), closes #69
  • nil error when backward compatibility highlights are set (#79) (7c936dd)
  • No 2 is not displayed correctly in floating window (#70) (e7b6699)
  • release 2.0.2 in manifest (b0eed25)
  • release using default access token (41c4677)
  • remove unwanted diagnostic disable comments (886f541)
  • unwanted extra return (#59) (944c2fc)

Miscellaneous Chores

2.0.2 (2023-07-29)

Bug Fixes

  • respect global highlighting

2.0.0 (2023-06-21)

⚠ BREAKING CHANGES

  • restructer pickers

Features

  • add ability to use winbar for selection (df93ab7)
  • add compatibility to old config style (5fca333)
  • add demo videos (3154cae)
  • add fg_color config option for setting text color (aa36f61)
  • add floating window picker (a63245f)
  • add hint specific config properties (94d7d1e)
  • add option "selection_display" to change display (f80963b)
  • add option "use_cmd" to show or not message in cmdline (d65aaad)
  • add statusline & winbar hint (d645ac7)
  • add support to big letter float from config (722c2a4)
  • dev: add current win selector for dev testing (78027ec)
  • doc: add a usage example (d840ed3)
  • doc: update read me to 2.0 (195bb94)
  • doc: update readme (f2a0dd2)
  • doc: update readme (28c6790)
  • init commit (7b6c59f)

Bug Fixes

  • builder does not set the default values if custom is not passed (7404d4f)
  • doc: fix plugin tag name (a653009)
  • doc: fix readme (fe71d0a)
  • enable configuration through setup call (#37) (c6b343b)
  • error thrown when window is not available #4 (8c3bdb5)
  • fix all curr win adding up to config (2d749f1)
  • fix formatting and linting (#40) (0bb349b)
  • fix invalid config access in pick_window() (230589b)
  • fix window not highlighting issue (1c84e48)
  • floating windows shouldn't count as selectable (588caa5)
  • highlight not modifiable (#27) (65bbc52)
  • limit window selection to current tab (9f113d6)
  • make floating windows work with input char native fn (4dc0cd7)
  • Not enough space when trying to set winbar (bed6555)
  • pick window is shown when no windows to hint (ca789c7)
  • picker is not visible when cmdheight=0 (8f5447f)
  • unable to change mode select win or startus bar when default is false (8e4a314)
  • update default filter_rules (92be3fe)
  • use new property values from use_winbar (a53a3b7)

Code Refactoring

Miscellaneous Chores