Skip to content

Commit

Permalink
update template links
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Nov 26, 2022
1 parent d27c724 commit 89ff275
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ body:
Before opening a bug report please check that your issue was not already discussed in the following:
* [Issues](https://github.com/KatsuteDev/Background/issues?q=is%3Aissue+is%3Aopen+label%3Abug%2C%22critical+bug%22)
* [Known Issues](https://github.com/KatsuteDev/Background#%EF%B8%8F-known-issues)
Please also check that:
* This is actually a bug and not a feature.
* You are running the latest version.
If you have are trying to change or remove a background please refer to [usage](https://github.com/KatsuteDev/Background#%EF%B8%8F-usage).
If you have are trying to change or remove a background please refer to [#52](https://github.com/KatsuteDev/Background/issues/52).
If your VSCode is blank or stops working please check [here](https://github.com/KatsuteDev/Background#%EF%B8%8F-vscode-stopped-working) first.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
* This feature does not already exist.
* You are running the latest version.
This extension already supports background path modification and removal, please refer to [usage](https://github.com/KatsuteDev/Background#%EF%B8%8F-usage).
This extension already supports background path modification and removal, please refer to [#52](https://github.com/KatsuteDev/Background/issues/52).
- type: textarea
attributes:
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2.3.0

### ⭐ New Features

* Show how many files match a glob [#65](https://github.com/KatsuteDev/Background/pull/65) ([@Katsute](https://github.com/Katsute))
To reduce confusion about missing backgrounds, the configuration menu will now show how many files match your globs.

![glob](https://user-images.githubusercontent.com/58778985/203458542-ce6456fe-a9dc-4030-b84a-051a5a71d197.gif)

### 🐞 Bug Fixes

* Fix install notification sometimes not installing backgrounds [#66](https://github.com/KatsuteDev/Background/pull/66) ([@Katsute](https://github.com/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](https://github.com/KatsuteDev/Background/pull/64) ([@Katsute](https://github.com/Katsute))
Fixes issue where backgrounds would not install when VSCode was readonly.
* Fix repeating backgrounds [#67](https://github.com/KatsuteDev/Background/pull/67) ([@Katsute](https://github.com/Katsute))
* Fix duplicate backgrounds when using horizontal and vertical editor split [#69](https://github.com/KatsuteDev/Background/pull/69) ([@Katsute](https://github.com/Katsute))

### 📘 Dependencies

* Bump typescript from 4.8.4 to 4.9.3 [#61](https://github.com/KatsuteDev/Background/pull/61) ([@dependabot](https://github.com/dependabot))
* Bump @types/vscode from 1.73.0 to 1.73.1 [#60](https://github.com/KatsuteDev/Background/pull/60) ([@dependabot](https://github.com/dependabot))

**Full Changelog**: [`2.2.0...2.3.0`](https://github.com/KatsuteDev/Background/compare/2.2.0...2.3.0)

## 2.2.0

### ⭐ New Features
Expand Down

0 comments on commit 89ff275

Please sign in to comment.