Skip to content

Releases: fgilio/rfa

0.3.2

26 Mar 17:46

Choose a tag to compare

Add code signing and notarization to release workflow

Passes CSC_LINK, CSC_KEY_PASSWORD, and Apple notarization
credentials to the build step so the app is signed and
notarized, enabling auto-updates on macOS.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

0.3.1

26 Mar 17:15

Choose a tag to compare

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

26 Mar 17:06
4f9a9bd

Choose a tag to compare

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

26 Mar 10:58
5bfa4c6

Choose a tag to compare

Merge pull request #18 from fgilio/claude/review-nativephp-updates-ksira

Add auto-update banner UI with download progress tracking

0.1.3

24 Mar 11:42

Choose a tag to compare

Add /release skill for automated release flow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

0.1.2

24 Mar 00:31

Choose a tag to compare

Add "Check for Updates" menu item with update notifications

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

0.1.1

23 Mar 19:11

Choose a tag to compare

Rewrite README for NativePHP desktop app, delete BACKLOG

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

0.1.0

23 Mar 18:21

Choose a tag to compare

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>