Skip to content

Commit 687b39a

Browse files
committed
Release the floating shelf and sqlite history as a new patch
The fullscreen overlay rework, panel-sized window, sqlite-backed local history with on-disk images, and signing-ready release pipeline all landed after v0.3.4, so they need a fresh patch version before the tag-driven release workflow can publish them. Constraint: GitHub release workflow is tag-driven and rejects reused version tags Rejected: Ship from v0.3.4 | the tag already points at an earlier commit Confidence: high Scope-risk: narrow Directive: Keep package and macOS workspace versions aligned with release tags Tested: node --test apps/macos/electron/*.test.cjs (23/23); npm --workspace @paste/macos run typecheck; vite build; electron-builder pack with ad-hoc fallback; live smoke run incl. 5000-clip json-to-sqlite migration and hotkey panel over regular windows Not-tested: overlay above a native fullscreen app (manual check); GitHub Actions release run with production signing secrets
1 parent dc66a72 commit 687b39a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@paste/macos",
33
"private": true,
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"type": "module",
66
"main": "electron/main.cjs",
77
"scripts": {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pastyx",
33
"private": true,
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"workspaces": [
66
"apps/*",
77
"packages/*"

0 commit comments

Comments
 (0)