Skip to content

Releases: ganyuanzhen/TXT-Automatic-Chaptering

Version 1.0.0 版本发布

31 Jul 05:09
Compare
Choose a tag to compare

请注意下载的文件可能会被误报!请大家方向,我是没有写任何病毒代码的,但不知为何就会报毒(・∀・(・∀・(・∀・*)

查杀报告:

  1. https://s.threatbook.com/report/file/e3106d910e7fbdd35c38543b4c137998ca108618d6e5aacb72c3b8040bb10bab
  2. https://www.virustotal.com/gui/file/e3106d910e7fbdd35c38543b4c137998ca108618d6e5aacb72c3b8040bb10bab

版本功能:

  1. 终于支持中文序号的章节啦
  2. 章节序号与标题中间没有空格分隔一样可以识别o( ̄▽ ̄)ブ
  3. 支持自适应文件编码,不过还是尽量先通过记事本转换成UTF-8再使用
  4. 修复了当第一行不是章节标题时会出错的问题
  5. 打开dir 按钮依然无效

支持的系统:
Windows10及以上。但理论上能运行Python3.8的系统都支持。

Development Build

31 Jul 04:45
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 1e265ac: 添加自适应文件编码。但还请使用前将编码转换为UTF-8 (Yinan)

TXT-Automatic-Chaptering Ver. 1.0.0beta3

01 Sep 06:08
6c7a047
Compare
Choose a tag to compare

Now the macOS app should work properly!
As the cert is issued by Apple Root CA. So it may be valid on other Macs.

TXT-Automatic-Chaptering Ver. 1.0.0beta2

22 Aug 13:47
Compare
Choose a tag to compare

Full Changelog: 1.0.0beta1...1.0.0beta2
Add some Chinese Number support.

TXT-Automatic-Chaptering Ver. 1.0.0beta1

22 Aug 12:34
Compare
Choose a tag to compare

Full Changelog: https://github.com/ganyuanzhen/TXT-Automatic-Chaptering/commits/1.0.0beta1
This is the first release.
exe file was generated by pyinstaller by pyinstaller -F --noconsole -p C:\Users\15228\miniconda3\Lib --workpath build --specpath build --distpath build main.py