Releases: donkuri/lapis
Lapis v1.5.0
This release introduces one major update along with a few quality-of-life improvements. The highlight is DefinitionPicture by @itokatsu. You can now add images to Lapis, enhancing your learning experience! Big thanks to @itokatsu for this.
Additional updates include:
- Refining the CSS to optimize the display of definitions and make better use of screen space.
- Revising the furigana handling to improve its visibility behavior and fix a persistent hover-related visual glitch.
- Cleaning up the CSS by removing unnecessary rules.
- Renaming
Meiryo
toYu Gothic UI
for improved readability and consistency.
How to Update from v1.4.0
1. Add the New Field
- Open the Browse menu and select a Lapis card.
- Click Fields..., then Add, and name the new field DefinitionPicture exactly as shown.
- (Optional) To adjust its position, click Reposition, enter 7, and confirm.
2. Import the Updated .apkg
File
-
On the import screen, ensure your settings match the configuration shown below:
Note: This update requires Anki version 23.10 or later.
Alternatively, you can manually update your Lapis card by selecting a card, clicking Cards..., and copying the contents of front.html
, back.html
, and styling.css
accordingly. Then, click Save to apply the changes.
That's it! Enjoy Lapis v1.5.0
What's Next?
No guarantees, but here’s what we’re planning:
- Improving compatibility with JL, as it is a very efficient tool for learning using visual novels.
- Integrate JPMN’s Kanji hover into Lapis, which we believe would significantly enhance both the quality of Lapis and the overall user experience.
Stay tuned!
Lapis v1.4.0
This update addresses the pitch accent issue reported in Lapis #29 and resolved by #35. The pitch accent for words will now be thoroughly verified, particularly to determine whether a word is kifuku or not. A big thanks to @itokatsu for his contribution!
Updating from v1.3.0
-
Import the new
.apkg
file:
On the import screen, ensure your settings match the configuration shown below:
Note: This update requires Anki version 23.10 or later.
-
Add the new field:
- After importing, navigate to the
Browse
menu and select a Lapis card. - Click on
Fields...
, thenAdd
, and name the new fieldPitchCategories
exactly as shown. - (Optional) To position this field conveniently, click
Reposition
, and enter17
in the dialog that appears.
- After importing, navigate to the
-
Reconfigure Yomitan's settings:
- Go to
Configure Anki Card Format...
and update the settings to include the newly addedPitchCategories
field. Refer to the updated README for guidance.
- Go to
Lapis v1.3.0
This update addresses a critical issue with dictionaries whose content isn't wrapped in a <span>
tag, resolved by @itokatsu (#38). This bug had the potential to break cards depending on the dictionaries being used, so a big thank you to @itokatsu for the fix!
To update from v1.2.0, simply copy paste the front.html, back.html and styling.css files in the corresponding Front
, Back
and Styling
templates after hitting Cards
in the Anki browser.
Lapis v1.2.0
New (intermediate) release before a more substantial rework (most notably of pitch handling). This new release fixes a few annoying bugs (most notably not having set the main language to Japanese) and refactors the code a tiny bit to be cleaner and easier to work with.
Huge thanks to @YonKuma and @itokatsu for their work on this release!
To update from v1.1.0, simply copy paste the front.html, back.html and styling.css files in the corresponding Front
, Back
and Styling
templates after hitting Cards
in the Anki browser.
Lapis v1.1.0
Lapis v1.0.0
The very first release of Lapis, make sure to check the documentation in the main page to see how to set it up.