diff --git a/CHANGELOG.md b/CHANGELOG.md index 872e38ea..bba48ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.2.4] - 2020-07-29 +### Added +- Import/Export OPML (#149) +### Changed +- Fix special characters display in title ## [1.2.3] - 2020-06-30 ### Added - Notification(#137) @@ -77,6 +82,7 @@ - Optimize channel list sorting - Handle feeds with no publish date +[1.2.4]:https://github.com/xs9627/feedpop/compare/v1.2.3...v1.2.4 [1.2.3]:https://github.com/xs9627/feedpop/compare/v1.2.2...v1.2.3 [1.2.2]:https://github.com/xs9627/feedpop/compare/v1.2.1...v1.2.2 [1.2.1]:https://github.com/xs9627/feedpop/compare/v1.2.0...v1.2.1 diff --git a/README.md b/README.md index 997b5c1b..2720f63f 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,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.2.3-blue.svg +[version-badge]: https://img.shields.io/badge/version-1.2.4-blue.svg diff --git a/public/manifest.json b/public/manifest.json index 085158c8..8acf4061 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -19,5 +19,5 @@ "48": "icon48.png", "128": "icon128.png" }, - "version": "1.2.3" + "version": "1.2.4" }