Skip to content

Releases: KatsuteDev/Background

2.4.1

07 Feb 02:07
c44a554
Compare
Choose a tag to compare

🌈 Changes

⭐ New Features

  • Add hint for path modification and removal #96 (@Katsute)

📘 Dependencies

Full Changelog: 2.4.0...2.4.1

2.4.0

22 Dec 17:41
90dfa91
Compare
Choose a tag to compare

🌈 Changes

⭐ New Features

🔧 Optimizations

  • Use vscode-file://vscode-app/ for local images instead of base64 #78 (@Katsute)
    This should fix a performance issue caused by using a large amount of images.
  • Revert duplicate background fix for horizontal and vertical editor splits #82 (@Katsute)
    This should fix a performance issue caused by 2.3.0 when using editor images.

🐞 Bug Fixes

  • Hide corrupt notification when using VSCode Insiders #80 (@Katsute)

📘 Dependencies

Full Changelog: 2.3.1...2.4.0

2.3.1

29 Nov 22:25
849045f
Compare
Choose a tag to compare

🌈 Changes

🔧 Optimizations

Full Changelog: 2.3.0...2.3.1

2.3.0

26 Nov 19:01
89ff275
Compare
Choose a tag to compare

🌈 Changes

⭐ New Features

  • Show how many files match a glob #65 (@Katsute)
    To reduce confusion about missing backgrounds, the configuration menu will now show how many files match your globs.

    glob

🐞 Bug Fixes

  • Fix install notification sometimes not installing backgrounds #66 (@Katsute)
    • Fix rare bug where install notification would be sent before settings actually update
    • Fix multiple install notifications when selecting multiple files at once
  • Override file permissions if file is read only #64 (@Katsute)
    Fixes issue where backgrounds would not install when VSCode was readonly.
  • Fix repeating backgrounds #67 (@Katsute)
  • Fix duplicate backgrounds when using horizontal and vertical editor split #69 (@Katsute)

📘 Dependencies

Full Changelog: 2.2.0...2.3.0

2.2.0

12 Nov 02:03
3cb7332
Compare
Choose a tag to compare

🌈 Changes

⭐ New Features

  • Render content above backgrounds #57 (@Katsute)

    Add new option background.renderContentAboveBackground to render content above backgrounds

📘 Dependencies

Full Changelog: 2.1.0...2.2.0

2.1.0

04 Nov 01:33
45311d3
Compare
Choose a tag to compare

🌈 Changes

⭐ New Features

  • Add ability to transition between multiple images #49 (@Katsute)
    Use this new feature by changing the background.backgroundChangeTime field or using the new Time option in the configuration menu.

    (below image is a compressed gif, your transitions will look cleaner than this)

    multiple images

📘 Dependencies

Full Changelog: 2.0.2...2.1.0

2.0.2

15 Oct 01:17
81df44f
Compare
Choose a tag to compare

🌈 Changes

🐞 Bug Fixes

  • Remove warning about installation being corrupt #48 (@Katsute)
    • Hide corrupt notification on install
    • Automatically fix checksums after relaunch

Full Changelog: 2.0.1...2.0.2

2.0.1

09 Oct 16:08
8b50371
Compare
Choose a tag to compare

🌈 Changes

Full Changelog: 2.0.0...2.0.1

2.0.0

08 Oct 01:21
3558fff
Compare
Choose a tag to compare

🌈 Changes

⚠️ Breaking Change

  • Fix VSCode 1.72 #45 (@Katsute)
    Installing backgrounds using this extension now causes VSCode to warn about the installation being corrupt 😭. Select Don't Show Again to suppress this message.

    corrupt

⭐ New Features

  • Use separate options depending on background type #36 (@Katsute)
    configuration

    • New configuration menu
    • Removed property specific commands
    • Background options are now separated based on UI type
    • Settings are now saved as arrays rather than objects. Values are in order of
      1. Window
      2. Editor
      3. Sidebar
      4. Panel
    • Fixed some validation issues

    If you do not like this separation of options you can restore the old behavior by using the new option useWindowOptionsForAllBackgrounds which will use the window options for all backgrounds. You still need to add background images separately.

    old

  • Add command to view changelog #42 (@Katsute)

📘 Dependencies

Full Changelog: 1.3.0...2.0.0

1.3.0

11 Sep 20:55
1e41d89
Compare
Choose a tag to compare

🌈 Changes

⭐ New Features

  • Accept background images from URLs #35 (@Katsute)
    • Image URLs must be served over HTTPS
    • File URLs (file://) do not work, use Add File or Add Folder option

Full Changelog: 1.2.0...1.3.0