We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ab114 commit 0c35ae6Copy full SHA for 0c35ae6
README.md
@@ -8,7 +8,8 @@ https://github.com/Kutinging/EpubConv_Python/releases
8
# Usage 使用
9
直接將 epub 檔案拖曳至 epubconv.exe 上即可立即翻譯 epub 檔案
10
# Update history 更新歷史
11
-* 1.0.5.
+* 1.0.5.2
12
+ - 修正無 css 檔案時造成程式拋出例外 List index out of range. 錯誤
13
* 1.0.5.1
14
- 修正橫直互轉功能異常
15
- 各個epub檔案內容格式不同導致錯誤之修正
@@ -47,7 +48,7 @@ https://github.com/Kutinging/EpubConv_Python/releases
47
48
49
# Known Bugs目前已知問題
50
- * 無 css 檔案時造成程式拋出例外 List index out of range.
51
+ * 無 css 檔案時造成程式拋出例外 List index out of range.(1.0.5.2已修復)
52
* 1.0.4.2
53
* 效率低落問題(1.0.4.3已修復)
54
0 commit comments