mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
Bump 1.1.1
This commit is contained in:
parent
84c8f4a49b
commit
bf0461b2f1
2 changed files with 14 additions and 1 deletions
|
|
@ -1,5 +1,18 @@
|
|||
## Changelog
|
||||
|
||||
### 1.1.1
|
||||
|
||||
- Fix `async_get_registry` warning
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Allow empty passwords
|
||||
- Allow device deletion
|
||||
- Add link to device
|
||||
- Disable player by default
|
||||
- Fix max channels
|
||||
- Return appropriate mime-types
|
||||
|
||||
### 1.0.10
|
||||
|
||||
- Revert ignore folders
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"domain": "jellyfin",
|
||||
"name": "Jellyfin",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"config_flow": true,
|
||||
"documentation": "https://github.com/koying/jellyfin_ha",
|
||||
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues",
|
||||
|
|
|
|||
Loading…
Reference in a new issue