From d8966216638669c2782819092c663d7eee0d8464 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 18 Jan 2022 14:50:53 +0100 Subject: [PATCH] Less 80 characters --- bazarr/CHANGELOG.md | 6 ++++-- booksonic_air/CHANGELOG.md | 7 +++++-- emby/CHANGELOG.md | 8 ++++++-- filebrowser/CHANGELOG.md | 2 +- jellyfin/CHANGELOG.md | 5 +++-- lidarr/CHANGELOG.md | 6 ++++-- papermerge/CHANGELOG.md | 2 +- photoprism/CHANGELOG.md | 6 ++++-- plex/CHANGELOG.md | 12 +++++++++--- prowlarr/CHANGELOG.md | 11 +++++++++-- qbittorrent/CHANGELOG.md | 5 +++-- radarr/CHANGELOG.md | 4 ++-- readarr/CHANGELOG.md | 9 +++++++-- sonarr/CHANGELOG.md | 4 ++-- ubooquity/CHANGELOG.md | 2 +- 15 files changed, 61 insertions(+), 28 deletions(-) diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index f24dacb01..00da063b0 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,12 +1,14 @@ - ## 1.0.2 (04-01-2022) + - Update to latest version from linuxserver/docker-bazarr ## v1.0.2-ls140 + - Fixed local config - updated to v1.0.2-ls140 ## 1.0.2 (01-01-2022) + - Update to latest version from linuxserver/docker-bazarr - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation @@ -15,7 +17,7 @@ - Update to latest version from linuxserver/docker-bazarr - Allow mounting local drives by label. Just pust the label instead of sda1 for example -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 1.0.0 (13-10-2021) diff --git a/booksonic_air/CHANGELOG.md b/booksonic_air/CHANGELOG.md index 06d3dae61..d71d90b8f 100644 --- a/booksonic_air/CHANGELOG.md +++ b/booksonic_air/CHANGELOG.md @@ -1,14 +1,17 @@ - ## v2201.1.0-ls42 (15-01-2022) + - Update to latest version from linuxserver/docker-booksonic-air ## v2112.2.0-ls41 (04-01-2022) + - Update to latest version from linuxserver/docker-booksonic-air ## v2112.2.0-ls39 (18-12-2021) + - Update to latest version from linuxserver/docker-booksonic-air ## v2112.1.0-ls38 (12-12-2021) + - Update to latest version from linuxserver/docker-booksonic-air - New standardized logic for Dockerfile build and packages installation @@ -36,7 +39,7 @@ ## nightly-0.1.0.998-ls20 (23-10-2021) - Update to latest version from linuxserver/docker-booksonic-air -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## nightly-0.1.0.997-ls19 (19-10-2021) diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 66157ef80..98b693510 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,22 +1,26 @@ - ## 4.7.0.20 (12-01-2022) + - Update to latest version from linuxserver/docker-emby - "host_network": true to enable UPNP, chromecast, ... ## 4.7.0.19-1 + - Changed local config location ## 4.7.0.19 (14-12-2021) + - Update to latest version from linuxserver/docker-emby - New standardized logic for Dockerfile build and packages installation ## 4.7.0.18 (20-11-2021) + - Update to latest version from linuxserver/docker-emby ## 4.7.0.17 (08-11-2021) + - Update to latest version from linuxserver/docker-emby - Allow mounting local drives by label. Just pust the label instead of sda1 for example -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 4.7.0.15 (23-10-2021) diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 25908b78d..14534501e 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -18,7 +18,7 @@ - Allow mounting of devices up to sdg2 - Allow uploads >16mb - Allow local mount in protected mode -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 2.17.2 (28-08-2021) diff --git a/jellyfin/CHANGELOG.md b/jellyfin/CHANGELOG.md index 7ac44966d..2c0069094 100644 --- a/jellyfin/CHANGELOG.md +++ b/jellyfin/CHANGELOG.md @@ -1,17 +1,18 @@ - ## 10.7.7-1-ls149 (15-01-2022) + - Update to latest version from linuxserver/docker-jellyfin - "host_network": true to enable UPNP, chromecast, ... - Code to repair database due to a bug that occured when the config location changed ## 10.7.7-1-ls148 (06-01-2022) + - Update to latest version from linuxserver/docker-jellyfin - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation - Add local mount (see readme) - Added watchdog feature - Allow mounting of devices up to sdg2 -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 10.7.7-1-ls130 (06-09-2021) diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index ab6e28a2f..030e06c8b 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,14 +1,16 @@ - ## 0.8.1.2135-ls69 (16-01-2022) + - Update to latest version from linuxserver/docker-lidarr ## 0.8.1.2135-ls68 + - updated to 0.8.1.2135-ls68 - changed config location ## 0.8.1.2135-ls62-4 + - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation - Allow mounting local drives by label. Just pust the label instead of sda1 for example - Initial release -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename diff --git a/papermerge/CHANGELOG.md b/papermerge/CHANGELOG.md index 1f233a334..37c361ff3 100644 --- a/papermerge/CHANGELOG.md +++ b/papermerge/CHANGELOG.md @@ -2,7 +2,7 @@ - Config exposed in /config/addons_config/papermerge - New standardized logic for Dockerfile build and packages installation - OCR repaired -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 2.0.1 diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index ea34b6562..55996c1b3 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,16 +1,18 @@ - ## 20220107 (07-01-2022) + - Update to latest version from photoprism/photoprism ## 20211215 (16-12-2021) + - Update to latest version from photoprism/photoprism ## 20211210 (12-12-2021) + - Update to latest version from photoprism/photoprism - New standardized logic for Dockerfile build and packages installation - Allow mounting local drives by label. Just pust the label instead of sda1 for example - Allow mounting of devices up to sdg2 -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 210217-49039368 (29-09-2021) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index aab367299..767640ca6 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,33 +1,39 @@ - ## 1.25.3.5409-f11334058-ls97 (15-01-2022) + - Update to latest version from linuxserver/docker-plex ## 1.25.3.5385-f05b712b6-ls96 (12-01-2022) + - Update to latest version from linuxserver/docker-plex - "host_network": true to enable UPNP, chromecast, ... - + ## 1.25.2.5319-c43dc0277-ls95 (11-01-2022) + - Update to latest version from linuxserver/docker-plex ## 1.25.2.5319-c43dc0277-ls94 (04-01-2022) + - Update to latest version from linuxserver/docker-plex ## 1.25.2.5319-c43dc0277-ls92 (14-12-2021) + - Update to latest version from linuxserver/docker-plex - New standardized logic for Dockerfile build and packages installation ## 1.25.1.5286-34f965be8-ls91 (07-12-2021) + - Update to latest version from linuxserver/docker-plex - localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... ## 1.25.0.5282-2edd3c44d-ls89 (02-12-2021) + - Update to latest version from linuxserver/docker-plex - Allow mounting local drives by label. Just pust the label instead of sda1 for example ## 1.24.5.5173-8dcc73a59-ls83 (28-10-2021) - Update to latest version from linuxserver/docker-plex -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 1.24.4.5081-e362dc1ee-ls79 (13-10-2021) diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index e88a6e24b..e68902ea8 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,26 +1,33 @@ - ## nightly-alpine-0.2.0.1407-ls25 (18-01-2022) + - Update to latest version from linuxserver/docker-prowlarr ## nightly-0.2.0.1395-ls259 (18-01-2022) + - Update to latest version from linuxserver/docker-prowlarr ## nightly-0.1.10.1386-ls257 (16-01-2022) + - Update to latest version from linuxserver/docker-prowlarr ## nightly-0.1.10.1375-ls256 (15-01-2022) + - Update to latest version from linuxserver/docker-prowlarr ## nightly-alpine-0.1.10.1375-ls20 (09-01-2022) + - Update to latest version from linuxserver/docker-prowlarr ## nightly-alpine-0.1.10.1357-ls18 (04-01-2022) + - Update to latest version from linuxserver/docker-prowlarr ## nightly-alpine-0.1.10.1352-ls17 (04-01-2022) + - Update to latest version from linuxserver/docker-prowlarr ## nightly-alpine-0.1.10.1341-ls11 (01-01-2022) + - Update to latest version from linuxserver/docker-prowlarr - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) @@ -172,7 +179,7 @@ ## nightly-0.1.1.1030-ls162 (26-10-2021) - Update to latest version from linuxserver/docker-prowlarr -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## nightly-0.1.1.1029-ls161 (19-10-2021) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index d58db5eb9..dc2ff2f69 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,8 +1,9 @@ - ## 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166 (07-01-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls165 (04-01-2022) + - Update to latest version from linuxserver/docker-qbittorrent - Removed watchdog - New standardized logic for Dockerfile build and packages installation @@ -12,7 +13,7 @@ ## 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159 (31-10-2021) - Update to latest version from linuxserver/docker-qbittorrent -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158 (13-10-2021) diff --git a/radarr/CHANGELOG.md b/radarr/CHANGELOG.md index 2056cb765..f2dc41b9c 100644 --- a/radarr/CHANGELOG.md +++ b/radarr/CHANGELOG.md @@ -1,9 +1,9 @@ - ## 3.2.2.5080-7 (03-01-2022) + - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation - Allow mounting local drives by label. Just pust the label instead of sda1 for example -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename - Breaking changes : multiple network disks must be separated by a "," and they are mounted to a folder with the name of the external share. ## 3.2.2.5080 (04-06-2021) diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index 92419bad5..dcbd84bc1 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1,20 +1,25 @@ - ## nightly-alpine-0.1.0.1175-ls12 (18-01-2022) + - Update to latest version from linuxserver/docker-readarr ## nightly-0.1.0.1162-ls66 (16-01-2022) + - Update to latest version from linuxserver/docker-readarr ## nightly-0.1.0.1161-ls65 (15-01-2022) + - Update to latest version from linuxserver/docker-readarr ## nightly-alpine-0.1.0.1156-ls5 (04-01-2022) + - Update to latest version from linuxserver/docker-readarr ## nightly-alpine-0.1.0.1154-ls4 + - uppdated to version ls4 ## nightly-alpine-0.1.0.1154-ls3 (01-01-2022) + - Update to latest version from linuxserver/docker-readarr - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) @@ -124,7 +129,7 @@ ## nightly-0.1.0.998-ls20 (23-10-2021) - Update to latest version from linuxserver/docker-readarr -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## nightly-0.1.0.997-ls19 (19-10-2021) diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 1a6b263a8..fd7c21ac1 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,10 +1,10 @@ - ## 3.0.6.1342-6 (03-01-2022) + - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation - Allow mounting local drives by label. Just pust the label instead of sda1 for example - Allow mounting local drives by label. Just pust the label instead of sda1 for example -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename ## 3.0.6.1342 (02-10-2021) diff --git a/ubooquity/CHANGELOG.md b/ubooquity/CHANGELOG.md index 04321bac2..e4a49a834 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -1,5 +1,5 @@ - New standardized logic for Dockerfile build and packages installation -- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename +- SMB : accepts several disks separated by commas mounted in /mnt/$sharename - Add local drives mounts : used localdisks with the text "sda1, sdb1" according to your needs - Add ssl - Correct custom ui