Skip to content

Commit 37041cc

Browse files
committed
v1.2 update
1 parent 9b8559b commit 37041cc

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ because it's popular.
5151
Compare Jitendex (**left**) with the original [JMdict file for Yomichan](https://foosoft.net/projects/yomichan/index.html#dictionaries)
5252
(**right**) developed by FooSoft.
5353

54-
![itadakimasu](https://github.com/stephenmk/Jitendex/assets/8003332/9c258d24-340d-4156-b66b-3e1dd080bfae)
54+
![itadakimasu](https://github.com/stephenmk/Jitendex/assets/8003332/e7d3e061-6369-4274-ba61-f98aebd9d651)
5555

5656
Jitendex includes example sentences, usage notes, cross references, antonym information, language-of-origin details, and
5757
extra metadata (such as the "*literally*" note) that are all missing from FooSoft's version.
@@ -72,7 +72,7 @@ more ambitious goals, and more design improvements.
7272
Compare the search results for けいそつ from Jitendex (**left**) and
7373
my previous version of JMdict for Yomichan (**right**).
7474

75-
![keisotu](https://github.com/stephenmk/Jitendex/assets/8003332/6d3d7564-9ddf-4816-a996-d28af18651c1)
75+
![keisotu](https://github.com/stephenmk/Jitendex/assets/8003332/12d2e417-05e8-4ff7-9ac3-ba90ddab4dc9)
7676

7777
In Jitendex (**left**), you can clearly tell that the 軽卒 form (the bottom
7878
search result) may be found in two different entries. In the first
@@ -83,31 +83,31 @@ irregular spelling of 軽率 (the top search result).
8383
<details>
8484
<summary>Entry for 猫の手も借りたい in GoldenDict-ng</summary>
8585

86-
![neko_no_te](https://github.com/stephenmk/Jitendex/assets/8003332/fb6dcfe7-3df5-4a5e-a38a-8ad163a59e10)
86+
![neko](https://github.com/stephenmk/Jitendex/assets/8003332/afd8826c-1751-49b4-a079-fe7df22596ba)
8787
</details>
8888

8989
<details>
9090
<summary>Entry for ばね in Yomibaba (compact glossary mode disabled; dark mode; Chromium)</summary>
9191

92-
![bane](https://github.com/stephenmk/Jitendex/assets/8003332/db8d2a4e-0bfa-4824-ab04-5a884e764991)
92+
![bane_chromium](https://github.com/stephenmk/Jitendex/assets/8003332/213190cb-f64c-4741-bb5a-859ab207b382)
9393
</details>
9494

9595
<details>
9696
<summary>Entry for 頂く in Yomibaba (compact glossary mode enabled; light mode; Chromium)</summary>
9797

98-
![itadaku](https://github.com/stephenmk/Jitendex/assets/8003332/bd6f972b-1263-4c1b-ae53-57ae1293ab1a)
98+
![itadaku](https://github.com/stephenmk/Jitendex/assets/8003332/56530a1b-41de-496d-92ec-286b407895e4)
9999
</details>
100100

101101
<details>
102102
<summary>Entry for 現在 in Yomibaba (compact glossary mode disabled; dark mode; Firefox)</summary>
103103

104-
![genzai](https://github.com/stephenmk/Jitendex/assets/8003332/00f738cb-56c9-4cc8-8167-e9d68424acd3)
104+
![genzai](https://github.com/stephenmk/Jitendex/assets/8003332/f0785bef-d974-4f9e-9c8b-ec504abfe875)
105105
</details>
106106

107107
<details>
108108
<summary>Entry for 素姓 in Yomibaba (compact glossary mode enabled; dark mode; Firefox)</summary>
109109

110-
![sujou](https://github.com/stephenmk/Jitendex/assets/8003332/8f97c1c3-9d34-40ea-9a5b-3fdbc3014584)
110+
![sujou](https://github.com/stephenmk/Jitendex/assets/8003332/8013bf73-cdcb-4086-9690-1d3acf993a2b)
111111
</details>
112112

113113
# Planned Features
@@ -187,11 +187,7 @@ Dictionaries Research Group. Visit
187187
[edrdg.org](https://www.edrdg.org/) for more information.
188188

189189
# Version History
190-
Version | First Publication | Details
191-
-- | -- | --
192-
1.1 | 2023-10-12 | Adjust shape, size, and font of rectangular images in the Yomichan version
193-
1.0 | 2023-10-09 | Japanese-English versions for Yomichan and MDict formats
194-
190+
See [VERSION_HISTORY.md](VERSION_HISTORY.md).
195191

196192
# Donations
197193

VERSION_HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Version History
2+
3+
Version | First Publication | Details
4+
-- | -- | --
5+
1.2 | 2023-10-14 | <ul><li>Yomichan<ul><li>Decrease size and increase weight of fonts in rectangular SVG images</li><li>Convert SVG text elements into paths to ensure text is always displayed the same regardless of browser or OS</li><li>Decrease font weight of text in table header cells</li></ul></li><li>All Formats<ul><li>For entries that contain only one sense, display the glossary as a block (i.e. underneath the part-of-speech tags) instead of inline (on the same line as the part-of-speech tags)</li></ul></li></ul>
6+
1.1 | 2023-10-12 | Adjust shape, size, and font of rectangular images in the Yomichan version
7+
1.0 | 2023-10-09 | Japanese-English versions for Yomichan and MDict formats

0 commit comments

Comments
 (0)