Skip to content

Commit

Permalink
Update readme and version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
sqybi committed Apr 10, 2015
1 parent 82b3780 commit 3527354
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BaiduHiCrawler/BaiduHiCrawlerUpdater/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class Constants
public static readonly Version CurrentVersion = new Version
{
Major = 0,
Minor = 1,
Minor = 2,
Revision = 0
};

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@

# 更新日志

## v0.2.0

* 添加自动更新功能,会自动连接GitHub检查更新版本并下载。
* 抓取文章的时候会抓取发表时间和文章ID了。
* 增加了Logger,现在可以记录错误了。
* 现在的版本比之前更稳定,更少崩溃。

## v0.1.1

* 修正了一个导致文章页面无法正常抓取的bug。
Expand Down

0 comments on commit 3527354

Please sign in to comment.