Skip to content

Tags: fgilio/rfa

Tags

v0.6.4

Toggle v0.6.4's commit message
Trim release workflow and add macOS build caches

Drop the duplicated lint/types/test gate; the "Protect release tags"
ruleset enforces the same checks server-side on tag push, so the
in-workflow duplicate only delayed the macOS build by ~1 minute.

Add caches that survive between releases:
- Composer download cache (keyed on composer.lock)
- npm cache via setup-node on nativephp/desktop's electron lockfile
- ~/Library/Caches/electron + ~/Library/Caches/electron-builder
- ELECTRON_CACHE / ELECTRON_BUILDER_CACHE env pointing at those

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.6.3

Toggle v0.6.3's commit message
Remember last opened project on restart

Cache the project slug on review page mount so the app resumes
on the same project after quit/reopen (useful for auto-updates).

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.6.2

Toggle v0.6.2's commit message
Use macos-15 runner for release builds

xlarge runners aren't available for personal repos without explicit
enablement. Fall back to macos-15 (4-core M2, up from 3-core M1).

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.6.1

Toggle v0.6.1's commit message
Replace rfa breadcrumb with back chevron + bold project name in revie…

…w header

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.6.0

Toggle v0.6.0's commit message
Fix $cleanup Alpine magic not available in Livewire's bundled Alpine

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.5.0

Toggle v0.5.0's commit message
Fix release build: replace npm ci with npm install for NativePHP L13 …

…branch

The dev-l13-compatibility branch of nativephp/desktop patches
package.json (name, version) before running npm ci, which causes a
lockfile mismatch and silently skips dependency installation.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
Update release skill with semver guidance

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.3.6

Toggle v0.3.6's commit message
Add dismiss button to "You're up to date" banner

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.3.5

Toggle v0.3.5's commit message
Fix update banner persisting after successful update

When the cached "ready" version matches the running version, the update
was already applied. Clear the stale cache instead of showing the banner.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.3.4

Toggle v0.3.4's commit message
Fix app version: inject tag version into bundled .env

The dashboard showed "v1.0.0" because NATIVEPHP_APP_VERSION was only
a process env var during build, never written to the .env file that
NativePHP bundles into the app.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>