Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Aug 12, 2021
1 parent 4f76acf commit 3d04813
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Next version
## 1.2.1 (2021-08-12)

- Fixed handling of scrollable text boxes in Chromium and Safari browsers.
- Made number handling a bit more tolerant so 8万8千平㍍ etc. would be recognized.
- Fixed a case where the options page would flicker incessantly
([#708](https://github.com/birchill/10ten-ja-reader/discussions/708)).
- Made the popup respond better when there is little horizontal space.
- Avoided reporting errors for missing kanji components.

## v1.2.0 (2021-07-29) (Firefox, Chrome, Safari, Edge)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "10ten Japanese Reader",
/*#endif*/
"author": "Brian Birtles",
"version": "1.2.0",
"version": "1.2.1",
/*#if supports_applications_field*/
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "10ten-ja-reader",
"version": "1.2.0",
"version": "1.2.1",
"description": "Translate Japanese by hovering over words.",
"scripts": {
"build:firefox": "webpack",
Expand Down

0 comments on commit 3d04813

Please sign in to comment.