Skip to content

Commit 4ceae2e

Browse files
committed
Version 1.0.5
1 parent 5479603 commit 4ceae2e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jiten.reader",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Learn Japanese by immersion by parsing texts, getting definitions for words and tracking your knowledge.",
55
"private": true,
66
"scripts": {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Jiten Reader",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "Japanese text parsing with Jiten",
66
"minimum_chrome_version": "116",
77
"background": {

src/views/changelog.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<link rel="stylesheet" media="screen" href="../css/changelog.css" />
22
<h2>Changelog</h2>
33

4+
<h5>1.0.5 (2026.03.03)</h5>
5+
<ul>
6+
<li><span class="description">Revamped the settings page, added a table of content and a search bar</span></li>
7+
<li><span class="description">Fixed the i+1 sentence display</span></li>
8+
<li><span class="description">Fixed Jiten Reader breaking Manatan native pop-up for manga</span></li>
9+
<li><span class="description">Fixed native furigana sometimes breaking up word detection</span></li>
10+
<li><span class="description">Added an option to open the popup on double tap</span></li>
11+
<li><span class="description">Changed the changelog to not open on update by default (configurable in settings)</span></li>
12+
</ul>
13+
414
<h5>1.0.4 (2026.02.17)</h5>
515
<ul>
616
<li><span class="description">Added a new visual theming system in the settings with a few presets. Themes can be be changed instantly from the extension icon and shared simply with a string</span></li>

0 commit comments

Comments
 (0)