We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c8f4a commit bf0461bCopy full SHA for bf0461b
changelog/changelog.md
@@ -1,5 +1,18 @@
1
## Changelog
2
3
+### 1.1.1
4
+
5
+- Fix `async_get_registry` warning
6
7
+# 1.1.0
8
9
+- Allow empty passwords
10
+- Allow device deletion
11
+- Add link to device
12
+- Disable player by default
13
+- Fix max channels
14
+- Return appropriate mime-types
15
16
### 1.0.10
17
18
- Revert ignore folders
custom_components/jellyfin/manifest.json
@@ -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",
0 commit comments