Skip to content

Commit afa1be3

Browse files
committed
Updated changelog and bump version
1 parent c581b06 commit afa1be3

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 88.5-1.6.3 [Bug Fixes]
4+
5+
- Restored the checksum fixes, so you do not see the "Your Code installation appears to be corrupt" message anymore. Restore your assets, exit VSCode and start it again for this to take effect.
6+
- Fixed wallpaper showing up on sticky lines. Please re-install your wallpaper (or restore assets) for this to take effect.
7+
8+
| Before | After |
9+
| --- | --- |
10+
| ![before](https://github.com/doki-theme/doki-theme-vscode/assets/15972415/8f523c2e-06f2-47aa-b1f6-93de38fed06e) | ![after](https://github.com/doki-theme/doki-theme-vscode/assets/15972415/fcdb89db-90ad-462a-bc53-5d0fa9fb85ff) |
11+
312
## 88.5-1.6.2 [Terminal Wallpaper support]
413

514
- Wallpaper now shows up on the terminal for the `1.83.1` builds. Please re-install your wallpaper for this to take effect.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Doki Theme",
44
"description": "Cute anime character themes!",
55
"publisher": "unthrottled",
6-
"version": "88.1.16",
6+
"version": "88.1.17",
77
"license": "MIT",
88
"icon": "Doki-Theme-v2.png",
99
"galleryBanner": {

src/NotificationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { VSCodeGlobals } from "./VSCodeGlobals";
33
import { attemptToGreetUser } from "./WelcomeService";
44

55
const SAVED_VERSION = "doki.theme.version";
6-
const DOKI_THEME_VERSION = "v88.5-1.6.2";
6+
const DOKI_THEME_VERSION = "v88.5-1.6.3";
77

88
export function attemptToNotifyUpdates(context: vscode.ExtensionContext) {
99
const savedVersion = VSCodeGlobals.globalState.get(SAVED_VERSION);

0 commit comments

Comments
 (0)