From 20c47f4145b5ceca5190b5bfcbfe1ea583bb7263 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:26:31 +0100 Subject: [PATCH] Update release notes (#233) Co-authored-by: GitHub Action --- blog/2024-12-08-v1.53.0/index.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 blog/2024-12-08-v1.53.0/index.md diff --git a/blog/2024-12-08-v1.53.0/index.md b/blog/2024-12-08-v1.53.0/index.md new file mode 100644 index 00000000..3ed5bba9 --- /dev/null +++ b/blog/2024-12-08-v1.53.0/index.md @@ -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)