Update Mindwtr to v1.2.8 - #324
Merged
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:
1.2.7→1.2.81.2.7→1.2.8Release Notes
dongdongbh/Mindwtr (ghcr.io/dongdongbh/mindwtr-app)
v1.2.8Compare Source
Mindwtr 1.2.8
Highlights
POST /v1/capture, that turns a posted transcription and optional audio recording into an Inbox task, so a Pebble Index watch, an Apple Shortcut, or any script can send straight to your own server. (#1148)Full change list (grouped by area)
Capture & Integrations
POST /v1/capture, turns a posted transcription and optional audio recording into an Inbox task with the recording attached. Send it as a form upload, as JSON, or as plain text, with your sync token as the bearer token. It matches the format the Pebble Index watch posts, so that watch can send to your own server, and so can any shortcut, script, or automation that can make a web request. (#1148)mindwtr_add_task,mindwtr_update_task,mindwtr_add_projectandmindwtr_update_projectaccept link attachments (kind: "link", a title and a uri such as obsidian://, file:// or https://). On update the list is the complete set of links: links left out are removed, file attachments are never touched. (#1154)\\host\share,//host/shareorfile://host/..., in any spelling), because opening such a link on Windows makes the desktop contact that host before any check runs.https://,obsidian://,file:///and plain local paths keep working.mindwtr_update_taskandmindwtr_update_projectre-read the stored attachments inside the retried write, so a link removed by the app or by another agent while the update was being retried stays removed instead of coming back.startDate. (#1111)Tasks & Projects
g Tin the Vim preset andAlt+Shift+Tin the Emacs preset, so a Trash hidden through Settings → Sidebar views stays reachable, and the setting's description says hidden views stay reachable through their go-to chord. (#1115)Timeline & Calendar
Sync
data.jsonbut notattachments/) refused the folder with "Candidate attachment proof failed" on every retry. When the device holds no copy of the file, the switch now completes and the file arrives on a later sync once the folder delivers it. A device that does hold the file is still refused. (from in-app feedback)iCloud (iOS and macOS)
Android
Windows
Desktop performance
Translations
Packaging & Diagnostics
mindwtris now community maintained and is no longer published by the Mindwtr release pipeline. Mindwtr publishesmindwtr-bin(stable) andmindwtr-beta-bin(release candidates).mindwtr-mcpis published as 1.1.8 with the link attachment tools above.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate CLI.