Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vijaythecoder/clueless
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: vijaythecoder/clueless
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 5, 2025

  1. fix: update release workflow to use non-deprecated GitHub Actions

    - Update actions/upload-artifact from v3 to v4
    - Update actions/download-artifact from v3 to v4
    - Update actions/cache from v3 to v4
    - Replace deprecated create-release and upload-release-asset with gh CLI
    - Fix automatic release asset uploads for v1.0.0
    vijaythecoder committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    3d6dee0 View commit details
    Browse the repository at this point in the history
  2. fix: update release workflow for PHP 8.3 and npm workaround

    - Update PHP version from 8.2 to 8.3 to match NativePHP requirements
    - Remove npm cache since we delete package-lock.json
    - Apply npm optional dependencies workaround in build process
    vijaythecoder committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    1eb21aa View commit details
    Browse the repository at this point in the history
  3. fix: correct native:build command syntax for architecture

    - Remove incorrect --x64/--arm64 flags
    - Use architecture as positional argument in native:build command
    vijaythecoder committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    52336d9 View commit details
    Browse the repository at this point in the history
  4. feat: add certificate export script and workflow permissions

    - Add write permissions to release workflow for uploading assets
    - Create export-certificate.sh helper script for certificate preparation
    - Document NativePHP build variables in .env.example
    - Prepare for automated code signing in GitHub Actions
    vijaythecoder committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    8e53816 View commit details
    Browse the repository at this point in the history
  5. docs: update release notes to indicate code signing

    - Add note about Apple Developer ID signing
    - Trigger rebuild with proper code signing certificates
    vijaythecoder committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    0086330 View commit details
    Browse the repository at this point in the history
  6. chore: remove markdown exclusion from release workflow

    - Allow workflow to run on documentation changes
    - Enable rebuild for signed release assets
    vijaythecoder committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    060ece4 View commit details
    Browse the repository at this point in the history
  7. feat: add certificate verification and re-export scripts

    - Add verify-certificate.sh to test certificate password
    - Add export-certificate-simple.sh for manual export method
    - Help troubleshoot certificate password issues
    vijaythecoder committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    3575fcc View commit details
    Browse the repository at this point in the history
Loading