Release 1.1.26: the shared 2.55.0 core, and no key hints on the phone - #84
Merged
Merged
Conversation
The shared core moves from 2.54.1 to 2.55.0 (`core-2.55.0-core.h0743bd3af2a4204a`, built from ZenNotes/zennotes `00db7036`, the desktop 2.55.0 release commit, with a clean tree). On the phone the visible changes are the ones that never made sense without a keyboard: the New note form no longer shows its key hints (ZenNotes/zennotes#842, the hook this shell's CSS from #83 needed), and with Vim mode off nothing on screen names a Vim key any more (no pane ring or `m` chip in the sidebar, no j/k strips in the connections and comments panels, no letters in tooltips). The rest of 2.55.0 comes along: a new note takes the name you give it where a leftover creation date used to block the rename, workflow runs carry a note's comments and creation date with it and undo puts them back, a symlinked note keeps pointing at its file when moved, the "Notes in folder" step can name the vault root, and the move prompt speaks the sidebar's language. Workflow event triggers do not fire on the phone. Adopted with `npm run core:adopt -- core-2.55.0-core.h0743bd3af2a4204a --source 00db7036e411e55daca74e2c8c2318d64bff158c`: every archive's SHA-256 and SHA-512 checked against its provenance, all three recording that source commit; the boundary check passed without an override.
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 1.1.26 (versionCode 29): the shared ZenNotes core moves from 2.54.1 to 2.55.0 (
core-2.55.0-core.h0743bd3af2a4204a, built from desktop release commit00db7036), adopted withnpm run core:adoptand verified against its provenance.On the phone: the New note form no longer shows keyboard hints (ZenNotes/zennotes#842, the core hook that the CSS from #83 needed), and with Vim mode off nothing on screen names a Vim key any more. Also from the core: a new note takes the name you give it where a leftover creation date used to block the rename (#839), workflow runs carry a note's comments and creation date and undo puts them back, a symlinked note keeps pointing at its file when moved, the "Notes in folder" step can name the vault root (#840), and the move prompt speaks the sidebar's language (#844). Workflow event triggers (#843) do not fire on the phone.
Two commits: the adoption and the version bump. No native code changes. The signed bundle is built from the bump commit for Play; the Play-signed universal APK goes on the GitHub release after Play processes it.