Thanks to visit codestin.com
Credit goes to github.com

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: NativePHP/electron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: NativePHP/electron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 6 contributors

Commits on Jul 9, 2025

  1. Support custom settings (#229)

    * Support custom settings
    
    * Build plugin
    simonhamp authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    80b499f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Configuration menu
    Copy the full SHA
    ef114f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. feat: add Azure code signing configuration (#235)

    * feat: add Azure code signing configuration
    
    Add support for Azure code signing in Electron builder configuration.
    Includes environment variables for publisher name, endpoint,
    certificate profile name, and code signing account name.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    * feat: add Azure Trusted Signing environment variables
    
    Add support for Azure Trusted Signing by including necessary environment
    variables in the build process. This enables code signing for Windows
    applications using Azure's Trusted Signing service.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    faustbrian and claude authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    5a850c0 View commit details
    Browse the repository at this point in the history
  2. Update funding.yml

    simonhamp authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    effb9a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    e07e23b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    f924edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0375d39 View commit details
    Browse the repository at this point in the history
  3. remove workingDirectory from Windows deep-link handler (#241)

    * remove workingDirectory
    
    * Build plugin
    
    ---------
    
    Co-authored-by: gwleuverink <[email protected]>
    gwleuverink and gwleuverink authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    8f16862 View commit details
    Browse the repository at this point in the history
  4. Add skipTaskbar and hiddenInMissionControl properties to window A…

    …PI (#240)
    
    Enhanced the window API by including support for the `skipTaskbar` and `hiddenInMissionControl` properties, enabling more control over window visibility and behavior.
    WINBIGFOX authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    c093f8a View commit details
    Browse the repository at this point in the history
Loading