Skip to content

Commit

Permalink
1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marisukukise committed Sep 22, 2023
1 parent 960501a commit a61cdd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.9.2
- Fixed deepl.com broken DOM parsing

# 1.9.1
- Made clipboard reading more robust (clipboard reads rarely randomly return corrupt strings, which resulted in lost copy operations) by making 3 reads at a time instead comparing results instead of just 1 read.
- Improved support for digits, which sometimes bugged out before.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "japreader",
"productName": "japreader",
"version": "1.9.1",
"version": "1.9.2",
"description": "An Electron app that helps you read Japanese text",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit a61cdd5

Please sign in to comment.