From 66242c1a5c7ff179d8f394ccb86f68aea88daa48 Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 10 Sep 2026 13:55:58 -0700 Subject: [PATCH] changelog for hotfix --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index ada2b5c..1371eab 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# Version 1.7.2 + +- Fixed the Linux build not starting if shared library files were missing from the host machine +- Fixed the macOS version not loading plugins due to not having an HTTPS certificate + + # Version 1.7.1 - Added support for Plugins! Plugins can be downloaded from the official repository or from custom ones. Support for creating a plugin can be found on the wiki