diff --git a/CHANGELOG.md b/CHANGELOG.md index a3aa5c05..14545f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.5] - 2019-03-18 +### Added +- Add mark all as read in feed list menu +- Add mark all as read in context menu of extension icon +### Changed +- Fix typo ## [1.0.4] - 2019-02-28 ### Changed - Fix feed list shows item in other channel @@ -20,6 +26,7 @@ - Optimize channel list sorting - Handle feeds with no publish date +[1.0.5]:https://github.com/xs9627/feedpop/compare/v1.0.4...v1.0.5 [1.0.4]:https://github.com/xs9627/feedpop/compare/v1.0.3...v1.0.4 [1.0.3]:https://github.com/xs9627/feedpop/compare/v1.0.2...v1.0.3 [1.0.2]:https://github.com/xs9627/feedpop/compare/1.0.1...v1.0.2 diff --git a/README.md b/README.md index 5790a36b..f01e93c7 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Install in chrome web store: https://chrome.google.com/webstore/detail/feedpop-s Load unpacked extension manually: https://github.com/xs9627/feedpop/releases [CHANGELOG]: ./CHANGELOG.md -[version-badge]: https://img.shields.io/badge/version-1.0.4-blue.svg +[version-badge]: https://img.shields.io/badge/version-1.0.5-blue.svg diff --git a/public/manifest.json b/public/manifest.json index 1387abdd..5681c6d8 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -19,5 +19,5 @@ "48": "icon48.png", "128": "icon128.png" }, - "version": "1.0.4" + "version": "1.0.5" }