Skip to content

v1.5.0 - Hidden Themes, Presets, and Stability.

Compare
Choose a tag to compare
@beebls beebls released this 02 Feb 00:02
· 311 commits to main since this release
99b7986
  • Rewritten tab finder and injector code.
    • This not only fixes the language issue, but also makes toggling themes much faster and more efficient.
  • Theme settings on the Quick Access Menu are now behind a collapsible menu, this makes the QAM much smaller vertically.
  • "Hidden" Themes
    • There is now a "Your Themes" modal, where you can choose to unpin/hide themes from the Quick Access Menu.
    • This removes them from the QAM to clear up space, but they are still accessible from the "Your Themes" popup.
    • By default, all existing and newly installed themes will be shown on the QAM, it is an opt-in to hide them.
  • Presets
    • From the "Your Themes" menu, you can now export your current theme configs as a "Preset Theme"
    • Preset themes look like normal themes, however when activated, activate multiple other themes and configure them.
    • This allows you to have complex multi-theme configs that you can easily switch between.
  • Misc
    • When giving an invalid color picker value, plugin will now default to #FFFFFF instead of erroring.
    • CSS variable can now be provided with or without the "--" prefix and work correctly.
    • The store functions used for configs now correctly handle line breaks.

Issues Fixed:
#54 - Expandable/Collapsible Style Settings