Skip to content

Latest commit

 

History

History
128 lines (56 loc) · 5.68 KB

CHANGELOG.md

File metadata and controls

128 lines (56 loc) · 5.68 KB

Changelog

2.2.0 (2024-12-15)

Features

  • Docker: expose a SKIP_X_FORWARD_HEADERS option (#75) (b3677ab)

2.1.3 (2024-10-06)

Bug Fixes

  • auth: Handle 401 being thrown on login (5c0e24b)

2.1.2 (2024-10-01)

Bug Fixes

  • Docker: Allow container with non-root user (#54) (bc4bf70)

2.1.1 (2024-09-26)

Bug Fixes

  • update: Use release branches instead of release asset (#51) (25b139b)

2.1.0 (2024-09-22)

Features

  • Add auto-update scheduler for WebUI (16bd320)

Bug Fixes

  • Make dev-only CONFIG_PATH env optional (503434b)

2.0.2 (2024-09-20)

Bug Fixes

  • router: Remove /backend prefix on /api requests (#45) (512c619)

Performance Improvements

2.0.1 (2024-09-19)

Bug Fixes

  • Add /backend prefix to all routes (#40) (4849614)

2.0.0 (2024-09-18)

⚠ BREAKING CHANGES

  • Forward API requests to qBittorrent (#35)

Features

1.2.3 (2024-06-07)

Reverts

1.2.2 (2024-06-07)

Bug Fixes

  • docker: Add ARM architectures support (#23) (14fdaf9)

1.2.1 (2024-05-12)

Bug Fixes

  • docker: Enable multi-platform build (946717b)

1.2.0 (2024-05-12)

Features

1.1.2 (2024-05-08)

Bug Fixes

  • docker: Switch to alpine base to reduce image size (4214e9b)

1.1.1 (2024-05-08)

Bug Fixes

  • auth: Add DISABLE_AUTH env to disable auth check (#15) (f09899d)

1.1.0 (2024-04-01)

Features

  • Handle authentication through qbit (#10) (3954e99)

1.0.0 (2024-03-15)

Features

  • config: Create server-side store (bdd15e4)