Skip to content

Releases: KatsuteDev/Background

6.0.0

Choose a tag to compare

@kdevbot kdevbot released this 04 Jun 23:58
10d0d3e

Changes

ANNOUNCEMENT

Background reload is now fixed, please refer to the below changelog.

Breaking Change

  • Fix reload not working on VSCode 1.123 #601 (@Katsute)

    Some users may receive an error about a legacy installation, please refer to the following options to migrate to v6:

    Rollback
    1. Right click the extension the extensions tab and choose Install Specific Version...
    2. Choose a version that is older than v6
    3. Click Restart Extensions
    4. Run the Uninstall command or use the button in the Background menu, this is NOT the extension uninstall, it is specifically the Background Uninstall that needs to run
    5. Wait for the uninstall to complete, on v5.0.3 this will show a failed notification, on older versions it will automatically reload
    6. Fully close and reopen VSCode
    7. You can now update to v6 and use this extension
    Reinstall
    1. Reinstall VSCode

Full Changelog: 5.0.3...6.0.0

5.0.3

Choose a tag to compare

@kdevbot kdevbot released this 04 Jun 00:53
5fbff37

Changes

ANNOUNCEMENT

As of VSCode 1.123 Install, Uninstall, and Reload buttons do not refresh the background. Please refer to #600 for tracking on this issue.

To see background updates you must fully close and reopen VSCode.

Full Changelog: 5.0.2...5.0.3

5.0.2

Choose a tag to compare

@kdevbot kdevbot released this 04 Jun 00:21
2280d36

Changes

ANNOUNCEMENT

As of VSCode 1.123 Install, Uninstall, and Reload buttons do not refresh the background. Please refer to #600 for tracking on this issue.

To see background updates you must fully close and reopen the IDE.

Fixes

  • Fix sudo not working on VS 1.123 #599 (@Katsute)

    Fixes a Node compatibility issue with sudo caused by a bad VSCode release that did not declare a breaking Node version increase.

Full Changelog: 5.0.1...5.0.2

5.0.1

Choose a tag to compare

@kdevbot kdevbot released this 29 May 22:54
6a2cc53

Changes

Fixes

  • Fix window background not being applied properly #596 (@Katsute)

Full Changelog: 5.0.0...5.0.1

5.0.0

Choose a tag to compare

@kdevbot kdevbot released this 29 May 00:14
74a0317

Changes

Breaking Change

  • Remove Render Content Above Background option #587 (@Katsute)

    This feature is no longer functional, instead use the Render Text Above Background option.

Removed

  • Remove automatic opacity migration for v3 opacity inversion #588 (@Katsute)

    This removes the automatic opacity migration from v2 to v3 (2024).

    Users using v3 or higher

    No action is needed; your opacity settings have already been converted as part of the v2 to v3 update.

    Users using v2

    Update to v3 to have your opacity settings migrated, then to v5. As a reminder, the Use Inverted Opacity setting can still be used to preserve the inverted opacity (v2) behavior.

New Features

  • Render Text Above Background option now supports Sidebar, Editor, and Panel #592 (@Katsute)

Fixes

  • Fix sticky tree transparency when using render text over background option #589 (@Katsute)
  • Fix tooltip/generate background when using render text over background option #591 (@Katsute)
  • Fix documentation popup transparency when using render text over background option #590 (@Katsute)

Dependencies

Full Changelog: 4.0.4...5.0.0

4.0.4

Choose a tag to compare

@kdevbot kdevbot released this 15 Feb 16:30
9fe2eb1

Changes

Fixes

  • Restore missing suggestion highlight when using render text over background option #556 (@Katsute)
  • Improve background visibility on selected line when using render text over background option #558 (@Katsute)
  • Restore missing background on selected and hovered sidebar list when using render text over background option #559 (@Katsute)
  • Fix tab background when using render text over background option #557 (@Katsute)

Dependencies

Full Changelog: 4.0.3...4.0.4

4.0.3

Choose a tag to compare

@kdevbot kdevbot released this 03 Jan 21:49
d122ca6

Changes

Fixes

  • Fix suggestion background when using render text over background option #542 (@Katsute)

Dependencies

Full Changelog: 4.0.2...4.0.3

4.0.2

Choose a tag to compare

@kdevbot kdevbot released this 15 Dec 23:01
64c854f

Changes

Fixes

  • Fix missing text selector when using render text over background option #538 (@Katsute)

Dependencies

Full Changelog: 4.0.1...4.0.2

4.0.1

Choose a tag to compare

@kdevbot kdevbot released this 28 Aug 01:03
96d7bd5

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

Choose a tag to compare

@kdevbot kdevbot released this 23 Aug 20:49
4b1f248

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