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
|
## 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
|
### 1.0.10
|
||||||
|
|
||||||
- Revert ignore folders
|
- Revert ignore folders
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"domain": "jellyfin",
|
"domain": "jellyfin",
|
||||||
"name": "Jellyfin",
|
"name": "Jellyfin",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://github.com/koying/jellyfin_ha",
|
"documentation": "https://github.com/koying/jellyfin_ha",
|
||||||
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues",
|
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue