1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2025-12-19 18:48:24 +00:00

depreciate V1 indexers

This commit is contained in:
bakerboy448
2021-10-23 14:09:17 -05:00
committed by Qstick
parent 7b09028f99
commit 9afc75b2c6
2 changed files with 7 additions and 5 deletions

3
.gitattributes vendored
View File

@@ -1,2 +1,5 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
README.yml merge=ours
*.sh eol=lf
**.cs merge=ours

View File

@@ -13,10 +13,6 @@ Prowlarr will fall back to a previous version if no YML exists for the current v
## Active Versions
- V1 Indexers
- Prowlarr Cardigann v1 are base level standard YML
- No new indexers are to be added to v1 as of 2021-10-13
- V2 updates for indexers existing as v1 will be backported to V1 where possible until V1 is depreciated
- V2 Indexers
- Prowlarr Cardigann v2 include several changes such as
- Regex removal for Size parsing
@@ -35,4 +31,7 @@ Prowlarr will fall back to a previous version if no YML exists for the current v
## Depreciated Versions
- None
- V1 Indexers
- Prowlarr Cardigann v1 are base level standard YML
- No new indexers are to be added to v1 as of 2021-10-13
- No new updates backported to v1 as of 2021-10-17