Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Aug 26, 2021
1 parent d261266 commit 1a85a40
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,11 +1,13 @@
## Next version
## 1.2.3 (2021-08-26)

- Made the lookup better reflect the cursor position
([#278](https://github.com/birchill/10ten-ja-reader/issues/278)).
- Fixed a hang when using 10ten together with the LiveTL extension
([#733](https://github.com/birchill/10ten-ja-reader/issues/733)).
- Fixed display of popup when using 10ten together with the LiveTL extension
([#734](https://github.com/birchill/10ten-ja-reader/issues/734)).
- Fixed a regression in the highlighting of text when only content that is not a
dictionary entry matches.

## 1.2.2 (2021-08-19)

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.2",
"version": "1.2.3",
/*#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.2",
"version": "1.2.3",
"description": "Translate Japanese by hovering over words.",
"scripts": {
"build:firefox": "webpack",
Expand Down

0 comments on commit 1a85a40

Please sign in to comment.