Skip to content

Commit

Permalink
Bump min version to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
ServarrAdmin committed Oct 12, 2024
1 parent 7daa6a1 commit 08360f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,15 @@ To test the definition:
- [V10 Indexers](https://github.com/Prowlarr/Prowlarr/commit/f95f67a7ca3e274cd0b5abbac487eb914fccd0bb) - Dev 1.18.0.4543
- Prowlarr Cardigann v10 includes several changes such as
- Predefined settings type: `info_cookie`, `info_flaresolverr` and `info_useragent`
- [V9 Indexers](https://github.com/Prowlarr/Prowlarr/commit/bceebc34c134db8140a307e25312cb15e0ff5d63) - Dev 1.4.0.3230
- Prowlarr Cardigann v9 includes several changes such as
- AllowEmptyInputs
- default values
- MissingAttributeEqualsNoResults

## Depreciated 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
- No new updates backported to v1 as of 2021-10-17

### V2 Indexers

- Prowlarr Cardigann v2 include several changes such as
- Regex removal for Size parsing
- Multiple Download Selectors
Expand All @@ -70,7 +63,6 @@ To test the definition:
- No new updates backported to v2 as of 2022-04-18

### V3 Indexers

- Prowlarr Cardigann v3 includes support for APIs and JSON
- Replace `imdb:` selector with `imdbid:`
- Makes `Description` an optional by default
Expand All @@ -93,10 +85,16 @@ To test the definition:
- `doubanid` support
- `tmdbid` TV Search Support

### [V7 Indexers](https://github.com/Prowlarr/Prowlarr/commit/ee6467073f64cfaa5ef0de2225f39f0fd0eb5c05) - Dev 0.4.4.1947
- Prowlarr Cardigann v7 includes several changes such as
- `Publisher`, `Year`, `Genre`, Query support

### [V8 Indexers](https://github.com/Prowlarr/Prowlarr/commit/1529527af9d2bf09dcd1b540b4c6f95a7dd00bd1) - Dev 1.1.0.2322
- Prowlarr Cardigann v8 includes several changes such as
- HtmlEncode and HtmlDecode filters

### [V7 Indexers](https://github.com/Prowlarr/Prowlarr/commit/ee6467073f64cfaa5ef0de2225f39f0fd0eb5c05) - Dev 0.4.4.1947
- Prowlarr Cardigann v7 includes several changes such as
- `Publisher`, `Year`, `Genre`, Query support
### [V9 Indexers](https://github.com/Prowlarr/Prowlarr/commit/bceebc34c134db8140a307e25312cb15e0ff5d63) - Dev 1.4.0.3230
- Prowlarr Cardigann v9 includes several changes such as
- AllowEmptyInputs
- default values
- MissingAttributeEqualsNoResults
3 changes: 2 additions & 1 deletion scripts/indexer-sync-v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ usage() {
## v6 purged and frozen 2022-10-14
## v7 purged and frozen 2024-04-27
## v8 purged and frozen 2024-04-27
MIN_SCHEMA=9
## v9 purged and frozen 2024-10-13
MIN_SCHEMA=10
MAX_SCHEMA=11
NEW_SCHEMA=$((MAX_SCHEMA + 1))
NEW_VERS_DIR="definitions/v$NEW_SCHEMA"
Expand Down

0 comments on commit 08360f5

Please sign in to comment.