This commit is contained in:
Lauchmelder 2022-03-22 11:38:29 +01:00
parent 05c194e115
commit 729ff8a18b
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
3 changed files with 6 additions and 3 deletions

View file

@ -2,4 +2,7 @@
## v0.6.1
* Replaced internal arrays with sets to prevent accidentally doubly caching values
* Perform startup initialization for switches (should now default to ON)
* Fixed error appearing right after installing extension
* Fixed error appearing right after installing extension
## v0.6.2
* Added color transitions to buttons and links in the popup

View file

@ -1,7 +1,7 @@
{
"name": "FuriKani",
"description": "Removes furigana on websites based on your WaniKani level",
"version": "0.6.1",
"version": "0.6.2",
"icons": {
"16": "res/icon16.png",
"48": "res/icon48.png",

View file

@ -6,7 +6,7 @@
<body>
<header>
<h1>FuriKani</h1>
<h2>v0.6.1</h2>
<h2>v0.6.2</h2>
</header>
<div id="token-area">