Update changelog

This commit is contained in:
thespad 2024-06-26 16:42:42 +01:00
parent a673dd1409
commit 65bb448788
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
These files are used by Linuxserver build processes to handle mods in our images. Not for end-user consumption.
* **26.06.24:** - Add RO and User handlers.
* **10.06.24:** - Move lsiown to its own file. Remove support for legacy v2 and hybrid mods.
* **13.04.24:** - Let lsiown ignore broken symlinks (requires gnu find).
* **26.03.24:** - Add versioning and debug logging to package install script, force venv creation when python packages are to be installed.

View File

@ -7,7 +7,7 @@
# 2022-09-25 - Initial Release
# 2024-04-13 - Let lsiown ignore broken symlinks (requires gnu find)
# 2024-06-12 - Remove lsiown and legacy s6 handlers
MOD_SCRIPT_VER="3.20240613"
MOD_SCRIPT_VER="3.20240626"
# Define custom folder paths
SCRIPTS_DIR="/custom-cont-init.d"