|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to the Export Trakt for Letterboxd project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- Comprehensive test suite with unit and integration tests |
| 13 | +- Internationalization (i18n) support with English and French translations |
| 14 | +- GitHub Actions CI/CD pipeline for automated testing |
| 15 | +- Automated release workflow for cross-platform binary generation |
| 16 | +- New issue templates for bug reports, feature requests, and beta feedback |
| 17 | +- Enhanced documentation including contributing guide, installation instructions, and configuration guide |
| 18 | + |
| 19 | +## [2.0.0] - TBD |
| 20 | + |
| 21 | +### Added |
| 22 | + |
| 23 | +- Complete rewrite in Go for improved performance and maintainability |
| 24 | +- Structured configuration using TOML format |
| 25 | +- Comprehensive logging system with support for different log levels |
| 26 | +- Advanced error handling with descriptive error messages |
| 27 | +- Internationalization (i18n) support |
| 28 | +- Multiple export formats (watched movies, watchlist, collections) |
| 29 | +- Command-line interface with various options and flags |
| 30 | +- Rate limiting for API requests to prevent exceeding Trakt.tv limits |
| 31 | +- Retry mechanism for handling transient API failures |
| 32 | +- Progress indication during exports |
| 33 | +- Enhanced movie matching using TMDb IDs |
| 34 | +- Support for advanced filtering (by rating, date range) |
| 35 | +- Better handling of rewatched movies |
| 36 | +- Cross-platform compatibility (Linux, macOS, Windows, ARM) |
| 37 | +- Docker support with multi-arch images |
| 38 | + |
| 39 | +### Changed |
| 40 | + |
| 41 | +- Improved configuration handling with support for environment variables |
| 42 | +- Enhanced Trakt.tv API client with better error handling |
| 43 | +- More efficient data processing for large movie collections |
| 44 | +- Better date handling with proper timezone support |
| 45 | +- Improved CSV generation with proper escaping and formatting |
| 46 | +- More reliable authentication flow with token refresh |
| 47 | + |
| 48 | +### Removed |
| 49 | + |
| 50 | +- Dependency on external tools (jq, curl) |
| 51 | +- Temporary file usage for data processing |
| 52 | + |
| 53 | +## [1.5.0] - 2023-07-15 |
| 54 | + |
| 55 | +### Added |
| 56 | + |
| 57 | +- Docker support with multi-arch images |
| 58 | +- GitHub Actions workflows for Docker builds |
| 59 | +- Option to include collection items in export |
| 60 | + |
| 61 | +### Changed |
| 62 | + |
| 63 | +- Improved error handling and reporting |
| 64 | +- Better support for special characters in movie titles |
| 65 | +- Enhanced matching algorithm for movies |
| 66 | + |
| 67 | +## [1.4.0] - 2023-05-20 |
| 68 | + |
| 69 | +### Added |
| 70 | + |
| 71 | +- Backup functionality for API responses |
| 72 | +- Support for exporting TV shows |
| 73 | +- Optional logging to file |
| 74 | +- Better date handling options |
| 75 | + |
| 76 | +### Changed |
| 77 | + |
| 78 | +- Improved authentication flow |
| 79 | +- Enhanced API request handling |
| 80 | + |
| 81 | +## [1.3.0] - 2023-03-10 |
| 82 | + |
| 83 | +### Added |
| 84 | + |
| 85 | +- Support for filtering by minimum rating |
| 86 | +- Option to include year in movie titles |
| 87 | +- Enhanced watchlist export |
| 88 | + |
| 89 | +### Changed |
| 90 | + |
| 91 | +- Improved CSV formatting |
| 92 | +- Better error messages |
| 93 | + |
| 94 | +## [1.2.0] - 2023-01-25 |
| 95 | + |
| 96 | +### Added |
| 97 | + |
| 98 | +- Export modes: normal, initial, complete |
| 99 | +- Support for watched history with dates |
| 100 | +- Automatic detection of rewatched movies |
| 101 | + |
| 102 | +### Changed |
| 103 | + |
| 104 | +- Improved Trakt.tv API integration |
| 105 | +- Better configuration handling |
| 106 | + |
| 107 | +## [1.1.0] - 2022-11-12 |
| 108 | + |
| 109 | +### Added |
| 110 | + |
| 111 | +- TMDB integration for better movie matching |
| 112 | +- Support for exporting ratings |
| 113 | +- Configuration file for customization |
| 114 | + |
| 115 | +### Changed |
| 116 | + |
| 117 | +- Enhanced authentication mechanism |
| 118 | +- Improved export format |
| 119 | + |
| 120 | +## [1.0.0] - 2022-09-01 |
| 121 | + |
| 122 | +### Added |
| 123 | + |
| 124 | +- Initial release |
| 125 | +- Basic functionality to export Trakt.tv data |
| 126 | +- Support for exporting to Letterboxd CSV format |
| 127 | +- Simple authentication with Trakt.tv API |
| 128 | +- Basic configuration options |
0 commit comments