1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Compare commits

...

18 Commits

Author SHA1 Message Date
Qstick
0bad606f8c CHANGELOG-v4.5.1.7282 2023-05-14 21:01:34 -05:00
Bakerboy448
b70049c3aa CHANGELOG-v4.2.4.6635 2023-05-14 20:34:03 -05:00
bakerboy448
a02cd3b1ba Update announcements.md 2023-05-14 20:34:03 -05:00
bakerboy448
701e16430b Update commentary.md 2023-05-14 20:34:03 -05:00
Bakerboy448
4ffeb82b03 CHANGELOG-v4.2.2.6503-add link to previous changelog 2023-05-14 20:34:02 -05:00
Bakerboy448
3196639e51 CHANGELOG-v4.2.2.6503 2023-05-14 20:34:02 -05:00
bakerboy448
73ce41a912 CHANGELOG-v4.2.1.6478 - add link to previous changelog 2023-05-14 20:34:02 -05:00
bakerboy448
c3bd452bee CHANGELOG-v4.2.1.6478 2023-05-14 20:34:02 -05:00
bakerboy448
55208eeaf0 CHANGELOG-v4.2.0.6438 2023-05-14 20:34:02 -05:00
bakerboy448
cd973818fb CHANGELOG-v4.1.0.6175 2023-05-14 20:34:02 -05:00
bakerboy448
bac4345eed CHANGELOG-v4.1.0.6122 2023-05-14 20:34:02 -05:00
bakerboy448
03391e087b [changelog] various script updates 2023-05-14 20:34:01 -05:00
bakerboy448
9274cc1254 CHANGELOG-v4.1.0.6095 2023-05-14 20:34:01 -05:00
bakerboy448
3adacf7970 CHANGELOG-v4.0.5.5981 2023-05-14 20:34:01 -05:00
bakerboy448
8b117b3f91 [changelog] update commentary for donate of bitcoin 2023-05-14 20:34:01 -05:00
bakerboy448
6f6c5e11a5 [changelog-post] various script updates
- release input for script
- rework announcements for branches
- add master branch info
2023-05-14 20:34:01 -05:00
bakerboy448
b9f466bac2 CHANGELOG-v4.0.5.5977 2023-05-14 20:34:01 -05:00
bakerboy448
305021f13b create [changelog-post] script to generate Release Announcements 2023-05-14 20:34:01 -05:00
15 changed files with 2057 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
# New Beta Release
Radarr v4.0.5.5977 has been released on `develop`
A reminder about the `develop` branch
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first. This version will receive updates either weeklyish or bi-weeklyish depending on development.**
# Announcements
- **Due to undocumented and breaking API changes Qbit v4.4.0 is not supported. It is generally recommended to avoid Qbit .0 releases.** Qbit v4.3.9 is the most recent working version. Qbit v4.4.1 may have issues as well.
- **Radarr v4 no longer supports Linux x86 (x32 bit) systems**
- x32 Arm is still supported; armv7 is the minimum required architecture
- Impacted users have been receiving a healthcheck since May 2021 with 3.2.0
- **Radarr v4 no longer builds for mono and mono support has ceased**
- Impacted users have been receiving a healthcheck since May 2021 with 3.2.0
- **Radarr Breaking API Changes**
- Radarr v4 no longer supports the legacy (v0.2) API
- Native ASPCore API Controllers (stricter typing and other small API changes)
- The json you post needs to actually be strictly valid json now
- **FFProbe has replaced MediaInfo**
- Similarly MediaInfo is no longer a required dependency
- [Jackett `/all` is deprecated and no longer supported. The FAQ has warned about this since May 2021.](https://wiki.servarr.com/radarr/faq#jacketts-all-endpoint)
- Radarr is now on .Net6
- New builds for OSX Arm64 and Linux Musl Arm32
- IMDb Ratings
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`
# Additional Commentary
- Lidarr v1 coming to `develop` as beta soon^(tm)
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- [Radarr Postgres Database Support coming soon (PR#6873)](https://github.com/radarr/radarr/pull/6873)
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:testing](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:develop](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the SynoCommunity to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.0.5.5977 (changes since v4.0.4.5922)
- Update Synology error codes
- Fixed: Remove pre-DB from frontend storage
- Fixed: Removing multiple items from the queue wording
- Fixed: Improve help text for download client Category
- New: Update Cert Validation Help Text [common]
- Fixed: Updated ruTorrent stopped state helptext
- fixed text box not being uniform to others
- New: Add backup size information
- Fix swagger inCinema references
- Fixed: Recycle bin log message
- Fix nzbdrone reference
- additional testcase obfuscation
- Fixed: IPv4 instead of IP4
- Report runtime identifier to sentry
- Update API URL
- Fixed: No longer require first run as admin on windows
- Build installer from build.sh
- Fixed: Enable response compression over https
- Bump to 4.0.5
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,107 @@
# New Stable Release
Radarr v4.0.5.5981 has been released on `master`
- **Users who do not wish to be on the alpha `nightly` or beta `develop` testing branches should take advantage of this parity and switch to `master`
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first. This version will receive updates either weeklyish or bi-weeklyish depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : The bleeding edge. Released as soon as code is committed and passed all automated tests. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- **Due to undocumented and breaking API changes Qbit v4.4.0 is not supported. It is generally recommended to avoid Qbit .0 releases.** Qbit v4.3.9 is the most recent working version. Qbit v4.4.1 may have issues as well.
- **Radarr v4 no longer supports Linux x86 (x32 bit) systems**
- x32 Arm is still supported; armv7 is the minimum required architecture
- Impacted users have been receiving a healthcheck since May 2021 with 3.2.0
- **Radarr v4 no longer builds for mono and mono support has ceased**
- Impacted users have been receiving a healthcheck since May 2021 with 3.2.0
- **Radarr Breaking API Changes**
- Radarr v4 no longer supports the legacy (v0.2) API
- Native ASPCore API Controllers (stricter typing and other small API changes)
- The json you post needs to actually be strictly valid json now
- **FFProbe has replaced MediaInfo**
- Similarly MediaInfo is no longer a required dependency
- [Jackett `/all` is deprecated and no longer supported. The FAQ has warned about this since May 2021.](https://wiki.servarr.com/radarr/faq#jacketts-all-endpoint)
- Radarr is now on .Net6
- New builds for OSX Arm64 and Linux Musl Arm32
- IMDb Ratings
# Additional Commentary
- Lidarr v1 coming to `develop` as beta soon^(tm)
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- [Radarr Postgres Database Support coming soon (PR#6873)](https://github.com/radarr/radarr/pull/6873)
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:release](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:latest](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.0.5.5981 (changes since v4.0.5.5977)
- Other bug fixes and improvements, see GitHub history
## v4.0.5.5977 (changes since v4.0.4.5922)
- Update Synology error codes
- Fixed: Remove pre-DB from frontend storage
- Fixed: Removing multiple items from the queue wording
- Fixed: Improve help text for download client Category
- New: Update Cert Validation Help Text [common]
- Fixed: Updated ruTorrent stopped state helptext
- fixed text box not being uniform to others
- New: Add backup size information
- Fix swagger inCinema references
- Fixed: Recycle bin log message
- Fix nzbdrone reference
- additional testcase obfuscation
- Fixed: IPv4 instead of IP4
- Report runtime identifier to sentry
- Update API URL
- Fixed: No longer require first run as admin on windows
- Build installer from build.sh
- Fixed: Enable response compression over https
- Bump to 4.0.5
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,180 @@
# New Beta Release
Radarr v4.1.0.6095 has been released on `develop`
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first. This version will receive updates either weeklyish or bi-weeklyish depending on development.**
# Announcements
- **Due to undocumented and breaking API changes Qbit v4.4.0 is not supported. It is generally recommended to avoid Qbit .0 releases.** Qbit v4.3.9 is the most recent working version. Qbit v4.4.1 has issues as well.
- **Radarr v4 no longer supports Linux x86 (x32 bit) systems**
- x32 Arm is still supported; armv7 is the minimum required architecture
- Impacted users have been receiving a healthcheck since May 2021 with 3.2.0
- **Radarr v4 no longer builds for mono and mono support has ceased**
- Impacted users have been receiving a healthcheck since May 2021 with 3.2.0
- **Radarr Breaking API Changes**
- Radarr v4 no longer supports the legacy (v0.2) API
- Native ASPCore API Controllers (stricter typing and other small API changes)
- The json you post needs to actually be strictly valid json now
- **FFProbe has replaced MediaInfo**
- Similarly MediaInfo is no longer a required dependency
- [Jackett `/all` is deprecated and no longer supported. The FAQ has warned about this since May 2021.](https://wiki.servarr.com/radarr/faq#jacketts-all-endpoint)
- Radarr is now on .Net6
- New builds for OSX Arm64 and Linux Musl Arm32
- IMDb Ratings
# Additional Commentary
- Lidarr v1 coming to `develop` as beta soon^(tm)
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- [Radarr Postgres Database Support coming soon (PR#6873)](https://github.com/radarr/radarr/pull/6873)
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:testing](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:develop](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.1.0.6095 (changes since v4.0.5.5981)
- Fixed: Validation when testing indexers, import lists, connections and download clients
- New: Added UDP syslog support
- Add error handling to Notifiarr connect to reduce Sentry hits
- Update multi parser test
- Remove old Multi language workaround
- Add response size to http responses
- Linting fixes for frontend following eslint package upgrade
- FontAwesome 6
- Bump react-text-truncate to 0.18.0
- Bump qs to 6.10.3
- Bump clipboard.js to 2.0.10
- Change react-custom-scrollbars to react-custom-scrollbars-2
- Update frontend babel packages
- Update frontend stylelint packages
- Update frontend eslint packages
- Bump Sentry to 3.15.0
- Bump NLog to 4.7.14
- Bump FluentMigrator to 3.3.2
- Bump dotnet to 6.0.3
- Bump DryIoc to 4.8.8
- Translated using Weblate (Chinese (Simplified)) [skip ci]
- Automated API Docs update
- Allow more startup time for openapi generation
- Bump Swashbuckle to 6.3.0
- Removed non-functional altyear API controller
- Update API docs
- API is v3
- Fix Prowlarr references
- Autogenerated API docs
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Translated using Weblate (French) [skip ci]
- New: Language filter on manual search
- Fix HistorySpecification tests
- New: Original Language and Title sort and filter options
- Fixed: Clearing logs not updating UI once complete
- Fixed: On Import notifications for webhooks
- Fixed: Send download client name instead of type for grab events
- New: Add qBittorrent sequential order and first and last piece priority options
- Fixed: Profiles with upgrades disabled incorrectly allowing upgrades in some cases
- New: Add Release group to history for all events
- Bump FFProbe to 5.0
- Fixed: Parsing of quality in DP.WEB releases
- Fixed: Correctly Detect Remux prefixed by Brackets
- Fixed: Treat 720p BR Remux as BluRay
- Fixed: Better Cleansing of Tracker Announce Keys
- New: Dont parse hash as release group
- New: Support for parsing various Anime Groups
- Fixed: Dont Parse HDRip as group
- New: Support for parsing [HDO] as HDO Group
- Fixed: Updater version number logging
- Adjusted the Windows LongPath support check for valid segment lengths
- PWA missing name
- Translated using Weblate (Chinese (Traditional) (zh_TW)) [skip ci]
- SimpleTitleRegex catchup
- Fixed: Assume SABnzbd develop version is 3.0.0 if not specified
- Bump node build version to 16.X LTS
- Bump dotnet to 6.0.2
- Bump version to 4.1.0
- Fixed: Update from version in logs
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,68 @@
# New Beta Release
Radarr v4.1.0.6122 has been released on `develop`
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- Radarr Postgres Database Support has landed in `nightly` and will be coming to `develop` _soon_
- Radarr Plex Watchlist Support has landed in `nightly` and will be coming to `develop` _soon_
# Additional Commentary
- Lidarr v1 coming to `develop` as beta soon^(tm)
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:testing](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:develop](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.1.0.6122 (changes since v4.1.0.6095)
- Fixed: Loading old commands from database
- Fixed: Scrolling in Firefox in small window (requires refresh)
- Don't return early after re-running checks after startup grace period
- Fixed: Delay health check notifications on startup
- New: Schedule refresh and process monitored download tasks at high priority
- Fixed: Use Digital Release in ChangeFileDate if no Physical
- Fixed: Cleanup Temp files after backup creation
- Centralise image choice, update to latest images
- Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,198 @@
# New Stable Release
Radarr v4.1.0.6175 has been released on `master`
- **Users who do not wish to be on the alpha `nightly` or beta `develop` testing branches should take advantage of this parity and switch to `master`
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- Radarr Postgres Database Support has landed in `nightly` and will be coming to `develop` _soon_
- Radarr Plex Watchlist Support has landed in `nightly` and will be coming to `develop` _soon_
- "FFMpeg 5.0.1" fixes issues with FFprobe crashing on macOS
- Radarr improved collections support coming _soon_^(tm)
# Additional Commentary
- Lidarr v1 coming to `develop` as beta soon^(tm)
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:release](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:latest](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.1.0.6175 (changes since v4.1.0.6122)
- FFMpeg 5.0.1
- Other bug fixes and improvements, see GitHub history
## v4.1.0.6122 (changes since v4.1.0.6095)
- Fixed: Loading old commands from database
- Fixed: Scrolling in Firefox in small window (requires refresh)
- Don't return early after re-running checks after startup grace period
- Fixed: Delay health check notifications on startup
- New: Schedule refresh and process monitored download tasks at high priority
- Fixed: Use Digital Release in ChangeFileDate if no Physical
- Fixed: Cleanup Temp files after backup creation
- Centralise image choice, update to latest images
- Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
- Other bug fixes and improvements, see GitHub history
## v4.1.0.6095 (changes since v4.0.5.5981)
- Fixed: Validation when testing indexers, import lists, connections and download clients
- New: Added UDP syslog support
- Add error handling to Notifiarr connect to reduce Sentry hits
- Update multi parser test
- Remove old Multi language workaround
- Add response size to http responses
- Linting fixes for frontend following eslint package upgrade
- FontAwesome 6
- Bump react-text-truncate to 0.18.0
- Bump qs to 6.10.3
- Bump clipboard.js to 2.0.10
- Change react-custom-scrollbars to react-custom-scrollbars-2
- Update frontend babel packages
- Update frontend stylelint packages
- Update frontend eslint packages
- Bump Sentry to 3.15.0
- Bump NLog to 4.7.14
- Bump FluentMigrator to 3.3.2
- Bump dotnet to 6.0.3
- Bump DryIoc to 4.8.8
- Translated using Weblate (Chinese (Simplified)) [skip ci]
- Automated API Docs update
- Allow more startup time for openapi generation
- Bump Swashbuckle to 6.3.0
- Removed non-functional altyear API controller
- Update API docs
- API is v3
- Fix Prowlarr references
- Autogenerated API docs
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Translated using Weblate (French) [skip ci]
- New: Language filter on manual search
- Fix HistorySpecification tests
- New: Original Language and Title sort and filter options
- Fixed: Clearing logs not updating UI once complete
- Fixed: On Import notifications for webhooks
- Fixed: Send download client name instead of type for grab events
- New: Add qBittorrent sequential order and first and last piece priority options
- Fixed: Profiles with upgrades disabled incorrectly allowing upgrades in some cases
- New: Add Release group to history for all events
- Bump FFProbe to 5.0
- Fixed: Parsing of quality in DP.WEB releases
- Fixed: Correctly Detect Remux prefixed by Brackets
- Fixed: Treat 720p BR Remux as BluRay
- Fixed: Better Cleansing of Tracker Announce Keys
- New: Dont parse hash as release group
- New: Support for parsing various Anime Groups
- Fixed: Dont Parse HDRip as group
- New: Support for parsing [HDO] as HDO Group
- Fixed: Updater version number logging
- Adjusted the Windows LongPath support check for valid segment lengths
- PWA missing name
- Translated using Weblate (Chinese (Traditional) (zh_TW)) [skip ci]
- SimpleTitleRegex catchup
- Fixed: Assume SABnzbd develop version is 3.0.0 if not specified
- Bump node build version to 16.X LTS
- Bump dotnet to 6.0.2
- Bump version to 4.1.0
- Fixed: Update from version in logs
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,324 @@
# New Beta Release
Radarr v4.2.0.6438 has been released on `develop`
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- Radarr Postgres Database Support
- Radarr Plex Watchlist Support
- Radarr Collections Support
# Additional Commentary
- [Lidarr v1 released on `master`](https://www.reddit.com/r/Lidarr/comments/v5fdhi/new_stable_release_master_v1022592/)
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- Radarr Postgres Database Support in `nightly` and `develop`
- Prowlarr Postgres Database Support in `nightly` and `develop`
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
- \*Arrs Wiki Contributions welcomed and strongly encouraged, simply auth with GitHub on the wiki and update the page
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:testing](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:develop](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.2.0.6438 (changes since v4.1.0.6175)
- Fixed: Parse Group ZØNEHD
- New: Parse Group HONE
- New: (Discord) Include Custom Formats & Score On Grab
- Translated using Weblate (Catalan) [skip ci]
- Fixed: User Triggered Auto Searches now ignores monitored status (#7422)
- Fixed: Postgres timezone issues (#7183)
- Speed up and reduce meta calls for Imdb Lists when mapping
- Fixed: ImportListMovies not saved if from a list without TMDBIds
- Match 'HQCAM' as CAM source (#7412)
- Fix RefreshMovieServiceFixture folder service mock
- Fixed: Collections not deleted on Movie Delete
- Fixed: Bulk Collection RootFolder change failure
- New: Collection Folder, Genre, QualityProfile Filters
- Fixed: Trim RootFolderPath on Migration
- Avoid multiple metadata DB calls on list mapping
- Fixed: Prevent excluded movies from being added by collections
- Fixed: Avoid NullRef in MapMovieToTmdbMovie
- Fixed: Notifiarr - Better HTTP Error Handling
- Fix Nullref on Collection delete
- New: (Notifiarr) Custom Formats in OnGrab
- Automated API Docs update
- New: Custom Format Spec Validation
- Fixed: Don't fail on single failure for Discover bulk add
- Remove general yarn restore key to avoid cross OS conflict
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Fixed: Don't call for server notifications on event driven check
- Rename MovieImportedEvent to MovieFileImportedEvent
- Fixed: Improved parsing WebDL Releases
- New: adding a link to tmdb in the import combobox movie search results (#7352)
- Fixed: Housekeeper doesn't remove collections that have MovieMeta from lists
- Fixed: Notify on Bulk Adds (Lists, Collections, Imports)
- Updated NLog Version (#7365)
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Fixed: Migration 208 fails when collection doesn't have name
- Fixed: Don't call AddMovies if no movies to add from Collection
- New: Default to IMDb Ratings in Kodi Metadata
- Translated using Weblate (Slovak) [skip ci]
- New: Separate Ratings Columns
- Fixed: Add support for more Anime release formats
- Translated using Weblate (Portuguese) [skip ci]
- Automated API Docs update
- New: Bulk Edit Collections Profile, Root, Availability
- Automated API Docs update
- Fixed: Collections Improvements
- Add back Movie Credits and Alt Titles Indexes
- Fixed: Validate if equals or child for startup folder
- New: Notifiarr include Media Info in Download Notifications
- New: Notifiarr moved from webhook to API
- Translated using Weblate (German) [skip ci]
- Use DryIoc for Automoqer, drop Unity dependency
- Additional logging for partial Plex path scan
- Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
- Fixed: Improved empty root folder failsafe logging (#7341)
- Fixed: Register PostgresOptions when running in utility mode
- Fixed: Clarified genre filtering helptext on Trakt lists
- Fixed: Lithuanian media info parsing
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Automated API Docs update
- Fixed: MovieAdded trigger not available in UI
- New: Movie Added Notification
- Cleanup Collections UI Options
- Fixed: Speed up Collections API Endpoint
- New: Add DB Indexes for MovieMetadata
- New: .NET 6.0.5
- Translated using Weblate (Polish) [skip ci]
- Fixed: Remove Collection on last Movie delete
- Fixed: Correctly use loadash in FE Migrations
- Fixed: Partial Revert CF Validation for more robust solution
- Ensure .Mono and .Windows projects have all dependencies in build output
- Fix frontend monitor migration
- Try to fix CF null error for imported movie files
- Tweak monitor migration to avoid overwrites of valid settings
- Fixed: Run Frontend Migration for MonitorType
- New: Improve validation errors for Custom Formats
- Fixed: Don't Import Files with lower CF Score
- Fixed: Parse UHD2BD as BluRay instead of HDTV
- Fixed: Bluray 576p parsing
- New: Release Group Custom Format (#7154)
- Added term "brazilian" to Brazilian Portuguese parsing (#7296)
- Automated API Docs update
- New: Don't default manual import to move
- Fixed: Cutoff Unmet showing items above lowest accepted quality when upgrades are disabled
- New: Collections View
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- New: Parse QxR Group r00t
- Automated API Docs update
- New: Instance name in System/Status API endpoint
- New: Instance name for Page Title
- New: Instance Name used for Syslog
- New: Set Instance Name
- New: Add optional Source Title column to history
- New: Support for new Nyaa RSS Feed format
- Fixed: Don't try to add MovieMeta if mapping fails for list items
- Fixed: Importing file from UNC shared folder without job folder
- Fixed: No restart requirement for Refresh Monitored interval change
- Fixed: Correct User-Agent api logging
- Delete nan.json
- Delete zh_Hans.json
- Translated using Weblate (Chinese (Simplified)) [skip ci]
- Fixed: Wrong translation mapping can be used for file naming and metadata
- Fixed: Translated fields are mapped incorrectly for existing search results
- Fixed: UI hiding search results with duplicate GUIDs
- Fixed: QBittorrent unknown download state: forcedMetaDL
- Fix migration 207 distinct on tmdbid only for list movie insert
- Fix metadata migration
- Automated API Docs update
- Rework Movie Metadata data model
- Temporarily ignore update tests until linux-x86 released
- New: Add linux-x86 builds
- New: Support Plex API Path Scan (Similar to autoscan)
- Fixed: Interactive Search Filter not filtering multiple qualities in the same filter row
- Added padding to search tab to maintain visual consistancy
- Fixed: Update ScheduledTask cache LastStartTime on command execution
- Bump Version to 4.2
- Bump webpack packages
- Remove old DotNetVersion method and dep
- Bump Monotorrent to 2.0.5
- Fixed: Don't die if Plex watchlist guid node is missing or null
- Automated API Docs update
- New: Add support for Plex Watchlist importing (#5707)
- New: Add date picker for custom filter dates
- Make postgres integration tests actually use postgres
- Fixed: Clarify Qbit Content Path Error
- Fixed: Use Movie Original Language for Custom Format Original Language (#6882)
- Fix .editorconfig to disallow `this`
- FFMpeg 5.0.1
- Fixed: Properly handle 119 error code from Synology Download Station
- Translated using Weblate (Hungarian) [skip ci]
- Fixed: FFprobe failing on MacOS and AV1 streams
- add 576 resolution back to simple title regex
- Translated using Weblate (Ukrainian) [skip ci]
- Set up tests on postgres
- Allow configuring postgres with environment variables
- New: Postgres Support
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,100 @@
# New Beta Release
Radarr v4.2.1.6478 has been released on `develop`
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- Radarr Postgres Database Support
- Radarr Plex Watchlist Support
- Radarr Collections Support
# Additional Commentary
- [Lidarr v1 released on `master`](https://www.reddit.com/r/Lidarr/comments/v5fdhi/new_stable_release_master_v1022592/)
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- Radarr Postgres Database Support in `nightly` and `develop`
- Prowlarr Postgres Database Support in `nightly` and `develop`
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
- \*Arrs Wiki Contributions welcomed and strongly encouraged, simply auth with GitHub on the wiki and update the page
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:testing](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:develop](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.2.1.6478 (changes since [v4.2.0.6438](https://www.reddit.com/r/radarr/comments/w3kik4/new_release_develop_v4206438/))
- Translated using Weblate (Spanish) [skip ci]
- Regenerate yarn.lock
- Bump Sentry to 3.20.1
- Bump dotnet to 6.0.8
- Changed: Removed Tigole from ExceptionRelease match as is checked in ExceptionReleaseExact.
- Fixed: Tigole release group not being parsed and matched correctly, requiring manual import.
- Fixed: Configured recycle bin is excluded from import.
- Really fix Original Language in Language CF Specification
- Better Sentry Filtering for AggregateException children
- Run Postgres tests on 20.04
- Fixed: Blank Collection on MovieDetails when no Collection for Movie
- Remove non-functional filters for Trakt Lists
- Fixed: Original CF shouldn't need to be named "Original"
- Fixed NullRef in Skyhook Proxy during List Sync
- Fixed: Remove Notifiarr Environment Option
- Fixed: Trakt list request now uses correct rules for generating slug (#7449)
- Fixed: Allow blank ReleaseGroup and Edition from MovieFile edit
- Fixed: Don't process files that don't have a supported media file extension
- Fixed: Avoid failure if list contains same movie but without tmdbid
- Fixed: Log correct path when moving movies (#7439)
- Fixed: Watch state not preserved on metadata rewrite (#7436)
- Fixed: NullRefException in TorrentRssParser
- Bump Version to 4.2.1
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,78 @@
# New Beta Release
Radarr v4.2.2.6503 has been released on `develop`
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- Radarr Postgres Database Support
- Radarr Plex Watchlist Support
- Radarr Collections Support
# Additional Commentary
- [Lidarr v1 released on `master`](https://www.reddit.com/r/Lidarr/comments/v5fdhi/new_stable_release_master_v1022592/)
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
- Radarr Postgres Database Support in `nightly` and `develop`
- Prowlarr Postgres Database Support in `nightly` and `develop`
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
- \*Arrs Wiki Contributions welcomed and strongly encouraged, simply auth with GitHub on the wiki and update the page
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:testing](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:develop](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.2.2.6503 (changes since [v4.2.1.6478](https://www.reddit.com/r/radarr/comments/woe62q/new_release_develop_v4216478/))
- Automated API Docs update
- New: (API) Get Collection by TmdbId
- Added: Ntfy provider for notifications. (#7455)
- Fixed: Postgres secret regex now less greedy
- Fixed: Regex in log cleanser taking 10+ minutes on messages longer than 100k. (#7481)
- New: Add support for Plex Edition tags in naming
- New: Make Plex imdb tags conditional
- Fixed: Correctly map movie by original title on import
- Fixed: UI Error on Collection Filter
- Fixed: Allow 0 Min on Size CustomFormat Condition
- New: Add Slovak Language
- Bump version to 4.2.2
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,478 @@
# New Stable Release
Radarr v4.2.4.6635 has been released on `master`
- **Users who do not wish to be on the alpha `nightly` or beta `develop` testing branches should take advantage of this parity and switch to `master`
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- Radarr Postgres Database Support
- Radarr Plex Watchlist Support
- Radarr Collections Support
- Existing Collection Lists have been migrated
- Some users may experience `Database Malformed` or other migration errors
- This is caused by the database having existing corruption.
- The solution is to follow the instructions noted on the FAQ for a malformed database. <https://wiki.servarr.com/radarr/faq#i-am-getting-an-error-database-disk-image-is-malformed>
- Given this just occurred after an update then if the post-migrated database will not open or cannot be recovered then make a copy of the database from a recent backup and apply the database recovery process to that file then try starting Radarr with the recovered backup file. It should then migrate without issues then.
# Additional Commentary
- Radarr Postgres Database Support in `master`
- Prowlarr Postgres Database Support in `nightly` and `develop`
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
- \*Arrs Wiki Contributions welcomed and strongly encouraged, simply auth with GitHub on the wiki and update the page
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:release](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:latest](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.2.4.6635 (changes since v4.1.0.6175)
- Ignore SQLiteException tests on Azure
- Correct SQLiteException Sentry filtering
- Fix TagDetails sql for PG, add test
- Fixed: Add YTS.AG to the exception Release Groups (#7627)
- Fixed: Improve RarBG Error Handling
- fix typo in MovieRepository
- Fixed: Repack Preference Ignored
- Fixed: Ignore Movies with null tags when pulling AllMovieTags
- New: Torrent Seed Ratio no longer advance settings
- Translated using Weblate (Dutch) [skip ci]
- Remove unused package 'react-slick'
- Fixed: Collection Carousel Improvements
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Clarify Folder as Root Folder (#7598)
- Fixed: Toolbar Button labels overlap
- Fixed: Series list jump bar click issues
- Fixed: Use translated title for sorttitle in Kodi nfo
- Handle redirects for 308 redirects
- Fixed: Improve Radarr List help text
- Fixed: Improve Quality Profile in-use helptext
- Bump version to 4.2.4
- FileNameBuilderFixture tests should run on Windows
- New: Add Latvian language
- Fixed: Defaults for Trakt Popular List
- Fixed: Strip additional domains out of release prefix
- Fixed: Collections not sorting properly on Index
- Update Bug Report Template
- Update Bug Report Template [skip ci] [common]
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Fix: Trace logging postgres cleanse for large json files.
- Update src/NzbDrone.Core/CustomFormats/Specifications/RegexSpecificationBase.cs
- New: (UI) Indicate Custom Formats are Case Insensitive
- Automated API Docs update
- New: Add application URL to host configuration settings
- New: Setting to add Collection to NFO files
- Really fix UI Error on Collection Filter
- New: Preserve language tags when importing subtitle files
- Fixed: Skip extras in 'Extras' subfolder
- New: Import subtitles from sub folders
- Bump version to 4.2.3
- Translated using Weblate (German) [skip ci]
- Automated API Docs update
- New: (API) Get Collection by TmdbId
- Added: Ntfy provider for notifications. (#7455)
- Fixed: Postgres secret regex now less greedy
- Fixed: Regex in log cleanser taking 10+ minutes on messages longer than 100k. (#7481)
- New: Add support for Plex Edition tags in naming
- New: Make Plex imdb tags conditional
- Fixed: Correctly map movie by original title on import
- Fixed: UI Error on Collection Filter
- Fixed: Allow 0 Min on Size CustomFormat Condition
- New: Add Slovak Language
- Bump version to 4.2.2
- Translated using Weblate (Spanish) [skip ci]
- Regenerate yarn.lock
- Bump Sentry to 3.20.1
- Bump dotnet to 6.0.8
- Changed: Removed Tigole from ExceptionRelease match as is checked in ExceptionReleaseExact.
- Fixed: Tigole release group not being parsed and matched correctly, requiring manual import.
- Fixed: Configured recycle bin is excluded from import.
- Really fix Original Language in Language CF Specification
- Better Sentry Filtering for AggregateException children
- Run Postgres tests on 20.04
- Fixed: Blank Collection on MovieDetails when no Collection for Movie
- Remove non-functional filters for Trakt Lists
- Fixed: Original CF shouldn't need to be named "Original"
- Fixed NullRef in Skyhook Proxy during List Sync
- Fixed: Remove Notifiarr Environment Option
- Fixed: Trakt list request now uses correct rules for generating slug (#7449)
- Fixed: Allow blank ReleaseGroup and Edition from MovieFile edit
- Fixed: Don't process files that don't have a supported media file extension
- Fixed: Avoid failure if list contains same movie but without tmdbid
- Fixed: Log correct path when moving movies (#7439)
- Fixed: Watch state not preserved on metadata rewrite (#7436)
- Fixed: NullRefException in TorrentRssParser
- Bump Version to 4.2.1
- Fixed: Parse Group ZØNEHD
- New: Parse Group HONE
- New: (Discord) Include Custom Formats & Score On Grab
- Translated using Weblate (Catalan) [skip ci]
- Fixed: User Triggered Auto Searches now ignores monitored status (#7422)
- Fixed: Postgres timezone issues (#7183)
- Speed up and reduce meta calls for Imdb Lists when mapping
- Fixed: ImportListMovies not saved if from a list without TMDBIds
- Match 'HQCAM' as CAM source (#7412)
- Fix RefreshMovieServiceFixture folder service mock
- Fixed: Collections not deleted on Movie Delete
- Fixed: Bulk Collection RootFolder change failure
- New: Collection Folder, Genre, QualityProfile Filters
- Fixed: Trim RootFolderPath on Migration
- Avoid multiple metadata DB calls on list mapping
- Fixed: Prevent excluded movies from being added by collections
- Fixed: Avoid NullRef in MapMovieToTmdbMovie
- Fixed: Notifiarr - Better HTTP Error Handling
- Fix Nullref on Collection delete
- New: (Notifiarr) Custom Formats in OnGrab
- Automated API Docs update
- New: Custom Format Spec Validation
- Fixed: Don't fail on single failure for Discover bulk add
- Remove general yarn restore key to avoid cross OS conflict
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Fixed: Don't call for server notifications on event driven check
- Rename MovieImportedEvent to MovieFileImportedEvent
- Fixed: Improved parsing WebDL Releases
- New: adding a link to tmdb in the import combobox movie search results (#7352)
- Fixed: Housekeeper doesn't remove collections that have MovieMeta from lists
- Fixed: Notify on Bulk Adds (Lists, Collections, Imports)
- Updated NLog Version (#7365)
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Fixed: Migration 208 fails when collection doesn't have name
- Fixed: Don't call AddMovies if no movies to add from Collection
- New: Default to IMDb Ratings in Kodi Metadata
- Translated using Weblate (Slovak) [skip ci]
- New: Separate Ratings Columns
- Fixed: Add support for more Anime release formats
- Translated using Weblate (Portuguese) [skip ci]
- Automated API Docs update
- New: Bulk Edit Collections Profile, Root, Availability
- Automated API Docs update
- Fixed: Collections Improvements
- Add back Movie Credits and Alt Titles Indexes
- Fixed: Validate if equals or child for startup folder
- New: Notifiarr include Media Info in Download Notifications
- New: Notifiarr moved from webhook to API
- Translated using Weblate (German) [skip ci]
- Use DryIoc for Automoqer, drop Unity dependency
- Additional logging for partial Plex path scan
- Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
- Fixed: Improved empty root folder failsafe logging (#7341)
- Fixed: Register PostgresOptions when running in utility mode
- Fixed: Clarified genre filtering helptext on Trakt lists
- Fixed: Lithuanian media info parsing
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Automated API Docs update
- Fixed: MovieAdded trigger not available in UI
- New: Movie Added Notification
- Cleanup Collections UI Options
- Fixed: Speed up Collections API Endpoint
- New: Add DB Indexes for MovieMetadata
- New: .NET 6.0.5
- Translated using Weblate (Polish) [skip ci]
- Fixed: Remove Collection on last Movie delete
- Fixed: Correctly use loadash in FE Migrations
- Fixed: Partial Revert CF Validation for more robust solution
- Ensure .Mono and .Windows projects have all dependencies in build output
- Fix frontend monitor migration
- Try to fix CF null error for imported movie files
- Tweak monitor migration to avoid overwrites of valid settings
- Fixed: Run Frontend Migration for MonitorType
- New: Improve validation errors for Custom Formats
- Fixed: Don't Import Files with lower CF Score
- Fixed: Parse UHD2BD as BluRay instead of HDTV
- Fixed: Bluray 576p parsing
- New: Release Group Custom Format (#7154)
- Added term "brazilian" to Brazilian Portuguese parsing (#7296)
- Automated API Docs update
- New: Don't default manual import to move
- Fixed: Cutoff Unmet showing items above lowest accepted quality when upgrades are disabled
- New: Collections View
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- New: Parse QxR Group r00t
- Automated API Docs update
- New: Instance name in System/Status API endpoint
- New: Instance name for Page Title
- New: Instance Name used for Syslog
- New: Set Instance Name
- New: Add optional Source Title column to history
- New: Support for new Nyaa RSS Feed format
- Fixed: Don't try to add MovieMeta if mapping fails for list items
- Fixed: Importing file from UNC shared folder without job folder
- Fixed: No restart requirement for Refresh Monitored interval change
- Fixed: Correct User-Agent api logging
- Delete nan.json
- Delete zh_Hans.json
- Translated using Weblate (Chinese (Simplified)) [skip ci]
- Fixed: Wrong translation mapping can be used for file naming and metadata
- Fixed: Translated fields are mapped incorrectly for existing search results
- Fixed: UI hiding search results with duplicate GUIDs
- Fixed: QBittorrent unknown download state: forcedMetaDL
- Fix migration 207 distinct on tmdbid only for list movie insert
- Fix metadata migration
- Automated API Docs update
- Rework Movie Metadata data model
- Temporarily ignore update tests until linux-x86 released
- New: Add linux-x86 builds
- New: Support Plex API Path Scan (Similar to autoscan)
- Fixed: Interactive Search Filter not filtering multiple qualities in the same filter row
- Added padding to search tab to maintain visual consistancy
- Fixed: Update ScheduledTask cache LastStartTime on command execution
- Bump Version to 4.2
- Bump webpack packages
- Remove old DotNetVersion method and dep
- Bump Monotorrent to 2.0.5
- Fixed: Don't die if Plex watchlist guid node is missing or null
- Automated API Docs update
- New: Add support for Plex Watchlist importing (#5707)
- New: Add date picker for custom filter dates
- Make postgres integration tests actually use postgres
- Fixed: Clarify Qbit Content Path Error
- Fixed: Use Movie Original Language for Custom Format Original Language (#6882)
- Fix .editorconfig to disallow `this`
- FFMpeg 5.0.1
- Fixed: Properly handle 119 error code from Synology Download Station
- Translated using Weblate (Hungarian) [skip ci]
- Fixed: FFprobe failing on MacOS and AV1 streams
- add 576 resolution back to simple title regex
- Translated using Weblate (Ukrainian) [skip ci]
- Set up tests on postgres
- Allow configuring postgres with environment variables
- New: Postgres Support
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,305 @@
# New Beta Release
Radarr v4.5.1.7282 has been released on `develop`
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**
# Announcements
- Radarr Plex Watchlist Improvements
- Parsing Improvements
# Additional Commentary
# Releases
## Native
- [GitHub Releases](https://github.com/Radarr/Radarr/releases)
- [Wiki Installation Instructions](https://wiki.servarr.com/radarr/installation)
## Docker
- [hotio/Radarr:testing](https://hotio.dev/containers/radarr)
- [lscr.io/linuxserver/Radarr:develop](https://docs.linuxserver.io/images/docker-radarr)
## NAS Packages
- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally
- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally
------------
# Release Notes
## v4.5.1.7282 (changes since v4.5.0.7106)
- Add back min availability to bulk movie edit
- Clean up variable name case
- Fix Radarr import syncing not matching any root folders.
- Fix MovieFileLanguageConnector to use MovieLanguage
- Update UI dependencies
- Add `inset` to stylelintrc
- Remove unused babel plugins and fix build with profiling
- Update all relevant dev tool deps
- Delete various old config files
- Use `await using` in LocalizationService
- Fixed: Provider health checks persist after add until next scheduled check
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- New: Log additional information when processing completed torrents from rTorrent
- Fix function name and use out var for try get in DownloadClientProvider
- Add Pull Request Labeler
- API key improvements
- Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
- Automated API Docs update
- New: Notifications when Manual Interaction is required for importing
- New: On Health Restored notification
- Why rename many files when few file do trick
- GracePeriod not Graceperiod
- Sort translations alphabetically
- Move vscode settings to the frontend folder
- Fixed IsValidPath usages
- New: Improve path validation when handling paths from different OSes
- Log invalid config file exceptions
- Add VSCode extension recommendations
- Fixed: Ensure indexer errors are handled before processing response
- Align environment variable setting in ProcessProvider with upstream
- New: Only add version header for API requests
- Fixed: RootFolderPath not set for Movies from API
- Fixed: Index UI crash for movies without files
- New: Add token authentication for ntfy.sh notifications
- Fixed: Matching of custom formats during movie file import
- Revert argument exception swallowing for Plex library update
- New: Improved Plex library updating
- New: Add release info to webhook/custom script import events
- New: Don't import movies that don't match grab history
- Use string interpolation for Newznab request generation
- Virtualize movie select for manual import with react-window
- Convert Manual Import to Typescript
- New: Log content for invalid torrent files
- Translated using Weblate (Portuguese (Brazil)) [skip ci]
- Add `tmdbid` to capabilities check in Newznab/Torznab
- Remove requirement for imdbtitle and imdbyear in Newznab and Torznab
- Remove duplicate check in RemotePathMappingCheck
- Fixed: Movie Status in Table View
- Automated API Docs update
- New: Add result to commands to report commands that did not complete successfully
- Translated using Weblate (French) [skip ci]
- add trace log checkbox to bug report [common]
- Migrate to FluentValidation 9
- Fix downloading releases without an indexer
- Build download requests from indexer implementation
- bump `lock threads` github action to latest [skip ci]
- Fixed some aria violations
- Fixed: Search Button Display on Movie Index
- Fixed: Unable to search individual movies from Movie Index
- Fixed: Upgrades blocked: UpgradeSpecification error
- Fixed: Cannot Toggle Show Search on Movie Index
- New: Filter Sonarr synchronization based on Root Folders
- New: Add Original Language as Filter Option in Discover View
- New: Handle multi title release names split by slash
- Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
- Fixed: Don't import Custom Format downgrades
- Fixed: Enable parsing of repacks with revision
- Fixed: Don't clean Kodi library if video is playing and Always Update is disabled
- Revert "Build download requests from indexer implementation"
- Fixed: Movie count incorrect in Movie Editor
- Fixed: Missing Translates
- Simplify DatabaseType logic
- Fixed: (Database) Improve Version detection
- Fixed: Importing from Manual Import ignoring Analyze video files
- Extract useSelectState from SelectContext
- Avoid queue failures due to unknown release language processing
- Fix default value variable name for ImportListExclusion
- New: Closing Move Movie modal without selecting will cancel save
- Use augmented languages for queue items
- New: Use languages from Torznab/Newznab attributes if given
- New: Use TmdbId from parsing for mapping
- Cleanup ParsingService
- Fixed: Pushed releases should be stored as pushed release
- New: Don't block imports when release was matched by ID if they were grabbed via interactive search
- Fixed: Queue not showing items with conflicting titles
- New: Include Movie Match Type in grab event details
- Fixed: Automatic import of releases when file is not matched to movie
- Fixed: Don't automatically import if release title doesn't match movie title
- Fixed: Throw to manual import if multiple movies found during title mapping
- Build download requests from indexer implementation
- New: Updated button and calendar outline colors for dark theme
- Fix loading eslintrc
- New: Remember add import list exclusion when removing movie
- Fixed: Movies table not resizing properly when window size changed
- Fixed: Movie select not working correctly after stopping/starting or changing sort order
- Improved UI error messages (stack trace and version)
- New: Increase clickable area of movie select in poster/overview
- Remove unused ReactDOM import
- Fixed: File browser
- Remove movie editor code
- New: Mass Editor is now part of movie list
- Added movie index selection
- Fixed: Restoring scroll position when going back/forward to series list
- Refactor Movie index to use react-window
- Add CSS Typings
- Add Prettier to format TypeScript files
- Add typescript
- New: Parsing of more German WEBDL releases
- Fixed: Parse 720p Remux as 720p BluRay
- QualityParser - Simplify new expression (IDE0090)
- Misc HealthCheck Cleanup and Sonarr Alignment
- Bump Swashbuckle to 6.5.0
- Fixed: Ensure first history item when marked as failed is the selected item
- Fixed: Edit Quality Profile not opening
- Refactor LanguageParser.ParseLanguageTags() to return List<> instead of IEnumerable. Clean up calls to ParseLanguageTags().
- Include extra tags from existing subtitles when renaming.
- Translated using Weblate (French) [skip ci]
- Use BuildInfo.AppName for RARBG appId instead of hardcoded value
- New: Updated Rarbg request limits
- New: Report health error if Recycling Bin folder is not writable
- Update core-js and use defaults for browserlist
- Update webpack and webpack-cli
- Use minified jquery
- Remove unused gulpFile
- Fix typo in calendarBackgroundColor CSS variable
- Fix QualityParser Tests
- Fixed: Parse DVD with 576p Resolution as DVD
- Auto-reply for Log Label [common]
- Bump version to 4.5.1
- Other bug fixes and improvements, see GitHub history

View File

@@ -0,0 +1,2 @@
- Radarr Plex Watchlist Improvements
- Parsing Improvements

View File

@@ -0,0 +1,6 @@
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**

View File

@@ -0,0 +1,6 @@
- **Users who do not wish to be on the alpha `nightly` or beta `develop` testing branches should take advantage of this parity and switch to `master`
A reminder about the `develop` and `nightly` branches
- **develop - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta. This version will receive updates either weekly or biweekly depending on development.**
- **nightly - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.**

View File

View File

@@ -0,0 +1,105 @@
#!/bin/bash
# Generate a Markdown change log of pull requests from commits between two tags
scriptDir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
ghRepo="Radarr"
#branch="develop"
#read -r -p "What Repo?: " ghRepo
#read -r -p "What Org?: [Default:$ghRepo]" ghOrg
read -r -p "What Branch? [master|develop|nightly]:" branch
ghOrg=${ghOrg:-$ghRepo}
ghRepoUrl=https://github.com/$ghOrg/$ghRepo
case "${branch}" in
master)
hotioBranch='release'
lsioBranch='latest'
branchType='Stable'
;;
develop)
hotioBranch='testing'
lsioBranch='develop'
branchType='Beta'
;;
nightly)
hotioBranch='nightly'
lsioBranch='nightly'
branchType='Alpha'
;;
esac
baseDir=$(dirname "$scriptDir")
changelogDir="$baseDir/changelogs/"
templateDir="$changelogDir/templates/"
# Get a list of all tags in reverse order
# Assumes the tags are in version format like v1.2.3
gitTags=$(git ls-remote -t --exit-code --refs --sort='-v:refname' "$ghRepoUrl" | sed -E 's/^[[:xdigit:]]+[[:space:]]+refs\/tags\/(.+)/\1/g')
# Make the tags an array
# shellcheck disable=SC2206
tags=($gitTags)
latestTag=${tags[0]}
previousTag=${tags[1]}
# Get a log of commits that occurred between two tags
# See Pretty format placeholders at https://git-scm.com/docs/pretty-formats
# -i -E --grep="(Fixed:|New:)"'
commits=$(git log --pretty=format:' - %s%n' "$previousTag".."$latestTag")
# Store our changelog in a variable to be saved to a file at the end
markdown="# New ${branchType^} Release"
markdown+='\n\n'
markdown+="$ghRepo $latestTag has been released on \`$branch\`"
markdown+='\n\n'
branchmsg=$(cat "$templateDir"/branch-$branch.md)
if [ -n "$branchmsg" ]; then
{
markdown+=$branchmsg
markdown+='\n\n'
}
fi
markdown+="# Announcements"
markdown+='\n\n'
markdown+=$(cat "$templateDir"/announcements.md)
markdown+='\n\n'
markdown+="# Additional Commentary"
markdown+='\n\n'
markdown+=$(cat "$templateDir"/commentary.md)
markdown+='\n\n'
markdown+="# Releases"
markdown+='\n\n'
markdown+="## Native"
markdown+="\n\n"
markdown+="- [GitHub Releases]($ghRepoUrl/releases)"
markdown+="\n\n"
markdown+="- [Wiki Installation Instructions](https://wiki.servarr.com/${ghRepo,,}/installation)"
markdown+="\n\n"
markdown+="## Docker"
markdown+="\n\n"
markdown+="- [hotio/$ghRepo:$hotioBranch](https://hotio.dev/containers/${ghRepo,,})"
markdown+="\n\n"
markdown+="- [lscr.io/linuxserver/$ghRepo:$lsioBranch](https://docs.linuxserver.io/images/docker-${ghRepo,,})"
markdown+="\n\n"
markdown+="## NAS Packages"
markdown+="\n\n"
markdown+="- Synology - Please ask the SynoCommunity to update the base package; however, you can update in-app normally"
markdown+="\n\n"
markdown+="- QNAP - Please ask the QNAP to update the base package; however, you should be able to update in-app normally"
markdown+="\n\n"
markdown+="------------"
markdown+="\n\n"
markdown+="# Release Notes"
markdown+="\n\n"
markdown+="## $latestTag (changes since $previousTag)"
markdown+="\n\n"
markdown+="$commits"
markdown+="\n\n"
markdown+=" - Other bug fixes and improvements, see GitHub history"
# Loop over each commit and look for merged pull requests
#for COMMIT in $COMMITS; do
#done
# Save our markdown to a file
mkdir -p "$changelogDir"
echo -e "$markdown" >"$changelogDir/CHANGELOG-$latestTag.md"
exit 0