-
Notifications
You must be signed in to change notification settings - Fork 66
Comparing changes
Open a pull request
base repository: vijaythecoder/clueless
base: v1.0.0
head repository: vijaythecoder/clueless
compare: main
- 7 commits
- 6 files changed
- 1 contributor
Commits on Aug 5, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 3d6dee0 - Browse repository at this point
Copy the full SHA 3d6dee0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1eb21aa - Browse repository at this point
Copy the full SHA 1eb21aaView commit details -
fix: correct native:build command syntax for architecture
- Remove incorrect --x64/--arm64 flags - Use architecture as positional argument in native:build command
Configuration menu - View commit details
-
Copy full SHA for 52336d9 - Browse repository at this point
Copy the full SHA 52336d9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8e53816 - Browse repository at this point
Copy the full SHA 8e53816View commit details -
docs: update release notes to indicate code signing
- Add note about Apple Developer ID signing - Trigger rebuild with proper code signing certificates
Configuration menu - View commit details
-
Copy full SHA for 0086330 - Browse repository at this point
Copy the full SHA 0086330View commit details -
chore: remove markdown exclusion from release workflow
- Allow workflow to run on documentation changes - Enable rebuild for signed release assets
Configuration menu - View commit details
-
Copy full SHA for 060ece4 - Browse repository at this point
Copy the full SHA 060ece4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3575fcc - Browse repository at this point
Copy the full SHA 3575fccView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...main