Skip to content

Commit

Permalink
updated info for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digas99 committed May 28, 2021
1 parent e6abbe5 commit 5667135
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog v0.4.0
Not Released Yet
# [Changelog v0.4.0](https://github.com/digas99/wanikani-kanji-highlighter/releases/tag/v0.4.0)
Released on 28/05/2021

### - Vocabulary is here!

Expand Down
36 changes: 21 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ This is an unofficial chrome extension for Kanji Highlighting, matching the kanj
It works with any website, and provides detailed information about any kanji that is highlighted.
**Because it would be cheating, the extension doesn't work on [WaniKani.com](https://www.wanikani.com/).**

#### VERSION 0.3.1
#### VERSION 0.4.0

## [Get it on Chrome Webstore](https://chrome.google.com/webstore/detail/wanikani-kanji-highlighte/pdbjikelneighjgjojikkmhiehpcokjm/)

## Table of contents:
1. [Latest Features](#changelog-v031)
1. [Latest Features](#changelog-v040)
2. [Usage Guide](#usage-guide)
* 2.1. [WaniKani API Token](#wanikani-api-token)
* 2.2. [Kanji Details](#kanji-details)
Expand All @@ -20,14 +20,19 @@ It works with any website, and provides detailed information about any kanji tha
* 2.6. [Settings](#settings)
3. [Pictures](#pictures)

## Changelog v0.3.1
Released on 24/05/2021
## Changelog v0.4.0
Released on 28/05/2021

### - Vocabulary is here!

### Content
- Kanji info that appears when hovering over a kanji now has every vocabulary word, provided by WaniKani, associated to that kanji

### Popup
- Changed the position of the search bar to fit better the interface
- Added level of kanji to the results of Kanji Searching
- Added the possibility to search kanji by level and reading
- Added a button in search bar to allow the user to change between writing romaji and kana (if the kana option is selected, the user will still write romaji through their keyboard but it will be automatically converted to kana)
- Added the number of kanji found when using the search bar
- Implemented vocabulary results in Kanji Search
- When clicking the kanji of a result in Kanji Search, a new search will be made with the kanji that was clicked
- Improved Api Key text input to match the Kanji Search text input interface



#### [(All changelogs)](CHANGELOG.md)
Expand All @@ -48,17 +53,18 @@ If you hover over another highlighted kanji, the popup with the details will aut
When you no longer wish to have the popup visible, you can click anywhere on the page not covered by it, and it will collapse.

### Kanji Search:
You can search for any Kanji taught on WaniKani, even if you didn't learn it yet, through the search bar in the extension popup.
You can search for any Kanji and Vocabulary taught on WaniKani, even if you didn't learn it yet, through the search bar in the extension popup.

The search can be done by writing in the search bar in two ways, which can be toggled by clicking a button with either 'あ' or 'A':
- **Kana (きん):**
- **Hiragana:** writing the reading in Hiragana (lowercase) will show all kanji with that reading, either kunyomi or onyomi
- **Hiragana:** writing the reading in Hiragana (lowercase) will show all material with that reading (in the case of kanji it can be either kunyomi or onyomi)
- **Romaji/Kanji/Number (Gold/金/5):**
- **Name of the kanji:** writing the name of a kanji will show immediately all matches for that name (sometimes, different kanji have the same name)
- **Character of the Kanji:** writing the kanji itself, will show, not only that kanji, but all the similar kanji
- **Level:** writing a number 1-60 will show all kanji from that level
- **Name of the kanji:** writing the name of a material will show immediately all matches for that name (sometimes, different kanji have the same name)
- **Character of the Kanji:** writing the kanji itself, will show, not only that kanji, but all the similar kanji, and all vocabulary with that kanji
- **Level:** writing a number 1-60 will show all material from that level

The result of the search is the character for the kanji, followed by its names, readings and level.
The result of the search is the character for the material, followed by its names, readings and level.
If it is a Kanji, then it will be on yellow, if it is a vocabulary, it will be on red.

### Writing Kana:
Within the search bar, if you change the writing type from Romaji to Kana, by clicking on the button with the character 'あ', everything you type with your keyboard on that search bar will be automatically converted to Kana. If you write in **Lower Case** then **Hiragana** will show up. If you write in **Uper Case** then **Katakana** will show up.
Expand Down

0 comments on commit 5667135

Please sign in to comment.