bump to 0.4.0
This commit is contained in:
parent
d78d0912ac
commit
00fc98da35
2 changed files with 24 additions and 3 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
Template:
|
||||
|
||||
## New Features
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
## New Features
|
||||
|
||||
## User Facing Backwards Compatible Changes
|
||||
|
||||
## Fixes
|
||||
|
|
@ -16,6 +16,27 @@ Template:
|
|||
|
||||
# Upcoming Release
|
||||
|
||||
# v0.4.0
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
- Rename ldap module to lldap as well as option name `shb.ldap` to `shb.lldap`.
|
||||
|
||||
## New Features
|
||||
|
||||
- Jellyfin service now waits for Jellyfin server to be fully available before starting.
|
||||
- Add debug option for Jellyfin.
|
||||
- Allow to choose port for Jellyfin.
|
||||
- Make Jellyfin setup including initial admin user declarative.
|
||||
|
||||
## Fixes
|
||||
|
||||
- Fix Jellyfin redirect URI scheme after update.
|
||||
|
||||
## Other Changes
|
||||
|
||||
- Add documentation for LLDAP and Authelia block and link to it from other docs.
|
||||
|
||||
# v0.3.1
|
||||
|
||||
## Breaking Changes
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.3.1
|
||||
0.4.0
|
||||
Loading…
Reference in a new issue