Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .fork/notes/RELEASE-NOTES-PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@
Lines to fold into the next fork release's notes, then delete from here.
Each entry names the sync or PR that created the obligation.

- **v0.0.30 sync (PR #33):** Prompt stashes saved before this release are
cleared on first launch. Upstream moved the stash store to a new
storage key and deliberately deletes the old one at startup without
migrating (localStorage quota rationale, `promptStashStore.ts`); the
sync keeps that behavior. Users with stashed prompts they care about
should send or copy them before upgrading.
(none pending)
10 changes: 10 additions & 0 deletions .github/workflows/fork-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ jobs:
release-publish/*.blockmap
release-publish/*.yml
fail_on_unmatched_files: true
# The upgrade warnings below are durable: they ride every release
# body because the hazards they describe fire on any version jump,
# not just the release that introduced them. Drop the prompt-stash
# stanza only when installs at v0.1.5 or earlier no longer matter.
body: |
Unsigned macOS arm64 build of this fork, built from `${{ github.sha }}`.

Expand All @@ -185,6 +189,12 @@ jobs:
database and left an orphaned `~/.t3/userdata-fork` directory you
can also delete. Details: `.fork/notes/FORK-DATA-ISOLATION-HANDOFF.md`.

If you are upgrading from v0.1.5 or earlier: prompt stashes saved
by those versions are deleted on first launch. v0.1.6 moved the
stash to a new storage key and unconditionally purges the old one,
so copy anything you need out of the prompt stash before upgrading.
Details: the [v0.1.6 release notes](https://github.com/NoahHendrickson/t3code/releases/tag/v0.1.6).

Cloud features (T3 Connect remote access and sign-in) are not
configured in fork builds and will be unavailable. Everything local
works normally.
Expand Down
Loading