Skip to content

23.11.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 09:40
· 527 commits to master since this release
fd6bba8

This is the first stable release of Yomitan.

Project Introduction

Yomitan is a community fork of Yomichan (which was sunset by its owner on Feb 26 2023).

We have made a number of foundational changes to ensure the project stays alive, works on latest browser versions, and is easy to contribute to:

  • Completed the Manifest V2 → Manifest V3 transition, which is required to submit a new extension to the Chrome webstore. It will also be long-term required for usage of the extension, as Manifest V2 extensions will start being disabled as early as June 2024.
  • Switched to using ECMAScript modules and npm-sourced dependencies to make for a more modern coding and packaging experience.
  • Implemented an end-to-end CI/CD pipeline to make it easy to rapidly iterate and deploy new versions.
  • Switched to standard testing frameworks, vitest and playwright, to make it easier to develop more comprehensive tests, and detect regressions.

In addition, we are beginning to make important bug fixes and minor enhancements:

  • Improve dictionary import speed by 2x~10x or more (depending on the dictionary)
  • Fix UI regressions on modern browser versions, like the popup being too small
  • Add functionality to import/export multiple dictionaries, to make your data more portable across machines
  • And more

Since the owner requested forks be uniquely named, we have chosen a new name, yomitan. (-tan is an honorific used for anthropomorphic moe characters.) While we've made some substantial changes, the majority of the extension's functionality is thanks to hard work of foosoft and numerous other open source contributors from 2016-2023.

Since this is a distributed effort, we highly welcome new contributors! Feel free to browse the issue tracker, and you can find us on TheMoeWay Discord at #yomitan-development.

Full Changelog: 23.11.18.0...23.11.23.0

What's Changed

Enhancement

Bug Fixes

Dependencies

New Contributors

Full Changelog: 22.10.23.0...23.11.23.0