Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #314 from xs9627/master
Browse files Browse the repository at this point in the history
v1.2.7
  • Loading branch information
xs9627 authored Jun 19, 2021
2 parents ef081bb + e89d61b commit c97f379
Show file tree
Hide file tree
Showing 8 changed files with 790 additions and 689 deletions.
50 changes: 50 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: react-i18next
versions:
- 11.8.10
- 11.8.13
- 11.8.14
- 11.8.6
- 11.8.7
- 11.8.9
- dependency-name: npm
versions:
- 7.10.0
- 7.11.0
- 7.5.3
- 7.5.4
- 7.5.6
- 7.6.1
- 7.6.2
- 7.6.3
- 7.7.0
- 7.7.4
- 7.7.6
- dependency-name: react-spring
versions:
- 9.1.0
- dependency-name: styled-components
versions:
- 5.2.2
- dependency-name: i18next
versions:
- 19.8.5
- 19.8.6
- 19.8.8
- 19.8.9
- 19.9.0
- 19.9.2
- 20.0.0
- dependency-name: react-use-gesture
versions:
- 9.0.1
- 9.0.2
- 9.1.1
- 9.1.2
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.2.7] - 2021-06-19
### Changed
- Fix open in new tab
## [1.2.6] - 2021-04-05
### Added
- Pop out to a new window
Expand Down Expand Up @@ -88,6 +91,8 @@
- Optimize channel list sorting
- Handle feeds with no publish date

[1.2.7]:https://github.com/xs9627/feedpop/compare/v1.2.6...v1.2.7
[1.2.6]:https://github.com/xs9627/feedpop/compare/v1.2.5...v1.2.6
[1.2.5]:https://github.com/xs9627/feedpop/compare/v1.2.4...v1.2.5
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-blue.svg
[version-badge]: https://img.shields.io/badge/version-1.2.7-blue.svg
Loading

0 comments on commit c97f379

Please sign in to comment.