mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 06:55:23 -07:00
Merge branch 'Ombi-app:develop' into develop
This commit is contained in:
commit
4bb7c24aef
4 changed files with 12 additions and 23 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,7 @@
|
||||||
|
## [4.8.1](https://github.com/Ombi-app/Ombi/compare/v4.8.0...v4.8.1) (2022-01-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [4.8.0](https://github.com/Ombi-app/Ombi/compare/v4.7.11...v4.8.0) (2021-12-22)
|
# [4.8.0](https://github.com/Ombi-app/Ombi/compare/v4.7.11...v4.8.0) (2021-12-22)
|
||||||
|
|
||||||
|
|
||||||
|
@ -177,17 +181,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [4.4.0](https://github.com/Ombi-app/Ombi/compare/v4.3.2...v4.4.0) (2021-11-06)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* **request-list:** :bug: Fixed an issue where the request options were not appearing for Music requests ([c0406a2](https://github.com/Ombi-app/Ombi/commit/c0406a2ddebafb03d98ed25cdf7d89dc9a600c7d))
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* **mass-email:** :sparkles: Added the ability to configure the Mass Email, we can now send BCC and we are less likely to be rate limited when not using bcc [#4377](https://github.com/Ombi-app/Ombi/issues/4377) ([ca655ae](https://github.com/Ombi-app/Ombi/commit/ca655ae57042dec44106a2f2ef5ba2e6f1019ee4))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
14
README.md
14
README.md
|
@ -135,13 +135,6 @@ Here are some of the features Ombi has:
|
||||||
<sub><b>Matt Jeanes</b></sub>
|
<sub><b>Matt Jeanes</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
|
||||||
<a href="https://github.com/bernarden">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/12289537?v=4" width="50;" alt="bernarden"/>
|
|
||||||
<br />
|
|
||||||
<sub><b>Victor Usoltsev</b></sub>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/sephrat">
|
<a href="https://github.com/sephrat">
|
||||||
<img src="https://avatars.githubusercontent.com/u/34862846?v=4" width="50;" alt="sephrat"/>
|
<img src="https://avatars.githubusercontent.com/u/34862846?v=4" width="50;" alt="sephrat"/>
|
||||||
|
@ -149,6 +142,13 @@ Here are some of the features Ombi has:
|
||||||
<sub><b>Sephrat</b></sub>
|
<sub><b>Sephrat</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/bernarden">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/12289537?v=4" width="50;" alt="bernarden"/>
|
||||||
|
<br />
|
||||||
|
<sub><b>Victor Usoltsev</b></sub>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/dhruvb14">
|
<a href="https://github.com/dhruvb14">
|
||||||
<img src="https://avatars.githubusercontent.com/u/4459649?v=4" width="50;" alt="dhruvb14"/>
|
<img src="https://avatars.githubusercontent.com/u/4459649?v=4" width="50;" alt="dhruvb14"/>
|
||||||
|
|
|
@ -62,7 +62,6 @@ export class RadarrComponent implements OnInit {
|
||||||
{ name: "Announced", value: "Announced" },
|
{ name: "Announced", value: "Announced" },
|
||||||
{ name: "In Cinemas", value: "InCinemas" },
|
{ name: "In Cinemas", value: "InCinemas" },
|
||||||
{ name: "Physical / Web", value: "Released" },
|
{ name: "Physical / Web", value: "Released" },
|
||||||
{ name: "PreDb", value: "PreDb" },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"version": "4.8.0"
|
"version": "4.8.1"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue