chore(release): v0.0.1-alpha.13 - #184
Merged
Merged
Conversation
Bumps all FOUR places the version lives, which is one more than the last release managed. `src-tauri/Cargo.toml` was still on alpha.11: the alpha.12 commit touched package.json, tauri.conf.json and Cargo.lock and left the crate behind, so the Rust side has reported the wrong version for a month. Corrected here rather than carried further. Also moves the `agent-harness` pin from 0.5.2 to 0.5.3. That release was documentation only — no code changed — so this is tidiness, not a fix: the pin was one patch stale and the lockfile now agrees with the index. cli-stream follows to 0.4.3 through it. Verified before tagging: cargo check --all-targets, 244 Rust tests, 548 frontend tests, typecheck, and a production build.
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.
Version bump for the first release since 19 July. Thirteen commits have been sitting on
main.The bump touches four files, not three
src-tauri/Cargo.tomlwas still on alpha.11. The alpha.12 release commit changedpackage.json,tauri.conf.jsonandCargo.lockand left the crate behind, so the Rust side has reported the wrong version for a month. Fixed here rather than carried into a third release.package.jsonsrc-tauri/tauri.conf.jsonsrc-tauri/Cargo.tomlCargo.lockAlso moves the
agent-harnesspin0.5.2 → 0.5.3(andcli-streamto0.4.3through it). That release was documentation only, no code changed, so this is tidiness rather than a fix — the pin was simply a patch stale.Verified before tagging
cargo check --all-targets· 244 Rust tests · 548 frontend tests · typecheck · production build. All green.Draft release notes
For the GitHub release body once the notarized build is up:
Local-first AI Markdown editor for macOS. Signed + notarized (Developer ID); Apple Silicon and Intel builds. Existing installs auto-update.
New since alpha.12
Resourcesfolder went from 151 MB to 88 KB.bobagent is gone; if you had it selected, Compose now drops the stale entry instead of wedging on an agent that no longer exists.arr[0]was rendering asarr0,see [3]assee 3, and pasted LaTeX lost every optional argument —\begin{tikzpicture}[scale=0.42]drew as\begin{tikzpicture}scale=0.42. The file was always intact; only the display lied. A[…]now keeps its brackets unless it really resolves to a link, matching what export has always produced.==highlight==and footnote markers all showed as raw source inside a table —$440 = 2 \times \frac{22}{7} \times r$stayed literal one line below the same expression typeset properly. All four now render in cells.Also
The editor is now a public package —
@latentic/live-markdown— with its own repository, three-platform CI, and tokenless publishing.Install
brew install --cask getlatentic/tap/compose.dmgbelow —_aarch64for Apple Silicon,_universalfor Intel (or any Mac).After this merges
src-tauri/scripts/build-release.sh— signed + notarized, needssrc-tauri/.env.release(yours to run).dmg,.app.tar.gz,.sig,latest.json.dmgon a machine that never built it — the last unchecked P0 in RELEASE.md, and it matters most in this release, because it is the first with no bundled runtime and therefore the first where Gatekeeper sees something different.