chore: bump 1.1.13 (vc 15) - #43
Merged
Merged
Conversation
Shell-only release: the app core stays pinned to upstream 43994ff (app-core 2.38.0), unchanged from 1.1.12. Ships the attach-file fixes on top of 1.1.12: attachments land in assets/ with a vault-relative link (PR #41), self-hosted uploads use the native form-data path instead of an ignored base64 transfer encoding (closes #40), an unreadable content:// attachment answers 404 instead of killing the process (PR #34), and the attach input is off-screen for iOS-shell parity (PR #33). Claude-Session: https://claude.ai/code/session_01K8DDCypFYHRUhWWFJRu6f9
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.
Release bump for 1.1.13 / versionCode 15. Shell-only — the app core stays pinned to upstream
43994ff(app-core 2.38.0), unchanged from 1.1.12.What ships
1.1.12 added the attach-file paperclip. This release fixes it.
assets/with a vault-relative link instead of the vault root with a../-built path, and self-hosted uploads use Capacitor'sdataType: 'formData'instead of anContent-Transfer-Encoding: base64header that RFC 7578 dropped and Go ignores (closes New "add image to note" feature in Android, not working for me. #40 — uploads arrived ~4/3 size and unreadable). Imported filenames are sanitized.MainActivitywrapsWebViewLocalServer.shouldInterceptRequest; a document provider'sRuntimeExceptionon acontent://attachment now answers 404 instead of terminating the process. This was the sole crash cluster in 1.1.11 vitals.display:none, matching the iOS shell.^0.16.Release verification
npm run typecheckclean against the stampnpm test— 28/28npm run build+npx cap sync androidclean,.zennotes-commituntouched./gradlew bundleReleasesuccessful; merged manifest confirms versionCode 15 / versionName 1.1.13jar verified), sha2563f433372d692e6377f6cfaf2af6e670f28182966af49a7f527ead8528627cc8cMatching ports: ZenNotes/zennotesios#15, ZenNotes/zennotes#699.
After Play approval: tag
v1.1.13on the merge commit and attach the Play-signed universal APK (App bundle explorer → version 15) per #5.https://claude.ai/code/session_01K8DDCypFYHRUhWWFJRu6f9