Compare commits
3 Commits
v3.0.0
...
preview-se
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5eaa3ebb67 | ||
|
|
39ae32f509 | ||
|
|
c2977f6430 |
4
.github/cliff.toml
vendored
4
.github/cliff.toml
vendored
@@ -33,9 +33,9 @@ body = """
|
|||||||
{{ self::print_commit(commit=commit) }}
|
{{ self::print_commit(commit=commit) }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- for commit in commits %}
|
{%- for commit in commits %}
|
||||||
{%- if not commit.scope -%}
|
{%- if not commit.scope %}
|
||||||
{{ self::print_commit(commit=commit) }}
|
{{ self::print_commit(commit=commit) }}
|
||||||
{%- endif -%}
|
{%- endif %}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
|
||||||
|
|||||||
@@ -200,14 +200,15 @@ Summary of changes :
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
### Nix (Third-party installation methods)
|
## Third-party installation methods
|
||||||
|
### Nix
|
||||||
|
|
||||||
Waiting for https://github.com/NixOS/nixpkgs/pull/450096 and https://github.com/NixOS/nixpkgs/pull/450093
|
Waiting for https://github.com/NixOS/nixpkgs/pull/450096 and https://github.com/NixOS/nixpkgs/pull/450093
|
||||||
|
|
||||||
### AUR (Third-party installation methods)
|
### AUR
|
||||||
|
|
||||||
See https://aur.archlinux.org/packages/seerr
|
See https://aur.archlinux.org/packages/seerr
|
||||||
|
|
||||||
### TrueNAS (Third-party installation methods)
|
### TrueNAS
|
||||||
|
|
||||||
Waiting for https://github.com/truenas/apps/issues/3374
|
Waiting for https://github.com/truenas/apps/issues/3374
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ class ServarrBase<QueueItemAppendT> extends ExternalAPI {
|
|||||||
apiKey,
|
apiKey,
|
||||||
cacheName,
|
cacheName,
|
||||||
apiName,
|
apiName,
|
||||||
timeout = 5000,
|
timeout = 10000,
|
||||||
}: {
|
}: {
|
||||||
url: string;
|
url: string;
|
||||||
apiKey: string;
|
apiKey: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user