Skip to content

Commit

Permalink
Updated changelog and bumped version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed Apr 26, 2020
1 parent d7f38bc commit 9b46ee1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.0 [Offline Mode]

- Your theme's wallpaper is now available offline!
- Small adjustments to the look and feel of the light Emilia theme.


## 2.1.1 [Better Update Experience]

- The plugin will actually tell you if it could not install your specified sticker.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "The Doki Theme",
"description": "Themes based on various anime and visual novel characters.",
"publisher": "unthrottled",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"icon": "Doki-Theme.png",
"galleryBanner": {
Expand Down
2 changes: 1 addition & 1 deletion src/NotificationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VSCodeGlobals } from './VSCodeGlobals';
import { attemptToGreetUser } from './WelcomeService';

const SAVED_VERSION = 'doki.theme.version';
const DOKI_THEME_VERSION = 'v2.1.1';
const DOKI_THEME_VERSION = 'v2.2.0';

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

0 comments on commit 9b46ee1

Please sign in to comment.