Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to
Semantic Versioning.

## [0.3.0] - 2026-01-14

### Changed

- Use Feedly API for fetching and unsaving entries (DOM as fallback)
- Always reload page after successful operation
- Save settings immediately on change
- Remove reload checkbox option (now automatic)

### Removed

- Optional reload setting (now always enabled)
- Unused `ct`/`cv` API parameters

### Fixed

- Token cache invalidation on authentication errors

## [0.2.0] - 2026-01-06

### Changed

- Updated manifest version

## [0.1.0] - 2025-01-02

### Added
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Browser extension to open saved items from Feedly Read Later in background tabs

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

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

## Notes

Expand Down
Loading
Loading