Skip to content

Commit

Permalink
prepare for release, adjust hidden notification
Browse files Browse the repository at this point in the history
used :has selector to better hide the corrupt warning
  • Loading branch information
Katsute committed Aug 10, 2023
1 parent 079ed07 commit 79ae7f6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.7.0

### New Features

* Add menu to delete backgrounds [#185](https://github.com/KatsuteDev/Background/pull/185) ([@Katsute](https://github.com/Katsute))

![delete](https://github.com/KatsuteDev/Background/assets/58778985/31bf6a03-f495-451e-ba9c-375953075e2e)
* Add back button to some menus [#186](https://github.com/KatsuteDev/Background/pull/186) ([@Katsute](https://github.com/Katsute))

### Dependencies

* Bump @vscode/vsce from 2.20.0 to 2.20.1 [#180](https://github.com/KatsuteDev/Background/pull/180) ([@dependabot](https://github.com/dependabot))
* Bump @vscode/test-electron from 2.3.3 to 2.3.4 [#182](https://github.com/KatsuteDev/Background/pull/182) ([@dependabot](https://github.com/dependabot))
* Bump @types/vscode from 1.80.0 to 1.81.0 [#181](https://github.com/KatsuteDev/Background/pull/181) ([@dependabot](https://github.com/dependabot))

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

## 2.6.1

* Update README
Expand Down
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ if(panelBackgrounds.length > 0){
+ // notification overrides
`
bk_global.appendChild(document.createTextNode(\`
div.notifications-toasts div.monaco-list[aria-label="Your Code installation appears to be corrupt. Please reinstall., notification"],
div.notifications-toasts div.monaco-list[aria-label="Your Code - Insiders installation appears to be corrupt. Please reinstall., notification"] {
div.notification-toast:has(> div.notifications-list-container > div.monaco-list[aria-label="Your Code installation appears to be corrupt. Please reinstall., notification"]),
div.notification-toast:has(> div.notifications-list-container > div.monaco-list[aria-label="Your Code - Insiders installation appears to be corrupt. Please reinstall., notification"]) {
display: none;
Expand Down

0 comments on commit 79ae7f6

Please sign in to comment.