This pull request includes updates to the docker.versions.plg file and the changelog.js script to fix several issues and improve the user interface. The most important changes include updating the MD5 hash, fixing various bugs, and hardcoding the background color to white to avoid theme issues.
Bug Fixes and Improvements:
docker.versions.plg: Updated the MD5 hash to 50f635f0dae7340448f77154ef254a8e to reflect the latest version.
docker.versions.plg: Fixed a type issue on the settings page, adjusted the fallback date, and avoided adding empty "duplicate changelogs".
docker.versions.plg: Fixed an early access issue around secondary changelogs after a refactor and hardcoded the background color to white to avoid theme issues.
UI Enhancements:
changelog.js: Removed unnecessary code and ensured the background color of the changelog popup is set to white to maintain consistency across different themes. [1][2]
This pull request includes updates to the
docker.versions.plg
file and thechangelog.js
script to fix several issues and improve the user interface. The most important changes include updating the MD5 hash, fixing various bugs, and hardcoding the background color to white to avoid theme issues.Bug Fixes and Improvements:
docker.versions.plg
: Updated the MD5 hash to50f635f0dae7340448f77154ef254a8e
to reflect the latest version.docker.versions.plg
: Fixed a type issue on the settings page, adjusted the fallback date, and avoided adding empty "duplicate changelogs".docker.versions.plg
: Fixed an early access issue around secondary changelogs after a refactor and hardcoded the background color to white to avoid theme issues.UI Enhancements:
changelog.js
: Removed unnecessary code and ensured the background color of the changelog popup is set to white to maintain consistency across different themes. [1] [2]closes #3