Skip to content

Commit c1b663b

Browse files
committed
chore(release): v0.3.1
1 parent fd046f5 commit c1b663b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.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

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)