v0.6.3
This commit is contained in:
parent
e00529f817
commit
c994bc1592
|
@ -5,4 +5,9 @@
|
||||||
* Fixed error appearing right after installing extension
|
* Fixed error appearing right after installing extension
|
||||||
|
|
||||||
## v0.6.2
|
## v0.6.2
|
||||||
* Added color transitions to buttons and links in the popup
|
* Added color transitions to buttons and links in the popup
|
||||||
|
|
||||||
|
## v0.6.3
|
||||||
|
* Startup sync check is now more consistent
|
||||||
|
* Level number updates in realtime after sync
|
||||||
|
* Fixed bug where internal Kanji list would get reset on sync
|
|
@ -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.2",
|
"version": "0.6.3",
|
||||||
"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.2</h2>
|
<h2>v0.6.3</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="token-area">
|
<div id="token-area">
|
||||||
|
|
Loading…
Reference in a new issue