Releases: fgilio/rfa
Releases · fgilio/rfa
0.3.2
0.3.1
Fix updater: strip HTML from release notes, check published releases - Strip HTML tags from electron-updater release notes so the banner shows plain text instead of raw <p> tags - Change releaseType default from 'draft' to 'release' so the updater finds published releases Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0.3.0
Add find-in-page search bar (Cmd/Ctrl+F) (#19) Uses Chromium's window.find() API since NativePHP doesn't expose Electron's webContents.findInPage(). Alpine.js component in the app layout with next/previous/close controls. https://claude.ai/code/session_01CYU5RJnTKZdAcCwYCDAvbn Co-authored-by: Claude <noreply@anthropic.com>
0.2.0
Merge pull request #18 from fgilio/claude/review-nativephp-updates-ksira Add auto-update banner UI with download progress tracking
0.1.3
Add /release skill for automated release flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0.1.2
Add "Check for Updates" menu item with update notifications Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0.1.1
Rewrite README for NativePHP desktop app, delete BACKLOG Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0.1.0
Fix electron-builder publish: add repository to package.json electron-builder needs a `repository` field in the electron package.json to detect where to publish. NativePHP's PatchesPackagesJson trait doesn't set it, so we patch it in the workflow before building. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>