File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55The format is based on Keep a Changelog, and this project adheres to
66Semantic 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
Original file line number Diff line number Diff 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
33341 . Open the Feedly Read Later page
34352 . Click the extension icon
35363 . 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
You can’t perform that action at this time.
0 commit comments