From f01b6c2f9a0d1d7fb6845c0f974ca1677843d355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9ET=CE=9ERNAL?= <137927782+particle-box@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:48:00 +0530 Subject: [PATCH] add fresh changelogs Updated changelog for version 1.6.6 with multiple fixes and new features, including pre-fetch snaps toggle and disk optimization improvements. --- changelogs-stable.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelogs-stable.txt b/changelogs-stable.txt index c4611eb9..87022d42 100644 --- a/changelogs-stable.txt +++ b/changelogs-stable.txt @@ -1,7 +1,11 @@ ## v1.6.6 -- Fix: Persistent auto open snap disabled notification +- Fix: Persistent auto open snap disabled notification(tq to Kaladin) - Fix: Crash issues for some devices - Fix: upload quality for snaps sent through send override +- Fix: Refactored the notification card for Auto Open to remove the looping progress bar while the engine is in Monitoring stage(tq to Kaladin) +- New: Implemented a "Pre Fetch snaps" toggle, when enabled this will pre-fetch the snaps in the auto open queue and load them for the engine to open them efficiently and thus reducing the "Failed to Open..." status(tq to Kaladin) +- Fix: The Auto Open engine now only fires the status update if the status text, processed count, or queue structural state actually changes. This reduces system wake-ups during idle periods which helps in battery drain management(tq to Kaladin) +- Fix: Disk Optimization: Previous versions wrote the auto open queue to the disk every 25 snaps, this update modified this to a 3-minute windowed save. This reduces Disk I/O by ~75%, keeping the device from overheating excessively during Auto Open processes(tq to Kaladin) ## v1.6.5 - New: Performance mode will now be set to max by default!