chore(deps): update dependency zennotes/zennotes to v2.34.0 - #569
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.33.0→2.34.0Release Notes
ZenNotes/zennotes (ZenNotes/zennotes)
v2.34.0: ZenNotes 2.34.0: folder sessions behaveCompare Source
ZenNotes 2.34.0: folder sessions behave
🐛 Fixes
zn openopens one window, not two. (#649, reported by @rrpolanco) On macOS, ZenNotes keeps running after its last window closes. Handing it a folder from the terminal in that state opened the folder and resurrected the last vault's window, because the running instance always raised its main window after queuing the paths it had been given. Forwarded paths now open or focus their own windows, and a default window is only created when nothing could be opened and no workspace window is left. How to test locally: open ZenNotes on a vault, close every window (⌘W), then runzn open .in any folder; exactly one window appears, showing that folder.Move to Trash works in a temporary folder session. (#650, reported by @rrpolanco) A folder opened with
zn open .(or dropped on the app) is a temporary session that deliberately never writes atrash/folder into someone's project directory. The refusal was silent, though: right-click → Move to Trash left the note in place and the reason only reached the developer console. The note now goes to the operating system's Trash instead (recoverable from there, nothing new written into the folder), with a toast that says where it went. Every Move to Trash surface also reports a refusal as an error toast from now on, instead of a console line. How to test locally:zn open .in a scratch folder, create a quick note with the+next to Quick Notes, right-click it in the sidebar, Move to Trash, confirm; the note disappears, the toast reads "Moved to the system Trash", andlsshows notrash/folder.🧰 For contributors
CloudSyncHostService.deleteLinkedVault(shared-domain) is the portable twin of the desktop delete, so the mobile shells can honor the Delete Cloud vault button that 2.33.0 put in the shared settings UI.second-instancenow waits for the file-open flush it triggered (settleFileOpens) before deciding whetherensureMainWindowis needed;handleStartupMarkdownArgsreturns the number of queued paths.hasWorkspaceWindow()is shared with theactivatehandler.trashNoteToSystem(root, rel)invault.tswrapsshell.trashItemand invalidates the meta and search caches; the IPC handler routes ephemeral roots through it.lib/trash-note.ts(moveNoteToTrash) is the single renderer entry point for Move to Trash;humanIpcErrormoved tolib/ipc-error.tsso the helper stays free of the store.Local-first and keyboard-first, as always.
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.