- Migrated 485+ indexer definitions from v10 to v11 directory
- Preserved existing v11 indexers (skipped 15 duplicates to keep v11 versions)
- Updated VERSIONS file: MIN_VERSION changed from 10 to 11
- Updated documentation in README.md and CONTRIBUTING.md:
* Marked v10 as deprecated (removed from active versions)
* Updated v11 as single active version with 522+ indexers
* Added deprecation warnings and migration notes
- Kept v10/schema.json for historical reference
- All validation passes with migrated indexers
Breaking change: v10 no longer contains active indexer definitions.
Prowlarr will continue to work as it falls back to available versions.
- Add minimum Python version requirement (3.11+) with installation note
- Create dedicated Script Commands section with validation and sync commands
- Reorganize documentation to show commands before sync instructions
- Enhance with GitHub markdown callouts (Important, Warning, Note, Tip)
- Improve readability and highlight critical information