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,22 @@ 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.1] - 2026-02-22
9+
10+ ### Changed
11+
12+ - Improve error handling with structured ` FeedlyError ` and user-facing messages
13+ - Add token cache metadata with TTL and localStorage change detection
14+ - Add message sender validation and settings sanitization in content script
15+ - Respect ` settings.reload ` in successful operation flow
16+ - Bump GitHub Action ` actions/checkout ` from ` 6.0.1 ` to ` 6.0.2 `
17+
18+ ### Fixed
19+
20+ - Handle JSON parse failures from Feedly API responses
21+ - Classify 4xx API errors as client errors
22+ - Prioritize actionable ` WRONG_PAGE ` message when API and DOM flows both fail
23+
824## [ 0.3.0] - 2026-01-14
925
1026### Changed
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " Feedly Read Later Opener" ,
4- "version" : " 0.3.0 " ,
4+ "version" : " 0.3.1 " ,
55 "description" : " Open Feedly Read Later items in background tabs and unsave them." ,
66 "icons" : {
77 "16" : " icons/icon-16.png" ,
You can’t perform that action at this time.
0 commit comments