-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
6fc262a
commit 20c47f4
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
slug: v1.53.0 | ||
title: v1.53.0 | ||
authors: [rogerrabbit] | ||
--- | ||
|
||
## Changelog | ||
|
||
### New Features | ||
|
||
* [f644b3a](https://github.com/autobrr/autobrr/commit/f644b3a4d648c5680cc86c80b7aeed91e34d2bc7): feat(filters): implement `AnnounceType` ([#1837](https://github.com/autobrr/autobrr/pull/1837)) ([@zze0s](https://github.com/zze0s)) | ||
* [24f3157](https://github.com/autobrr/autobrr/commit/24f31574e5bf1c3dadf6d403d2ad23db24b4576c): feat(indexers): update PTP announce to new format ([#1738](https://github.com/autobrr/autobrr/pull/1738)) ([@zze0s](https://github.com/zze0s)) | ||
* [ab718b8](https://github.com/autobrr/autobrr/commit/ab718b82328a5eee66ec5d60b5829880efca9b8f): feat(macros): add Description ([#1863](https://github.com/autobrr/autobrr/pull/1863)) ([@nsenica](https://github.com/nsenica)) | ||
* [ec85d53](https://github.com/autobrr/autobrr/commit/ec85d53d8f2bf414856cd12e9740d141c7a830c1): feat(web): migrate react-table to v8 ([#1866](https://github.com/autobrr/autobrr/pull/1866)) ([@zze0s](https://github.com/zze0s)) | ||
* [172fa65](https://github.com/autobrr/autobrr/commit/172fa651afb9b1d608d47c9c5af887cabe0d7b09): feat(web): replace react-portal with own implementation ([#1862](https://github.com/autobrr/autobrr/pull/1862)) ([@zze0s](https://github.com/zze0s)) | ||
|
||
### Bug fixes | ||
|
||
* [99a9e6b](https://github.com/autobrr/autobrr/commit/99a9e6bc0f7dca3a0188feaadaf3b7b6a2dd32f4): fix(http): downgrade canOnboard check to warning log level ([#1859](https://github.com/autobrr/autobrr/pull/1859)) ([@s0up4200](https://github.com/s0up4200)) | ||
* [a6b463f](https://github.com/autobrr/autobrr/commit/a6b463fb697814d6d4913db24547ce08530cbf35): fix(web): honor baseURL path when logging out ([#1851](https://github.com/autobrr/autobrr/pull/1851)) ([@martylukyy](https://github.com/martylukyy)) | ||
|
||
### Other work | ||
|
||
* [66696dc](https://github.com/autobrr/autobrr/commit/66696dcb18c21809bb3b4f6a15e9d569ab86b0c9): build(deps): bump the npm group across 1 directory with 27 updates ([#1847](https://github.com/autobrr/autobrr/pull/1847)) ([@dependabot](https://github.com/dependabot)[bot]) | ||
|
||
**Full Changelog**: [v1.52.0...v1.53.0](https://github.com/autobrr/autobrr/compare/v1.52.0...v1.53.0) | ||
|
||
## Docker images | ||
|
||
* `docker pull ghcr.io/autobrr/autobrr:v1.53.0` | ||
|
||
## What to do next? | ||
|
||
* Read the [documentation](https://autobrr.com) | ||
* Join our [Discord server](https://discord.gg/WQ2eUycxyT) |