Skip to content

Latest commit

 

History

History
153 lines (69 loc) · 7.78 KB

CHANGELOG.md

File metadata and controls

153 lines (69 loc) · 7.78 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.10 (2023-10-05)

Bug Fixes

  • fix error that occurs when plugins are loaded after this one (close #43, close #44) (2581772)

1.3.9 (2023-10-03)

Bug Fixes

  • Keep track of viewed plugin setting tabs (65eb91c)

1.3.8 (2023-05-30)

Bug Fixes

  • Readme: Update Readme to 1.0 (ecefe4d), closes #35

1.3.7 (2023-03-20)

Bug Fixes

  • adds Ctrl+P / Ctrl+N to navigate results (close #32) (44a4c99)

1.3.5 (2023-01-20)

Bug Fixes

  • adds setting search loaded event (ae4c2fb)

1.3.3 (2023-01-20)

Bug Fixes

  • expose removeTabResources (8eb6990)

1.3.2 (2023-01-20)

Bug Fixes

  • addResource -> addResources, removeResource -> removeResources, addResources now returns a deregister function (1afdb45)

1.3.1 (2023-01-20)

Bug Fixes

  • adds a way to remove external resources (fe72419)

1.3.0 (2023-01-19)

Features

  • adds ability for other plugins to add settings (f35ee83)

Bug Fixes

1.2.0 (2022-03-23)

Features

  • Settings Search is now on mobile! closes #9 (8838d41)

1.1.0 (2022-03-17)

Features

  • Added keyboard navigation to search results (close #3) (f178598)

1.0.7 (2022-03-15)

Bug Fixes

  • Wait for SettingTab display call before grabbing settings (close #13) (b1adc7f)

1.0.6 (2022-03-10)

Bug Fixes

  • Adds check for nested details elements (close #11) (0d07279)
  • Fixes padding issue on default theme (close #12) (13a3e98)

1.0.5 (2022-03-03)

Bug Fixes

  • Hotkeys are now always at the bottom of results (close #10) (625d64e)

1.0.4 (2022-02-23)

Bug Fixes

  • Fixed settings search placeholder (a71e4bb)

1.0.3 (2022-02-23)

Bug Fixes

  • Loading plugin no longer closes the active settings tab (317c1e2)
  • Settings indexing is no longer blocks the main process (ee7b7b9)
  • Unloading the plugin no longer re-loads the active settings tab (5579a8d)

1.0.2 (2022-02-17)

Bug Fixes

  • call hide() on settings tabs (78ea4c9)
  • calls tab.hide after building settings tab resources to properly unload (7de69f6)

1.0.1 (2022-02-15)

Bug Fixes

  • fixed issue where settings with no descriptions would break fuzzy search (close #6) (fecf025)

1.0.0 (2022-02-14)

Features

  • can now open plugin settings directly from search results (close #4) (a0d6b6f)

Bug Fixes

  • patches setting open to focus search field on open (close #2) (1b6561e)
  • settings descriptions are now recreated as-is (closes #5) (2b3678c)

0.0.2 (2022-02-10)