Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.27 KB

File metadata and controls

43 lines (36 loc) · 1.27 KB

Changelog

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.

[2.0.0] - $(date +%Y-%m-%d)

Added

  • Initial release
  • Batch opening of saved Feedly articles
  • Auto-unsave functionality
  • Customizable batch size
  • Badge counter showing saved articles
  • Smart batching mode
  • Periodic badge updates every 5 minutes

[Unreleased]

[1.0.0] - 2026-01-23

Added

  • Initial release of Feedly Saved Opener
  • Batch opening of saved Feedly articles (customizable 1-100)
  • Automatic unsaving of articles as they open
  • Badge notification showing saved article count
  • Feedly Token authentication (works with free tier)
  • Settings persistence across sessions
  • Real-time batch size updates
  • Modern gradient UI with purple theme
  • Token input validation with visual feedback
  • Auto-focus on token input after logout
  • Smooth transitions and animations
  • Browser startup badge update
  • Empty state with friendly message
  • Comprehensive error handling
  • Icon generator tool
  • Build automation script
  • Complete test suite (10 tests)
  • GitHub Actions CI/CD
  • Automated releases
  • Pre-commit hooks configuration