-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from TorBox-App/release-please--branches--main
chore(main): release 1.0.0
- Loading branch information
Showing
1 changed file
with
23 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,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-07-08) | ||
|
||
|
||
### Features | ||
|
||
* adds defaults for enviroment variables, adds env example and starts fastapi server with custom auth exception handler ([7a8fe11](https://github.com/TorBox-App/torbox-tinfoil-server/commit/7a8fe11b4b22e4227e5072251402e07eec937437)) | ||
* adds docker compose yaml ([93ab03e](https://github.com/TorBox-App/torbox-tinfoil-server/commit/93ab03eaa4e09f2a8ccbf536058e0599e63fab17)) | ||
* adds dockerfile ([16fa1f2](https://github.com/TorBox-App/torbox-tinfoil-server/commit/16fa1f29899541b3ec3a4f455b0fcd150de984f7)) | ||
* adds header and release-please action ([7370e32](https://github.com/TorBox-App/torbox-tinfoil-server/commit/7370e3235c152e69a163e5c11e8c4b0aa3420f91)) | ||
* adds requirements and necessary library items ([fc24c29](https://github.com/TorBox-App/torbox-tinfoil-server/commit/fc24c292d61fc792e4b92fe3cd6928552e34fe2c)) | ||
* allows setting a switch_uid to verify authentication ([7959f1d](https://github.com/TorBox-App/torbox-tinfoil-server/commit/7959f1db34074bc1413572df46260430e5ba04f3)) | ||
* finalizes readme ([6e314b8](https://github.com/TorBox-App/torbox-tinfoil-server/commit/6e314b80252cf6f80619e951534d37577ecdc0fd)) | ||
* fully generates tinfoil index ([f4f204d](https://github.com/TorBox-App/torbox-tinfoil-server/commit/f4f204d0d57b15dba4c520fc6b3dec69ad1fe588)) | ||
* gathers files from torbox api ([e39f148](https://github.com/TorBox-App/torbox-tinfoil-server/commit/e39f14834856d2eddb987ba439c53f8623694200)) | ||
* streams download response to client ([aab6710](https://github.com/TorBox-App/torbox-tinfoil-server/commit/aab671048302c01ea613d0a79a7b49c66d10685b)) | ||
* uses authentication on main route ([91b3efd](https://github.com/TorBox-App/torbox-tinfoil-server/commit/91b3efd3fe4545eb25c9e993e41ae33cf1626b45)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fixes dockerfile env lines ([713c6c5](https://github.com/TorBox-App/torbox-tinfoil-server/commit/713c6c5117e632ecc4768564c3d3281791368a9d)) |