From 4059a3ef936ca748922280dd463c9c1ab0ea353b Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 10 Sep 2026 13:56:07 -0700 Subject: [PATCH] v2 --- changelog_major.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog_major.md b/changelog_major.md index ff0db32..947d0f5 100644 --- a/changelog_major.md +++ b/changelog_major.md @@ -1,3 +1,22 @@ +# 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 +- Files and folders can now be dragged and dropped into the loaded files area to be loaded instead of relying on the file menu +- Fixed an issue where shadow snirf files would attempt to be loaded by the application. Fixes [Issue 92](https://git.research.dezeeuw.ca/tyler/flares/issues/92) +- Fixed an issue where the application could not automatically update between versions 1.5.1 to 1.7.1. Sorry! 1.7.1 upgrading onward should be fixed and more robust +- Fixed an issue where some log files would not generate, or would generate in an incorrect location +- Fixed an issue where updating events in a snirf file would not release memory properly +- Fixed an issue where loading multiple files in quick succession could cause some of the files to never finish loading +- Fixed an issue where loading a saved project, pushing clear, and re-opening snirf files would cause them to appear incorrectly in the loaded files area +- Fixed a crucial bug where short channels were still being sent to the donor pool to assist in interpolating long channels from. Fixes [Issue 80](https://git.research.dezeeuw.ca/tyler/flares/issues/80) + + # Version 1.7.0 - This is potentially a save-changing release due to adding more data into the save file. Please update your project files to ensure compatibility