Commit Graph

928 Commits

Author SHA1 Message Date
TrueCharts-Bot 617cb4ab93 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-23 00:15:53 +00:00
Kjeld Schouten d45f7fe497
fix(scale-gui): replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI (#21154)
**Description**
Seems this was missing in the gui by accident

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-22 14:11:52 +02:00
TrueCharts-Bot 54d88732dc Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-22 00:16:09 +00:00
Kjeld Schouten b4f0331ba8 chore: bump everything to release new doc pages 2024-04-21 20:11:39 +02:00
Kjeld Schouten b5036ed2aa
chore: update groups html (#21121)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-21 19:45:29 +02:00
Kjeld Schouten 2e05d3ccd8 chore: bump charts to release new docs to fix broken links 2024-04-21 18:51:34 +02:00
Kjeld Schouten c850d0cfb3 chore: bump everything to regenerate readme's and site index 2024-04-21 16:13:02 +02:00
Kjeld Schouten a66fd3357b
Chore: rework SCALE catagories/groups to match helm and remove deprecated charts (#21111)
**Description**
We want to improve the meager-at-best descriptions for the option
groups/catagories on SCALE.
They should also match the naming scheme of Helm/Kubernetes.

With those things combined, we can then link users to the actual common
docs for more indepth info on each available option.
Saving us needlessly duplicated docs that need to be maintained and
giving more indepth information to users.

Having naming schemes that match *actual* kubernetes, also makes it
easier for users to migrate to a true kubernetes platform in the future.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 14:31:23 +02:00
TrueCharts-Bot 9cb7bb6e6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-21 00:16:24 +00:00
TrueCharts Bot 03ef171000
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.16.2.4435@e82f806 by renovate (#21057)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | patch |
`1.16.1.4420` -> `1.16.2.4435` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.16.2.4435`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.16.2.4435):
1.16.2.4435

[Compare
Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.16.1.4420...v1.16.2.4435)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`5fee2c4`](5fee2c4cd9)
Multiple Translations updated by Weblate
-
[`21d553c`](21d553cf1b)
Update description for MyAnonamouse's Freeleech setting
([#&#8203;2103](https://togithub.com/Prowlarr/Prowlarr/issues/2103))
-
[`782b2d3`](782b2d3761)
Add dev container workspace
-
[`e1da3ee`](e1da3eee80)
Automated API Docs update
-
[`09af2da`](09af2da6b9)
Fixed: Re-testing edited providers will forcibly test them
-
[`e3e9094`](e3e9094d42)
Bump version to 1.16.2
-
[`9463423`](94634234ff)
Update categories for M-Team TP
-
[`a48d602`](a48d6029d9)
Show releases with issues in the interactive search
-
[`9cc150b`](9cc150b105)
Fix AB tests
-
[`6a97d99`](6a97d99876)
Fixed: (AnimeBytes) Enable Use Filenames for Single Episodes by default

<details><summary><b>See More</b></summary>

-
[`c957168`](c957168040)
Add DevContainer, VSCode config and extensions.json
-
[`61bc35b`](61bc35b3fa)
New: Option to prefix app name on Telegram notification titles
-
[`a84210c`](a84210c452)
Multiple Translations updated by Weblate
-
[`8af6ea1`](8af6ea1d8f)
New: Retry on failed indexer requests
-
[`1a894ac`](1a894ac583)
Fixed: Matching at least 2 terms in the filter releases by query
-
[`4f6e054`](4f6e05414c)
Drop beta (Preview) from login meta description
([#&#8203;2097](https://togithub.com/Prowlarr/Prowlarr/issues/2097))
-
[`5096a08`](5096a088d4)
Fixed: (IPTorrents) Improve category selector
-
[`6581bdd`](6581bddba3)
Detect shfs mounts
-
[`292af28`](292af28d42)
Bump version to 1.16.1
-
[`37a6d03`](37a6d03d52)
Fixed: (XSpeeds) Update categories
-
[`fe35d45`](fe35d450f0)
Use info urls as guid and add remaster name to title for SecretCinema
-
[`6a9e27b`](6a9e27bc06)
Fixed: Sending ntfy.sh notifications with unicode characters
-
[`a989bf8`](a989bf82ea)
Fixed: (Gazelle) Ignore ineligible releases with Use Freeleech Token
-
[`ccc8d80`](ccc8d8002f)
Fixed: Testing SABnzbd when no categories are configured
-
[`eaaf8db`](eaaf8db486)
Update timezone for ExoticaZ
-
[`c32fa7a`](c32fa7a84b)
Update timezone for FL & AvistaZ
-
[`57e21a7`](57e21a78ee)
Multiple Translations updated by Weblate
-
[`9cdf5d1`](9cdf5d18d8)
Fixed: Categories for Newznab/Torznab in add indexer
-
[`41b0a12`](41b0a1211b)
Fixed: Migrate categories to capabilities in Newznab/Torznab settings
-
[`1b8f09f`](1b8f09f2ce)
Fixed: Improve capabilities fetching for applications sync
-
[`2f85de6`](2f85de6b69)
Add capabilities to Newznab & Torznab tests
-
[`b2ef9d5`](b2ef9d5b0a)
Fixed: Filter invalid releases without categories or size
-
[`c80262d`](c80262d75b)
Translation fixes for health checks
-
[`2a312d9`](2a312d93ec)
Multiple Translations updated by Weblate
-
[`e09df2f`](e09df2fff3)
Multiple Translations updated by Weblate
-
[`f0c7d13`](f0c7d13b20)
Translations for health checks
-
[`4dac60b`](4dac60bef9)
Fixed: Displaying capabilities for Newznab and Torznab feeds
([#&#8203;2083](https://togithub.com/Prowlarr/Prowlarr/issues/2083))
-
[`5aefb46`](5aefb46790)
Fixed: Check VIP expiration only for enabled indexers \[
[#&#8203;2082](https://togithub.com/Prowlarr/Prowlarr/issues/2082) ]
-
[`41b043e`](41b043e551)
Fixed: (Cardigann) Log invalid category values
-
[`5447fad`](5447fad1fc)
Fixed: (Cardigann) Deprecate noappend for category and categorydesc
-
[`6a1e01a`](6a1e01abbd)
Disable Shizaproject due to being unusable
-
[`2803ad5`](2803ad5ba0)
Update name for RuTracker.org
-
[`8fa8a13`](8fa8a13036)
Bump version to 1.16.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=116&\_a=release-summary).</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-20 12:03:19 +02:00
TrueCharts Bot 53e2bed79f
chore(deps): update container image common to v20.3.11@dae6129 by renovate (#20875)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.7` ->
`20.3.11` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-20 12:01:18 +02:00
TrueCharts-Bot 5f6f1c96b4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-20 09:44:33 +00:00
TrueCharts-Bot 4379eea4a1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-20 00:15:35 +00:00
TrueCharts-Bot dd036eb753 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-18 00:15:31 +00:00
TrueCharts-Bot 3bbe62084f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 12:46:24 +00:00
Kjeld Schouten 72404e0fca reset to png 2024-04-17 14:31:04 +02:00
Kjeld Schouten 328900e438 Revert "Commit daily changes"
This reverts commit 26af685659.
2024-04-17 14:28:41 +02:00
TrueCharts-Bot 26af685659 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 12:10:06 +00:00
Kjeld Schouten 9828a1ef02 chore: bump charts to ensure new icons are released 2024-04-16 19:12:53 +02:00
TrueCharts Bot 4413ae4d1c
chore(deps): update container image common to v20.3.7@8cf9fc9 by renovate (#20819)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.6` ->
`20.3.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-16 18:46:33 +02:00
Kjeld Schouten 8b489f48bb
Webp icons2 (#20851)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-16 17:08:41 +02:00
TrueCharts-Bot 5456f92040 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-16 00:09:21 +00:00
TrueCharts-Bot 94c6bd8875 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-15 01:16:25 +00:00
TrueCharts Bot 5ca451fa1b
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to 1.16.1.4420@b92e309 by renovate (#20765)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | digest | `a60ce8c`
-> `b92e309` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-14 23:11:08 +02:00
TrueCharts Bot bcb8dca24e
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.16.1.4420@a60ce8c by renovate (#20747)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | minor |
`1.15.0.4361` -> `1.16.1.4420` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.16.1.4420`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.16.1.4420):
1.16.1.4420

[Compare
Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.16.0.4401...v1.16.1.4420)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`9463423`](94634234ff)
Update categories for M-Team TP
-
[`a48d602`](a48d6029d9)
Show releases with issues in the interactive search
-
[`9cc150b`](9cc150b105)
Fix AB tests
-
[`6a97d99`](6a97d99876)
Fixed: (AnimeBytes) Enable Use Filenames for Single Episodes by default
-
[`c957168`](c957168040)
Add DevContainer, VSCode config and extensions.json
-
[`61bc35b`](61bc35b3fa)
New: Option to prefix app name on Telegram notification titles
-
[`a84210c`](a84210c452)
Multiple Translations updated by Weblate
-
[`8af6ea1`](8af6ea1d8f)
New: Retry on failed indexer requests
-
[`1a894ac`](1a894ac583)
Fixed: Matching at least 2 terms in the filter releases by query
-
[`4f6e054`](4f6e05414c)
Drop beta (Preview) from login meta description
([#&#8203;2097](https://togithub.com/Prowlarr/Prowlarr/issues/2097))

<details><summary><b>See More</b></summary>

-
[`5096a08`](5096a088d4)
Fixed: (IPTorrents) Improve category selector
-
[`6581bdd`](6581bddba3)
Detect shfs mounts
-
[`292af28`](292af28d42)
Bump version to 1.16.1

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=115&\_a=release-summary).</details>

###
[`v1.16.0.4401`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.16.0.4401):
1.16.0.4401

[Compare
Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.15.0.4361...v1.16.0.4401)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`37a6d03`](37a6d03d52)
Fixed: (XSpeeds) Update categories
-
[`fe35d45`](fe35d450f0)
Use info urls as guid and add remaster name to title for SecretCinema
-
[`6a9e27b`](6a9e27bc06)
Fixed: Sending ntfy.sh notifications with unicode characters
-
[`a989bf8`](a989bf82ea)
Fixed: (Gazelle) Ignore ineligible releases with Use Freeleech Token
-
[`ccc8d80`](ccc8d8002f)
Fixed: Testing SABnzbd when no categories are configured
-
[`eaaf8db`](eaaf8db486)
Update timezone for ExoticaZ
-
[`c32fa7a`](c32fa7a84b)
Update timezone for FL & AvistaZ
-
[`57e21a7`](57e21a78ee)
Multiple Translations updated by Weblate
-
[`9cdf5d1`](9cdf5d18d8)
Fixed: Categories for Newznab/Torznab in add indexer
-
[`41b0a12`](41b0a1211b)
Fixed: Migrate categories to capabilities in Newznab/Torznab settings

<details><summary><b>See More</b></summary>

-
[`1b8f09f`](1b8f09f2ce)
Fixed: Improve capabilities fetching for applications sync
-
[`2f85de6`](2f85de6b69)
Add capabilities to Newznab & Torznab tests
-
[`b2ef9d5`](b2ef9d5b0a)
Fixed: Filter invalid releases without categories or size
-
[`c80262d`](c80262d75b)
Translation fixes for health checks
-
[`2a312d9`](2a312d93ec)
Multiple Translations updated by Weblate
-
[`e09df2f`](e09df2fff3)
Multiple Translations updated by Weblate
-
[`f0c7d13`](f0c7d13b20)
Translations for health checks
-
[`4dac60b`](4dac60bef9)
Fixed: Displaying capabilities for Newznab and Torznab feeds
([#&#8203;2083](https://togithub.com/Prowlarr/Prowlarr/issues/2083))
-
[`5aefb46`](5aefb46790)
Fixed: Check VIP expiration only for enabled indexers \[
[#&#8203;2082](https://togithub.com/Prowlarr/Prowlarr/issues/2082) ]
-
[`41b043e`](41b043e551)
Fixed: (Cardigann) Log invalid category values
-
[`5447fad`](5447fad1fc)
Fixed: (Cardigann) Deprecate noappend for category and categorydesc
-
[`6a1e01a`](6a1e01abbd)
Disable Shizaproject due to being unusable
-
[`2803ad5`](2803ad5ba0)
Update name for RuTracker.org
-
[`8fa8a13`](8fa8a13036)
Bump version to 1.16.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=114&\_a=release-summary).</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-14 08:54:41 +02:00
TrueCharts-Bot a9f2c5d8b4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-13 00:09:12 +00:00
TrueCharts-Bot 4945e43b43 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-12 00:09:29 +00:00
TrueCharts Bot 6c807c1f97
chore(deps): update container image common to v20.3.6@27edfed by renovate (#20599)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.5` ->
`20.3.6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-11 11:07:02 +02:00
TrueCharts Bot 8ee51f80fa
chore(deps): update container image common to v20.3.5@aedd88a by renovate (#20535)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.4` ->
`20.3.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-10 17:42:53 +02:00
TrueCharts Bot 5a02b410bd
chore(deps): update container image common to v20.3.4@d7e1b23 by renovate (#20527)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.3` ->
`20.3.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-10 13:41:30 +02:00
TrueCharts-Bot eecc44dbd2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-10 00:09:35 +00:00
TrueCharts Bot 204bb166ae
chore(deps): update container image common to v20.3.3@3876ba5 by renovate (#20478)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.2` ->
`20.3.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-09 19:46:10 +02:00
TrueCharts-Bot 4a388954e5 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-09 00:09:25 +00:00
TrueCharts Bot 46c460e607
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to 1.15.0.4361@bd8092d by renovate (#20425)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | digest | `833d7ca`
-> `bd8092d` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-08 20:18:39 +02:00
TrueCharts Bot 36a83081e8
chore(deps): update container image common to v20.3.2@0722ebb by renovate (#20334)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `20.2.10` ->
`20.3.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-08 07:17:58 +02:00
TrueCharts-Bot 73df046d6c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-08 00:09:47 +00:00
TrueCharts-Bot 0e9ee0ff73 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-06 00:09:17 +00:00
TrueCharts Bot 49a7315e95
chore(deps): update container image ghcr.io/onedr0p/exportarr to v2.0.1@727e7bc by renovate (#20284)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://togithub.com/onedr0p/exportarr) |
patch | `v2.0.0` -> `v2.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>

###
[`v2.0.1`](https://togithub.com/onedr0p/exportarr/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/onedr0p/exportarr/compare/v2.0.0...v2.0.1)

##### What's Changed

- chore(deps): update golang docker tag to v1.22.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/277](https://togithub.com/onedr0p/exportarr/pull/277)
- Minor fixes by [@&#8203;tronyx](https://togithub.com/tronyx) in
[https://github.com/onedr0p/exportarr/pull/280](https://togithub.com/onedr0p/exportarr/pull/280)
- fix(deps): update golang.org/x/exp digest to
[`a85f2c6`](https://togithub.com/onedr0p/exportarr/commit/a85f2c6) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/281](https://togithub.com/onedr0p/exportarr/pull/281)
- fix(deps): update golang.org/x/exp digest to
[`a685a6e`](https://togithub.com/onedr0p/exportarr/commit/a685a6e) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/282](https://togithub.com/onedr0p/exportarr/pull/282)
- chore(deps): update golang docker tag to v1.22.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/285](https://togithub.com/onedr0p/exportarr/pull/285)
- fix(deps): update module github.com/knadh/koanf/v2 to v2.1.1 -
autoclosed by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/284](https://togithub.com/onedr0p/exportarr/pull/284)
- fix(deps): update module golang.org/x/sync to v0.7.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/286](https://togithub.com/onedr0p/exportarr/pull/286)
- fix(deps): update golang.org/x/exp digest to
[`c0f41cb`](https://togithub.com/onedr0p/exportarr/commit/c0f41cb) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/287](https://togithub.com/onedr0p/exportarr/pull/287)

##### New Contributors

- [@&#8203;tronyx](https://togithub.com/tronyx) made their first
contribution in
[https://github.com/onedr0p/exportarr/pull/280](https://togithub.com/onedr0p/exportarr/pull/280)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v2.0.0...v2.0.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-05 20:34:39 +02:00
TrueCharts-Bot cace6e978b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-05 00:09:28 +00:00
TrueCharts-Bot c10f6a1c6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-02 00:09:47 +00:00
TrueCharts Bot 05936342fb
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to 1.15.0.4361@833d7ca by renovate (#20066)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | digest | `0b6b55c`
-> `833d7ca` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-01 02:31:43 +02:00
TrueCharts-Bot 393f6f47c5 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-01 00:10:11 +00:00
TrueCharts Bot 80c956e5bf
chore(deps): update container image common to v20.2.10@6f99c97 by renovate (#19876)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.2.9` ->
`20.2.10` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-30 14:20:50 +02:00
TrueCharts-Bot e4760e0929 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-29 00:09:33 +00:00
TrueCharts Bot 5642ff1f81
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.15.0.4361@0b6b55c by renovate (#19902)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | minor |
`1.14.3.4333` -> `1.15.0.4361` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.15.0.4361`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.15.0.4361):
1.15.0.4361

[Compare
Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.14.3.4333...v1.15.0.4361)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`41ce79c`](41ce79ccce)
Automated API Docs update
-
[`14ae062`](14ae062db2)
Fixed: Http Client getting network interfaces on aarch64 \[
[#&#8203;2076](https://togithub.com/Prowlarr/Prowlarr/issues/2076) ]
-
[`d55a38d`](d55a38da4a)
New: Allow HEAD requests to ping endpoint
-
[`ab289cf`](ab289cfc86)
Multiple Translations updated by Weblate
-
[`12671e9`](12671e9905)
New: Advanced settings toggle in indexer, notification and download
client modals
-
[`a33023b`](a33023b8c6)
New: Migrate M-Team - TP to API
-
[`a3e134c`](a3e134ce0b)
Link indexer proxy settings from health page
-
[`ee7c821`](ee7c821cab)
Multiple Translations updated by Weblate
-
[`ee4cf93`](ee4cf93aee)
Improve Indexer Proxy healthcheck messaging
-
[`2cacfba`](2cacfba81f)
Fixed: Task progress messages in the UI

<details><summary><b>See More</b></summary>

-
[`02e4205`](02e420580e)
Fixed: (SubsPlease) Season search improvements and support for movie
searches
-
[`d99398d`](d99398d3f8)
Fix tests for PHD
-
[`9ea8335`](9ea8335aa0)
Update timezone offset for PHD/CZ
-
[`52a91a5`](52a91a50b2)
Remove duplicated parameter
-
[`680bf46`](680bf46e25)
Fixed: (SceneHD) Category filtering \[
[#&#8203;2028](https://togithub.com/Prowlarr/Prowlarr/issues/2028) ]
-
[`d279c97`](d279c97f15)
New: Pass general proxy credentials to FlareSolverr \[
[#&#8203;2073](https://togithub.com/Prowlarr/Prowlarr/issues/2073) ]
-
[`7d5d338`](7d5d338c8e)
Improve search page button colors \[
[#&#8203;2046](https://togithub.com/Prowlarr/Prowlarr/issues/2046) ]
-
[`721ae1c`](721ae1cac0)
Fixed: (Cardigann) Avoid NullRef on forms with `multipart/form-data`
-
[`3881c9d`](3881c9d753)
Remove bulk edit for Reject Blocklisted Torrent Hashes While Grabbing
-
[`131b344`](131b344119)
Automated API Docs update
-
[`d226e52`](d226e52881)
Fixed: Move Reject Blocklisted Torrent Hashes While Grabbing to
applications
-
[`583815b`](583815b4f7)
Bump version to 1.15.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=112&\_a=release-summary).</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-28 07:34:26 +01:00
TrueCharts-Bot 896c8150da Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-28 00:09:42 +00:00
TrueCharts Bot 604ffe1d5f
chore(deps): update container image common to v20.2.9@10fd6c5 by renovate (#19817)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.2.4` ->
`20.2.9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-27 10:17:30 +01:00
TrueCharts-Bot ed011cbd8e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-27 00:08:55 +00:00
TrueCharts-Bot fd2b8171a4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-26 00:08:56 +00:00
TrueCharts Bot 31b9a02b6c
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333@60f146b by renovate (#19780)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | digest | `af90aa4`
-> `60f146b` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuNSIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-25 19:18:17 +01:00