diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a231446..9bacd38 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Create a report to help us improve title: '' labels: '' @@ -7,33 +7,33 @@ assignees: '' --- + + **Describe the bug** -A clear and concise description of what the bug is. + **To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -1. Click on '....' -1. Scroll down to '....' -1. See error - -**Actual Behaviour** -What is happening that you do not want to be happening + +1. **Expected Behavior** -A clear and concise description of what you expected to happen. + **Environment** -Please go to *IntelliJ IDEA -> About IntelliJ IDEA (Mac)* or *Help -> About IntelliJ IDEA (Windows)* and copy the infos + **Screenshots** -If applicable, add screenshots to help explain your problem. + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7d4a0aa..df78f2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,5 @@ #### Checklist: -- [ ] My code follows the code style of this project (`lint` passes clean). -- [ ] I wrote tests for added functionality. - [ ] I updated the version. - [ ] I updated the changelog with the new functionality. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b7d25..d6b4906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +# 3.1.1 [Non-Functional] + +- Updated repository links in package.json +- Replaced extension icon. +- Security patches. + # 3.1.0 [New Sticker Placement] - Moved the sticker to the bottom right hand corner of the window instead of being in the bottom right hand corner of the code editor window. diff --git a/Doki-Theme.png b/Doki-Theme.png index 1e3e8d7..42b00f2 100644 Binary files a/Doki-Theme.png and b/Doki-Theme.png differ diff --git a/README.md b/README.md index df9e72a..4b69b8f 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ Themes grouped [by anime](./albums/grouping.md) ## About! -With well over **20 themes** (light and dark) I think you will be able to find your favorite. -You can even find a theme that fits your mood for the day. +This plugin is for serious Otaku programmers. +With over **20** themes, based off of various waifus, +I think you will find your best girl. -Variety is the spice of life! So you can choose themes from the following Doki-Doki Theme Suites: +Variety is the spice of life! So you can choose themes from various, Anime, Manga, or Visual Novels: - Doki-Doki Literature Club - Re:Zero diff --git a/package.json b/package.json index 99e2bcc..96c95f2 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "doki-theme", "displayName": "The Doki Theme", - "description": "Themes based on various anime and visual novel characters.", + "description": "Code with your waifu.", "publisher": "unthrottled", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "icon": "Doki-Theme.png", "galleryBanner": { @@ -11,11 +11,11 @@ "theme": "dark" }, "bugs": { - "url": "https://github.com/cyclic-reference/doki-theme-vscode/issues" + "url": "https://github.com/doki-theme/doki-theme-vscode/issues" }, "repository": { "type": "git", - "url": "https://github.com/cyclic-reference/doki-theme-vscode.git" + "url": "https://github.com/doki-theme/doki-theme-vscode.git" }, "engines": { "vscode": "^1.40.0" @@ -383,5 +383,8 @@ "tslint": "^5.20.0", "typescript": "^3.6.4", "vscode-test": "^1.2.2" + }, + "resolutions": { + "minimist": "0.2.1" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 09d49ba..738ce4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -529,10 +529,10 @@ minimatch@3.0.4, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= +minimist@0.0.8, minimist@0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455" + integrity sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg== mkdirp@0.5.1, mkdirp@^0.5.1: version "0.5.1"