Skip to content

Commit

Permalink
v7 - Jahy-sama Will Not Be Discouraged! (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Oct 27, 2021
1 parent 51aa40e commit abf28ab
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
---

# 7.0.0 [Jahy-sama will not be discouraged!]

**1 New Theme!**

Featuring the Dark World's Second in Command: Jahy!

![v21 Girl](https://doki.assets.unthrottled.io/misc/v21_girl.png)

# 6.0.0 [KillLaKill Alt. Themes & Only for Onii-Chan]

## KillLaKill Alt. Themes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ You can choose themes from various, Anime, Manga, or Visual Novels:
- Future Diary
- Gate
- High School DxD
- Jahy-sama Will Not Be Discouraged!
- Kakegurui
- Kill La Kill
- KonoSuba
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"anchor": "right"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "91d0931d-3e1d-4101-b923-278ce264f0f5",
"overrides": {},
"laf": {},
"syntax": {},
"colors": {},
"backgrounds": {
"default": {
"anchor": "right"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"anchor": "right"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"anchor": "right"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"anchor": "right"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"anchor": "right"
}
}
}
}
1 change: 1 addition & 0 deletions buildSrc/buildInstallThemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ cd ../src
#python3 -m src/dokithemejupyter --set-theme "Franxx: Zero Two Dark"
#python3 -m dokithemejupyter --set-theme "NekoPara: Maple Dark" --sticker
python3 -m dokithemejupyter --set-theme "KillLaKill: Ryuko" --sticker
#python3 -m dokithemejupyter --set-theme "JahySama: Jahy" --sticker
#python3 -m dokithemejupyter --set-theme "NekoPara: Shigure" --sticker
#python3 -m src/dokithemejupyter --set-theme "OreGairu: Yukinoshita Yukino"
2 changes: 1 addition & 1 deletion buildSrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/lodash": "^4.14.155",
"@types/xml2js": "^0.4.5",
"copy-webpack-plugin": "^6.0.2",
"doki-build-source": "1.6.0",
"doki-build-source": "1.7.0",
"jest": "^26.0.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.0",
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1895,10 +1895,10 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

doki-build-source@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-1.6.0.tgz#5c39cf71e135714ae891301c56c648cc9447ac2a"
integrity sha512-jyP9xCNam3fq68lR1G2JVfCV9HSQX0ygfG9RAi2IohIUJNYE9YGDJk5YDxQ7uxEERSLXg/NjMpCOwFFswcBi5A==
doki-build-source@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-1.7.0.tgz#d90402b8f02e80d8b0376d86d48e57ba7be991e8"
integrity sha512-E2PCaT2lNAEZVHhl6cDRah9KqWf/M6S59YgfwHU7N3HBtDl6ld8U6Np9f5UUQPtquLb47UC2R+CvN2t8SKXRhw==

domain-browser@^1.1.1:
version "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

here = pathlib.Path(__file__).parent.resolve()

version = '6.0.0'
version = '7.0.0'

# write current version
with open((here / 'src' / 'dokithemejupyter' / 'version.txt'), 'w') as version_file:
Expand Down

0 comments on commit abf28ab

Please sign in to comment.