vitaliiromanenko_popcorn-md/src
VitaliiRomanenko 08223fa045 chore: release v0.2.1
Release v0.2.1 with typo fixes, keyboard navigation improvements, and
documentation updates.

- Fix multiple typos: AuthResponce → AuthResponse, GenreResponce →
  GenreResponse, FindResponce → FindResponse, defaultFoder → defaultFolder,
  TMDbGanreService → TMDbGenreService
- Rename "card" CSS class to "movie-item" for clarity
- Add arrow key navigation (Up/Down) for search results with focus indication
- Add Enter key selection for focused items and Escape key to close modal
- Improve error handling in TMDb API service for auth, rate limiting, and
  general errors
- Add template validation with clearer error messages
- Update LICENSE copyright to Vitalii Romanenko
- Update README with corrected plugin name and URLs
- Update manifest.json, package.json, and versions.json for v0.2.1
- Remove stale comment in searchModal.ts
- Fix release notes date in .github/workflows/release.yml

Breaking change: defaultFoder setting key renamed to defaultFolder.
Existing configurations will not migrate automatically.
2026-06-21 12:13:54 +03:00
..
api refactor(api): improve TMDb API error handling 2026-06-20 19:38:34 +03:00
commands refactor(commands): improve MovieNoteService error messages 2026-06-20 19:38:09 +03:00
controllers fix: correct spelling errors in type and property names 2026-06-20 19:06:48 +03:00
models fix: correct spelling errors in type and property names 2026-06-20 19:06:48 +03:00
settings fix: correct spelling errors in type and property names 2026-06-20 19:06:48 +03:00
views chore: release v0.2.1 2026-06-21 12:13:54 +03:00
main.ts Add createMovieNote, add EventListener for Card 2026-06-09 20:58:43 +03:00