From 9c53c37f38fe8ba79911da1d8842a91ef0c07564 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 25 Oct 2025 20:33:01 -0400 Subject: [PATCH] release(v1.6.8): fix(ui) prevent Extract/Create flash on refresh; remember last folder --- CHANGELOG.md | 13 +++++++++++++ public/index.html | 4 ++-- public/js/main.js | 6 ++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f2d63..96c1627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Changes 10/25/2025 (v1.6.8) + +release(v1.6.8): fix(ui) prevent Extract/Create flash on refresh; remember last folder + +- Seed `currentFolder` from `localStorage.lastOpenedFolder` (fallback to "root") +- Stop eager `loadFileList('root')` on boot; defer initial load to resolved folder +- Hide capability-gated actions by default (`#extractZipBtn`, `#createBtn`) to avoid pre-auth flash +- Eliminates transient root state when reloading inside a subfolder + +User-visible: refreshing a non-root folder no longer flashes Root items or privileged buttons; app resumes in the last opened folder. + +--- + ## Changes 10/25/2025 (v1.6.7) release(v1.6.7): Folder Move feature, stable DnD persistence, safer uploads, and ACL/UI polish diff --git a/public/index.html b/public/index.html index 567ebac..1ccc1c2 100644 --- a/public/index.html +++ b/public/index.html @@ -407,10 +407,10 @@ -