v1.0.31: fix name selection being wiped when refreshProjects fires
Selecting a name called saveCredentials, which sent refreshProjects, which re-fetched users and called populateUsers(users, globalUserId) with globalUserId still empty — immediately clearing the selection. Fix: saveCredentials now updates globalUserId immediately, and refreshProjects is only triggered by token changes (scheduleCredSave), not by name changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6438,7 +6438,7 @@ async function stopTimer(token, entryId) {
|
||||
}
|
||||
|
||||
// src/plugin.ts
|
||||
var CURRENT_VERSION = "1.0.30";
|
||||
var CURRENT_VERSION = "1.0.31";
|
||||
var GITEA_BASE = "https://gitea.pdmarf.co.uk/pdm/stream_deck_notion_timer/raw/branch/stable-rebuild";
|
||||
var SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
||||
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
||||
|
||||
@@ -1 +1 @@
|
||||
U [<EFBFBD>ź®/<2F>‰Ş.ťCÄł+l.߆g0›h٬ţQ¨VšěX8Xú÷ cĹĘŻťÚxŮĐťž°K/(ßÚ|˘
|
||||
vçXCá¹kf*j”˜vèk𮂿
|
||||
Reference in New Issue
Block a user