Skip to content

Latest commit

 

History

History
87 lines (71 loc) · 9.76 KB

CHANGELOG.md

File metadata and controls

87 lines (71 loc) · 9.76 KB

Changelog

2.0.1 (2025-03-14)

Bug Fixes

  • Changed file names due to character restrictions on Windows(& MacOS) (3729d8c), closes #4

2.0.0 (2025-03-14)

⚠ BREAKING CHANGES

  • Changed internal name from part to component

Features

  • Added ability to disable modules with setup() (db076b4)
  • core: Added a global_attach() functions (09ba2e0)
  • core: Added ability to update different bars & lines on filetype (1b59ff5)
  • core: Added actions for the plugin (900bc9d)
  • core: Added command support. (2e11413)
  • core: Added custom section/column support (8a76c1b)
  • core: Added sub-module configuration via bars.setup() (1165c50)
  • core: Added support for dynamic values in bars.setup() (c5d61d0)
  • core: Mode changes now update the bars & lines (909ba6c)
  • global: Added functions to scroll through tab list (f433250)
  • statuscolumn: Added ability to Toggle statuscolumn (6133947)
  • statuscolumn: Added click support for lnum (de3c702)
  • statuscolumn: Added Enabling & Disabling commands (6c26f92)
  • statuscolumn: Added filter support for signs (2369dcf)
  • statusline: Added ability to Toggle statusline (cc1931f)
  • statusline: Added detached HEAD branch support (feecfa0)
  • statusline: Added Enable & Disable function (4d68f88)
  • statusline: Help window's statusline now shows the ruler in Visual (37e819f)
  • tabline: Added a tab list for the tabline (339b0bb)
  • tabline: Added ability to Toggle tabline (404dfb0)
  • tabline: Added buffer list part (8c43622)
  • tabline: Added current bufname support for tabline (0bd5395)
  • tabline: Added Enable & Disable functions (8065320)
  • tabline: Added tabline component to show tabs (5b42f8e)
  • tabline: Added tabpage list locking (a0d03ec)
  • winbar: Added ability to Toggle winbar (2d5de92)
  • winbar: Added Enable & Disable functions (18d43b2)
  • winbar: Added file path support for winbar (f938cf5)
  • winbar: Added lua_patterns support (65a4340)
  • winbar: Added new winbar (da5a456)
  • winbar: LuaDoc support (7396456)

Bug Fixes

  • Added background to BarsLineNr (237ff67)
  • Added window validity check for statusline detaching (17ecf91)
  • core: Fixed a bug with setup() not causing the cached IDs to update (24b92af)
  • core: Fixed how toggling of modules work (4a8cdd6)
  • core: setup() now gets called when loading this plugin (500245f)
  • Finished adding remaining highlight groups (cf6a4c8)
  • statuscolumn: relativenumber & numberwidth are now applied with (8dcbf60)
  • statuscolumn: Added check for module state before attching to new buffer (6c26f92)
  • statuscolumn: Changed when options are set (e801a2d)
  • statuscolumn: Fixed a bug with errors when trying to detach from invalid windows (1d5ab23)
  • statuscolumn: Fixed incorrect fold marker on the last line of a buffer (607a208)
  • statuscolumn: Fold column no longer shows incorrect symbol on final buffer line (d6cd485)
  • statuscolumn: Global statuscolumn now gets cached too (338985b)
  • statuscolumn: List values now get properly applied for folds (3a4c93f)
  • statuscolumn: No longer detach from windows that weren't attached (1d5ab23)
  • statusline: Calling statusline.toggle() no longer toggles it globally(when the cached value is "" or nil) (34ee471)
  • statusline: Chnaged when statusline is set (2d117bd)
  • statusline: Diagnoatics are now shown per buffer (339a4ca)
  • statusline: Fixdd issues with detaching from attached buffers (d924e1a)
  • statusline: Fixed a bug with ignore_* not being respected (ede5576)
  • statusline: Fixed a bug with not getting a branch causing errors (586e94a)
  • statusline: Fixed issues with detaching from attached buffers (d924e1a)
  • statusline: Statusline module's state is now checked before attaching to new windows (80fc8d3)
  • statusline: Updated bufname icons (680036b)
  • tabline: setup() no longer disables tabline (043cae8)
  • tabline: Fixed navigation function (8c43622)
  • winbar: Fixed a big with the node part (6834630)
  • winbar: Winbar module's state is now checked before attaching to new windows (ef9d737)
  • winbr: Changed when winbar is set (2d117bd)

Code Refactoring

  • Changed internal name from part to component (d0dcda9)