mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Merge branch 'develop' of https://github.com/tidusjar/ombi into develop
This commit is contained in:
commit
276775ba82
6 changed files with 54 additions and 130 deletions
48
.github/ISSUE_TEMPLATE.md
vendored
48
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,48 +0,0 @@
|
||||||
<!---
|
|
||||||
|
|
||||||
!! Please use the Support / bug report template, otherwise we will close the Github issue !!
|
|
||||||
|
|
||||||
Version 2.X is not supported anymore. Please don't open a issue for the 2.x version.
|
|
||||||
See https://github.com/tidusjar/Ombi/issues/1455 for more information.
|
|
||||||
|
|
||||||
(Pleas submit a feature request over here: http://feathub.com/tidusjar/Ombi)
|
|
||||||
|
|
||||||
|
|
||||||
--->
|
|
||||||
|
|
||||||
#### Ombi build Version:
|
|
||||||
|
|
||||||
V 3.0.XX
|
|
||||||
|
|
||||||
#### Update Branch:
|
|
||||||
|
|
||||||
Open Beta
|
|
||||||
|
|
||||||
#### Media Sever:
|
|
||||||
|
|
||||||
Plex/Emby
|
|
||||||
|
|
||||||
#### Media Server Version:
|
|
||||||
|
|
||||||
<!-- If appropriate --->
|
|
||||||
|
|
||||||
#### Operating System:
|
|
||||||
|
|
||||||
(Place text here)
|
|
||||||
|
|
||||||
|
|
||||||
#### Ombi Applicable Logs (from `/logs/` directory or the Admin page):
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
(Logs go here. Don't remove the ' tags for showing your logs correctly. Please make sure you remove any personal information from the logs)
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Problem Description:
|
|
||||||
|
|
||||||
(Place text here)
|
|
||||||
|
|
||||||
#### Reproduction Steps:
|
|
||||||
|
|
||||||
Please include any steps to reproduce the issue, this the request that is causing the problem etc.
|
|
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Logs (Logs directory where Ombi is located)**
|
||||||
|
If applicable, a snippet of the logs that seems relevant to the bug if present.
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
|
||||||
|
**Ombi Version (please complete the following information):**
|
||||||
|
- Version [e.g. 3.0.1158]
|
||||||
|
- Media Server [e.g. Plex]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
88
CHANGELOG.md
88
CHANGELOG.md
|
@ -1,13 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## (unreleased)
|
|
||||||
|
|
||||||
### **New Features**
|
## v3.0.4119 (2019-1-09)
|
||||||
|
|
||||||
- Added new classes to the posters #2732. [TidusJar]
|
|
||||||
|
|
||||||
|
|
||||||
## v3.0.4119 (2019-01-09)
|
|
||||||
|
|
||||||
### **New Features**
|
### **New Features**
|
||||||
|
|
||||||
|
@ -29,33 +24,27 @@
|
||||||
|
|
||||||
- Added the ability to specify a year when searching for movies. [tidusjar]
|
- Added the ability to specify a year when searching for movies. [tidusjar]
|
||||||
|
|
||||||
- Update NewsletterTemplate.html. [d1slact0r]
|
- Made the newsletter use the default lanuage code set in the Ombi settings for movie information. [TidusJar]
|
||||||
|
|
||||||
- Update NewsletterTemplate.html. [d1slact0r]
|
- Added a global language flag that now applies to the search by default. [tidusjar]
|
||||||
|
|
||||||
- Update NewsletterTemplate.html. [d1slact0r]
|
- Updated the frontend packages (Using Angular 7 now) [TidusJar]
|
||||||
|
|
||||||
- Update HtmlTemplateGenerator.cs. [d1slact0r]
|
- Added capture of anonymous analytical data. [tidusjar]
|
||||||
|
|
||||||
- Update NewsletterTemplate.html. [d1slact0r]
|
- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables. [tidusjar]
|
||||||
|
|
||||||
- Update HtmlTemplateGenerator.cs. [d1slact0r]
|
- Updated the Newsletter template! Better mail client support [d1slact0r]
|
||||||
|
|
||||||
- Update NewsletterTemplate.html. [d1slact0r]
|
- Updated boostrap #2694. [TidusJar]
|
||||||
|
|
||||||
- Update NewsletterTemplate.html. [d1slact0r]
|
|
||||||
|
|
||||||
- Update NewsletterTemplate.html. [d1slact0r]
|
|
||||||
|
|
||||||
- Update HtmlTemplateGenerator.cs. [d1slact0r]
|
|
||||||
|
|
||||||
- Updated boostrap #2694. [Jamie]
|
|
||||||
|
|
||||||
- Added the ability to deny a request with a reason. [TidusJar]
|
- Added the ability to deny a request with a reason. [TidusJar]
|
||||||
|
- Updated to .net core 2.2 and included a linux-arm64 build. [aptalca]
|
||||||
|
|
||||||
- Update EmbyEpisodeSync.cs. [Jamie]
|
- Make the newsletter BCC the users rather than creating a million newsletters (Hopefully will stop SMTP providers from marking as spam). This does mean that the custom user customization in the newsletter will no longer work. [TidusJar]
|
||||||
|
|
||||||
- Updated to .net core 2.2 and included a linux-arm64 build. [TidusJar]
|
|
||||||
|
- New translations [TidusJar]
|
||||||
|
|
||||||
### **Fixes**
|
### **Fixes**
|
||||||
|
|
||||||
|
@ -77,62 +66,12 @@
|
||||||
|
|
||||||
- Fixed #2716. [tidusjar]
|
- Fixed #2716. [tidusjar]
|
||||||
|
|
||||||
- Make the newsletter BCC the users rather than creating a million newsletters (Hopefully will stop SMTP providers from marking as spam). This does mean that the custom user customization in the newsletter will no longer work. [TidusJar]
|
|
||||||
|
|
||||||
- If we don't know the Plex agent, then see if it's a ImdbId, if it's not check the string for any episode and season hints #2695. [tidusjar]
|
- If we don't know the Plex agent, then see if it's a ImdbId, if it's not check the string for any episode and season hints #2695. [tidusjar]
|
||||||
|
|
||||||
- New translations en.json (Swedish) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Spanish) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Portuguese, Brazilian) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Polish) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Norwegian) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Italian) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (German) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (French) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Dutch) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Danish) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Dutch) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Dutch) [Jamie]
|
|
||||||
|
|
||||||
- New translations en.json (Dutch) [Jamie]
|
|
||||||
|
|
||||||
- Made the search results the language specified in the search refinement. [tidusjar]
|
|
||||||
|
|
||||||
- Fixed #2704. [tidusjar]
|
- Fixed #2704. [tidusjar]
|
||||||
|
|
||||||
- Now it is fixed :) [d1slact0r]
|
|
||||||
|
|
||||||
- Android please be nice now. [d1slact0r]
|
|
||||||
|
|
||||||
- Fixed title bit better. [d1slact0r]
|
|
||||||
|
|
||||||
- Fixed titles. [d1slact0r]
|
|
||||||
|
|
||||||
- This should fix the build for sure (stupid quotes) [d1slact0r]
|
|
||||||
|
|
||||||
- Fixes build. [d1slact0r]
|
|
||||||
|
|
||||||
- Rewritten the whole newsletter template. [d1slact0r]
|
|
||||||
|
|
||||||
- Fixed #2697. [tidusjar]
|
- Fixed #2697. [tidusjar]
|
||||||
|
|
||||||
- Add linux-arm runtime identifier. [aptalca]
|
|
||||||
|
|
||||||
- Add back arm packages. [aptalca]
|
|
||||||
|
|
||||||
- Add arm32 package. [aptalca]
|
|
||||||
|
|
||||||
- Fixed #2691. [tidusjar]
|
- Fixed #2691. [tidusjar]
|
||||||
|
|
||||||
- Fixed linting. [TidusJar]
|
- Fixed linting. [TidusJar]
|
||||||
|
@ -141,13 +80,10 @@
|
||||||
|
|
||||||
- Fixed #2678. [TidusJar]
|
- Fixed #2678. [TidusJar]
|
||||||
|
|
||||||
- Deny reason for movie requests. [TidusJar]
|
|
||||||
|
|
||||||
- Set the landing and login pages background refresh to 15 seconds rather than 10 and 7. [TidusJar]
|
- Set the landing and login pages background refresh to 15 seconds rather than 10 and 7. [TidusJar]
|
||||||
|
|
||||||
- Fixed a bug with us thinking future dated emby episodes are not available, Consoldated the emby and plex search rules (since they have the same logic) [TidusJar]
|
- Fixed a bug with us thinking future dated emby episodes are not available, Consoldated the emby and plex search rules (since they have the same logic) [TidusJar]
|
||||||
|
|
||||||
- Fixed build. [TidusJar]
|
|
||||||
|
|
||||||
|
|
||||||
## v3.0.4036 (2018-12-11)
|
## v3.0.4036 (2018-12-11)
|
||||||
|
|
|
@ -117,13 +117,12 @@ Please feel free to submit a pull request!
|
||||||
# Donation
|
# Donation
|
||||||
If you feel like donating you can donate with the below buttons!
|
If you feel like donating you can donate with the below buttons!
|
||||||
|
|
||||||
[](https://patreon.com/tidusjar/Ombi)
|
|
||||||
[](https://paypal.me/PlexRequestsNet)
|
[](https://patreon.com/tidusjar/Ombi)
|
||||||
|
[](https://paypal.me/PlexRequestsNet)
|
||||||
|
|
||||||
### A massive thanks to everyone for all their help!
|
### A massive thanks to everyone for all their help!
|
||||||
|
|
||||||
## Stats
|
|
||||||
[](https://waffle.io/tidusjar/PlexRequests.Net/metrics/throughput)
|
|
||||||
|
|
||||||
### Sponsors ###
|
### Sponsors ###
|
||||||
- [JetBrains](http://www.jetbrains.com/) for providing us with free licenses to their great tools
|
- [JetBrains](http://www.jetbrains.com/) for providing us with free licenses to their great tools
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
<span>Discord</span>
|
<span>Discord</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://discord.gg/Sa7wNWb" target="_blank">https://discord.gg/</a>
|
<a href="https://discord.gg/Sa7wNWb" target="_blank">https://discord.gg/Sa7wNWb</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
"GridTitle": "Título",
|
"GridTitle": "Título",
|
||||||
"AirDate": "Fecha de estreno",
|
"AirDate": "Fecha de estreno",
|
||||||
"GridStatus": "Estado",
|
"GridStatus": "Estado",
|
||||||
"ReportIssue": "Informar de un Problema",
|
"ReportIssue": "Informar de Problema",
|
||||||
"Filter": "Filtrar",
|
"Filter": "Filtrar",
|
||||||
"Sort": "Ordenar",
|
"Sort": "Ordenar",
|
||||||
"SeasonNumberHeading": "Temporada: {seasonNumber}",
|
"SeasonNumberHeading": "Temporada: {seasonNumber}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue