Skip to content

3.0.0

Compare
Choose a tag to compare
@kdevbot kdevbot released this 17 Aug 16:27
· 12 commits to main since this release
8f5cb08

Changes

Breaking Change

  • Invert opacity setting #379 (@Katsute)

    Going forward, to achieve parity with other background extensions, the opacity calculation will be switched from 0 visible and 1 invisible to 1 visible and 0 invisible.

    To use the old behavior, use the useInvertedOpacity option. If you already have an opacity set, the inverted opacity setting will automatically be turned on.

Removed

  • Remove useWindowOptionsForAllBackgrounds option #374 (@Katsute)

New Features

  • Add options selector to menu #375 (@Katsute)

  • Add option to save settings per-workspace #383 (@Katsute)

    This updates the configuration menu to allow workspace specific settings; to use workspace, toggle the Setting Scope in the more options menu. Does not automatically update the background on workspace switch, the Auto Install option needs to also be turned on.

    Setting this to workspace will always use the workspace configuration, it does not fallback to global settings.

Dependencies

Full Changelog: 2.10.4...3.0.0