Skip to content

Releases: KatsuteDev/Background

4.0.1

28 Aug 01:03
96d7bd5
Compare
Choose a tag to compare

Changes

Fixes

  • Fix various missing backgrounds when using render text over background option #507 (@Katsute)

Full Changelog: 4.0.0...4.0.1

4.0.0

23 Aug 20:49
4b1f248
Compare
Choose a tag to compare

Changes

New Features

  • Require API access to be enabled #490 (@Katsute)

    It is now required to enable API access in the options menu in order to use the extension API.

  • Add experimental option for text over backgrounds #487 (@Katsute)

    Adds an option renderTextAboveBackground which improves text visibility. Only supported for window backgrounds, not supported for editor/sidebar/panel options yet.

    Terminal will still have a solid background with this option enabled.

    Feature is experimental, please report any visibility issues with this option.

Fixes

  • Fix corrupt installation message not being hidden #498 (@Katsute)

Dependencies

Full Changelog: 3.1.1...4.0.0

3.1.1

28 Jun 01:36
e0f25ba
Compare
Choose a tag to compare

Changes

Dependencies

Full Changelog: 3.1.0...3.1.1

3.1.0

27 Dec 20:52
7c663dd
Compare
Choose a tag to compare

Changes

New Features

  • Add env var ${vscode:user} for Code/User directory #436 (@Katsute)

    On desktop this is the Code/User directory.

    On portable this is the data/user-data/User directory.

Dependencies

Full Changelog: 3.0.2...3.1.0

3.0.2

14 Sep 00:01
500ad3e
Compare
Choose a tag to compare

Changes

Fixes

  • Fix extension compatibility with VSCode 1.94 for Mac #410 (@Katsute)

Full Changelog: 3.0.1...3.0.2

3.0.1

11 Sep 01:28
3f2ee91
Compare
Choose a tag to compare

Changes

Fixes

  • Fix extension compatibility with VSCode 1.94 #409 (@Katsute)

Dependencies

Full Changelog: 3.0.0...3.0.1

3.0.0

17 Aug 16:27
8f5cb08
Compare
Choose a tag to compare

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

2.10.4

06 Jun 01:52
adcfcd8
Compare
Choose a tag to compare

Changes

Fixes

Full Changelog: 2.10.3...2.10.4

2.10.3

06 Jun 00:21
3cc47d0
Compare
Choose a tag to compare

Changes

New Features

Optimizations

Dependencies

Full Changelog: 2.10.2...2.10.3

2.10.2

02 Apr 01:04
30f498c
Compare
Choose a tag to compare

Changes

Fixes

Dependencies

Full Changelog: 2.10.1...2.10.2