v0.7
This commit is contained in:
parent
4d67d66d8e
commit
60a2943d2d
|
@ -10,4 +10,8 @@
|
||||||
## v0.6.3
|
## v0.6.3
|
||||||
* Startup sync check is now more consistent
|
* Startup sync check is now more consistent
|
||||||
* Level number updates in realtime after sync
|
* Level number updates in realtime after sync
|
||||||
* Fixed bug where internal Kanji list would get reset on sync
|
* Fixed bug where internal Kanji list would get reset on sync
|
||||||
|
|
||||||
|
# v0.7
|
||||||
|
* FuriKani now supports Firefox!
|
||||||
|
* Fixed potential innerHTML risks
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "FuriKani",
|
"name": "FuriKani",
|
||||||
"description": "Removes furigana on websites based on your WaniKani level",
|
"description": "Removes furigana on websites based on your WaniKani level",
|
||||||
"version": "0.6.3",
|
"version": "0.7",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "res/icon16.png",
|
"16": "res/icon16.png",
|
||||||
"48": "res/icon48.png",
|
"48": "res/icon48.png",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>FuriKani</h1>
|
<h1>FuriKani</h1>
|
||||||
<h2>v0.6.3</h2>
|
<h2>v0.7</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="token-area">
|
<div id="token-area">
|
||||||
|
|
Loading…
Reference in a new issue