Skip to content

Commit

Permalink
upgrade to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binbyu committed Feb 25, 2022
1 parent 3f14453 commit 61c76e1
Show file tree
Hide file tree
Showing 29 changed files with 13,492 additions and 13,208 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Reader
A win32 txt/epub/online file reader

A win32 txt/epub/online file reader
```
Reader 是我个人开发的一款绿色、开源、免费的阅读器软件,主要用于小说阅读,为广大网络文学爱好者提供一种方便、快捷舒适的阅读体验。
同时为广大软件开发者、爱好者提供学习参考。所有版权归作者所有。
一直以来感谢大家对Reader的喜爱与支持,同时也感谢大家对Reader的推广与宣传。
本软件虽然简单,但也花费了我不少时间和精力。
1. 如果需要分享或者推广,请注明软件出处。
2. 本软件严禁用于非法用途。
3. 本软件严禁用于商业用途,如有违反保留追究法律责任的权力。(ps:有人居然在某宝出售)
```
****
最新release版本: `v1.10.0.0`
正式版:      [Reader_v1.10.0.0.7z](https://github.com/binbyu/Reader/releases/download/untagged-8fce339b2c8271b4193d/Reader_v1.10.0.0.7z)
Expand All @@ -10,6 +18,36 @@ A win32 txt/epub/online file reader
<br/>
<br/>
<br/>

## v1.10.1.0 2022/02/25 功能更新
1. 新增书源配置规则,支持文本过滤
1.1 用于去除在线小说文本中的广告和无用字符串
1.2 “无”:不需要过滤文本
1.3 “关键字”:匹配固定文本并删除
1.4 “正则表达式”:用于文本不固定场景,删除匹配正则表达式的文本
1.5 由于在线小说会进行本地缓存,修改后只对未下载章节文本生效。或者请重新搜索并打开软件
2. 删除书源配置规则“书籍状态解析”
3. 新增手动获取在线小说最新章节功能
3.1 用于手动获取连载小说更新
3.2 使用方法:打开需要更新的在线小说,按F5键
4. 新增书源导入时书源merge(合并)功能
4.1 用于书源导入时保留本地书源配置
<br/>
<br/>
<br/>

## v1.10.0.0 2021/12/10 功能更新
1. 新增书源配置规则,支持章节分页
1.1 请下载新书源bs.json进行导入更新
2. 进一步压缩软件大小
2.1 带网络版目前版本大小为:1.63 MB,比上一个版本小了1M
2.2 使用miniz代替zlib
2.3 使用wolfssl代替openssl
3. 更新书源配置文档
3.1 [bs.md](doc/bs.md)
4. 修复一些bug
<br/>
<br/>
<br/>

## v1.10.0.0 2021/12/10 功能更新
Expand Down
44 changes: 22 additions & 22 deletions Reader.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reader", "Reader\Reader.vcxproj", "{C82E797A-2F83-4F40-93D5-8ADB39AD7879}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Debug|Win32.ActiveCfg = Debug|Win32
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Debug|Win32.Build.0 = Debug|Win32
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Release|Win32.ActiveCfg = Release|Win32
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reader", "Reader\Reader.vcxproj", "{C82E797A-2F83-4F40-93D5-8ADB39AD7879}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Debug|Win32.ActiveCfg = Debug|Win32
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Debug|Win32.Build.0 = Debug|Win32
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Release|Win32.ActiveCfg = Release|Win32
{C82E797A-2F83-4F40-93D5-8ADB39AD7879}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
14 changes: 7 additions & 7 deletions Reader/Advset.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef __ADV_SET_H__
#define __ADV_SET_H__

#include "types.h"

void ADV_OpenDlg(HINSTANCE hInst, HWND hWnd, chapter_rule_t *rule, void *book);

#ifndef __ADV_SET_H__
#define __ADV_SET_H__

#include "types.h"

void ADV_OpenDlg(HINSTANCE hInst, HWND hWnd, chapter_rule_t *rule, void *book);

#endif
2 changes: 2 additions & 0 deletions Reader/Book.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ struct book_event_data_t
{
Book* _this;
int ret;
int is_updated;

book_event_data_t()
{
_this = NULL;
ret = 0;
is_updated = 0;
}
};

Expand Down
Loading

0 comments on commit 61c76e1

Please sign in to comment.