Skip to content

Commit 853aed1

Browse files
authored
Merge pull request #3 from maro114510/feature/use-api
[fix] Update status with API
2 parents ba8b3d3 + a4ecb82 commit 853aed1

7 files changed

Lines changed: 344 additions & 106 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on Keep a Changelog, and this project adheres to
66
Semantic Versioning.
77

8+
## [0.3.0] - 2026-01-14
9+
10+
### Changed
11+
12+
- Use Feedly API for fetching and unsaving entries (DOM as fallback)
13+
- Always reload page after successful operation
14+
- Save settings immediately on change (including real-time input)
15+
- Remove reload checkbox option (now automatic)
16+
- Use pagination for "all" mode to fetch entries beyond 100-item limit
17+
- Parallel batch DELETE requests for improved performance
18+
19+
### Removed
20+
21+
- Optional reload setting (now always enabled)
22+
- Unused `ct`/`cv` API parameters
23+
24+
### Fixed
25+
26+
- Token cache invalidation on authentication errors
27+
- Consistent use of `normalizeCount()` for count validation
28+
- Settings saved on input (not just on blur)
29+
30+
## [0.2.0] - 2026-01-06
31+
32+
### Changed
33+
34+
- Updated manifest version
35+
836
## [0.1.0] - 2025-01-02
937

1038
### Added

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Browser extension to open saved items from Feedly Read Later in background tabs
66

77
- Runs only on the Feedly Read Later page
88
- Open all saved items or open a specified number
9-
- Optional reload after opening
9+
- Auto-reload after opening to reflect changes
1010
- Settings stored in browser storage
11+
- API-first approach with DOM fallback
1112
- No external libraries
1213

1314
## Requirements
@@ -33,8 +34,8 @@ Browser extension to open saved items from Feedly Read Later in background tabs
3334
1. Open the Feedly Read Later page
3435
2. Click the extension icon
3536
3. Choose "Open all saved items" or "Open only this many"
36-
4. Optionally enable reload
37-
5. Click "Open and Unsave"
37+
4. Click "Open and unsave"
38+
5. Tabs open in background, page reloads automatically
3839

3940
## Notes
4041

0 commit comments

Comments
 (0)