Conversation
🚀 Prepare Release v2.0.0: Add release notes
…ml - Fixes GitHub Actions release workflow that was failing due to missing config.toml file - Release packages should include example configuration, not actual config
…try requires lowercase repository names - Added step to convert github.repository_owner to lowercase - Fixed Docker login and build steps to use lowercase repo name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request represents the completion of the Go migration project (issue #41) and marks the v2.0.0 major release of Export Trakt 4 Letterboxd. This is a complete rewrite from the ground up, transitioning from a shell script-based solution to a modern, robust Go application.
Fixes #41
Type of change
🌟 Major Achievements
🔄 Complete Go Implementation
pkg/,internal/,cmd/)🛠️ Enhanced Core Features
⚙️ Configuration & Usability
🌐 Internationalization & Accessibility
📦 Docker & DevOps Improvements
docker compose --profile schedule-6h up -ddocker compose --profile dev --profile schedule-test up -d --build🧪 Quality Assurance
📈 Performance & Reliability Improvements
🔧 Technical Architecture
🐳 Docker Enhancements
Production Usage
Development
# Development mode with local build docker compose --profile dev --profile schedule-test up -d --build📋 Migration Guide
Users migrating from v1.x will need to:
How Has This Been Tested?
📊 Test Coverage Report
Checklist:
🎯 Next Steps
After this PR is reviewed and approved:
🏷️ Version Tag
This release will be tagged as v2.0.0 representing a major milestone in the project's evolution, providing a solid foundation for future enhancements while introducing breaking changes due to the complete architectural overhaul.
Breaking Changes:
This represents a major milestone in the project's evolution, completing the Go migration outlined in issue #41 and establishing a robust foundation for future development.