-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
byu
committed
May 11, 2022
1 parent
4b2a582
commit 6825321
Showing
213 changed files
with
56,426 additions
and
56,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,29 @@ Reader 是我个人开发的一款绿色、开源、免费的阅读器软件, | |
3. 本软件严禁用于商业用途,如有违反保留追究法律责任的权力。(ps:有人居然在某宝出售) | ||
``` | ||
**** | ||
最新release版本: `v1.10.1.0` | ||
正式版: [Reader_v1.10.1.0.7z](https://github.com/binbyu/Reader/releases/download/v1.10.1/Reader_v1.10.1.0.7z) | ||
无网络版: [Reader_v1.10.1.0_networkless.7z](https://github.com/binbyu/Reader/releases/download/v1.10.1/Reader_v1.10.1.0_networkless.7z) | ||
调试版: [Reader_v1.10.1.0_debug.7z](https://github.com/binbyu/Reader/releases/download/v1.10.1/Reader_v1.10.1.0_debug.7z) | ||
最新release版本: `v2.0.0.0` | ||
正式版win32: [Reader_v2.0.0.0.7z]() | ||
正式版x64: [Reader_v2.0.0.0_x64.7z]() | ||
无网络版: [Reader_v2.0.0.0_networkless.7z]() | ||
调试版: [Reader_v2.0.0.0_debug.7z]() | ||
**** | ||
<br/> | ||
<br/> | ||
<br/> | ||
|
||
## v2.0.0.0 2022/02/25 功能更新 | ||
1. 修复上一个版本gzip的书源网站解析失败的问题 | ||
2. 修复设置Reader为默认打开方式时,无法打开新的文本问题 | ||
3. 新增“显示设置”,为所有文本排版布局相关设置。 | ||
4. 新增“取色器”,可以使用取色器直接设置背景颜色。在“显示设置”内。 | ||
5. 新增“段距”配置。在“显示设置”内。 | ||
6. 新增“压缩空行”配置。在“显示设置”内。 | ||
7. 新增“章节字体”配置。可以单独设置章节标题字体。在“显示设置”内。 | ||
8. 新增“章前分页”配置。每个章节在新一页显示。在“显示设置”内。 | ||
9. 修复部分epub文件,章节丢失问题。 | ||
10. 新增windows 64位版本,该版本不支持windows xp及以下系统。 | ||
11. 为了支持新增功能,重新编写了翻页算法,改动较大。如遇到问题请发我邮箱 [email protected] | ||
|
||
## v1.10.1.0 2022/02/25 功能更新 | ||
1. 新增书源配置规则,支持文本过滤 | ||
1.1 用于去除在线小说文本中的广告和无用字符串 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29728.190 | ||
VisualStudioVersion = 16.0.32413.511 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reader", "Reader\Reader.vcxproj", "{C82E797A-2F83-4F40-93D5-8ADB39AD7879}" | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reader", "Reader\Reader.vcxproj", "{832E1E94-D931-43AA-984E-2B0F0EF52571}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
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 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Debug|x64.ActiveCfg = Debug|x64 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Debug|x64.Build.0 = Debug|x64 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Debug|x86.Build.0 = Debug|Win32 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Release|x64.ActiveCfg = Release|x64 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Release|x64.Build.0 = Release|x64 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Release|x86.ActiveCfg = Release|Win32 | ||
{832E1E94-D931-43AA-984E-2B0F0EF52571}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {656E4995-32E1-4344-8149-D1B7BD50525C} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.