Skip to content

Commit 5985271

Browse files
authored
Merge pull request #127 from markbeep/release-please--branches--main
chore(main): release 1.5.0
2 parents 5a8f24c + c9a5efa commit 5985271

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [1.5.0](https://github.com/markbeep/AudioBookRequest/compare/1.4.9...v1.5.0) (2025-08-16)
4+
5+
6+
### Features
7+
8+
* add API: Users and Status/Health Endpoints ([#117](https://github.com/markbeep/AudioBookRequest/issues/117)) ([7d3e4fe](https://github.com/markbeep/AudioBookRequest/commit/7d3e4fedc672226afb858088e0d6fc5b7ec7604a))
9+
* add more replacement options for download notifications ([3296af4](https://github.com/markbeep/AudioBookRequest/commit/3296af497032c5fa8e2c89b21770e7f259448011))
10+
* add more replacement options for download notifications ([c32d16b](https://github.com/markbeep/AudioBookRequest/commit/c32d16b6f23b2a7de2953931a1d7bd6d7f7f9eaa))
11+
* Add user api ([92a4018](https://github.com/markbeep/AudioBookRequest/commit/92a401879bb71439c8e0ada579c16799059f8748))
12+
* added env variables for forcing login type and initializing username/password ([93a6315](https://github.com/markbeep/AudioBookRequest/commit/93a6315e304a829506136e90fde2f98af71625f9))
13+
14+
15+
### Bug Fixes
16+
17+
* correct api key popup colors and cleanup unused code ([3e21d74](https://github.com/markbeep/AudioBookRequest/commit/3e21d7476df097f2410c3a0af3804ac499df47a6))
18+
* oidc config not outputting errors on invalid endpoint url ([5a8f24c](https://github.com/markbeep/AudioBookRequest/commit/5a8f24cec07e59d39f1208e001c18c1b2f0b68a7))
19+
* wrong color scheme in login/init pages ([5a8f24c](https://github.com/markbeep/AudioBookRequest/commit/5a8f24cec07e59d39f1208e001c18c1b2f0b68a7))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AudioBookRequest"
3-
version = "1.3.0"
3+
version = "1.5.0"
44
requires-python = ">= 3.12"
55
readme = "README.md"
66
# no explicit versioning unless required. the uv.lock file is for that

0 commit comments

Comments
 (0)