8000 Comparing 1.0.0...1.1.0 · NativePHP/laravel · GitHub
[go: up one dir, main page]

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/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: NativePHP/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 16 commits
  • 28 files changed
  • 9 contributors

Commits on Apr 7, 2025

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

Commits on Apr 9, 2025

  1. Update README.md

    simonhamp authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    31e630b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

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

Commits on Apr 28, 2025

  1. Add 'description' and 'website' fields to nativephp config (#571)

    * Add 'description' and 'website' fields to nativephp config
    
    These new fields allow developers to define a description and website for their application via environment variables. This enhances configurability and provides more application metadata.
    
    * Added Defaults - config/nativephp.php
    
    Co-authored-by: Peter Bishop <9081809+PeteBishwhip@users.noreply.github.com>
    
    * Added Defaults - config/nativephp.php
    
    Co-authored-by: Peter Bishop <9081809+PeteBishwhip@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Peter Bishop <9081809+PeteBishwhip@users.noreply.github.com>
    WINBIGFOX and PeteBishwhip authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    ff9adc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d5974 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Add "showOnAllWorkspaces" option to MenuBar (#568)

    Introduce a new `showOnAllWorkspaces` property and its corresponding method to configure this behavior. Update the `toArray` method to include this property and adjust tests to validate its functionality.
    WINBIGFOX authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    5af2e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949c1ac View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Add AutoUpdater feature with events and facade support (#570)

    * Add AutoUpdater feature with events and facade support
    
    Introduces the `AutoUpdater` class to manage update processes via the client. Adds events such as `UpdateAvailable`, `UpdateDownloaded`, and others for broadcasting update states. A facade is also provided for convenient usage.
    
    * Add DownloadProgress event for real-time update broadcasting
    
    This event handles broadcasting download progress updates through a 'nativephp' channel. It includes details such as total size, delta, transferred bytes, percentage completed, and speed.
    
    * fix: update property types in DownloadProgress constructor
    
    Adjusted the types of total, delta, and bytesPerSecond from float to int to ensure type consistency and accuracy. This change prevents potential precision issues and aligns with expected data formats.
    WINBIGFOX authored May 8, 2025
    Configuration menu
    Copy the full SHA
    a19e54f View commit details
    Browse the repository at this point in the history
  2. Include sleep option in queue config (#564)

    * feat/add-sleep-option-to-queue-config | expose sleep option to QueueConfig
    
    * feat/add-sleep-option-to-queue-config | include default sleep option in nativephp config file
    chr15k authored May 8, 2025
    Configuration menu
    Copy the full SHA
    7552867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11cb34f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Automatically apply PreventBrowserAccess middleware (#551)

    * skip when running tests
    
    * skip when not in Electron context
    
    * automatically apply middleware to 'web' group
    
    * apply middleware to all routes
    gwleuverink authored May 12, 2025
    Configuration menu
    Copy the full SHA
    9d1fc92 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

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

Commits on May 17, 2025

  1. feat/queue-sleep-option-config-type-hint-update | update sleep type h…

    …int to allow float values (#583)
    chr15k authored May 17, 2025
    Configuration menu
    Copy the full SHA
    584033d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

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

Commits on May 22, 2025

  1. Add support for detailed auto-updater event handling (#590)

    Expanded event constructors to include more detailed update metadata such as version, files, release information, and system requirements. Added a `downloadUpdate` method to the AutoUpdater facade. These updates enhance event broadcasting and improve client interaction with the auto-updater.
    WINBIGFOX authored May 22, 2025
    Configuration menu
    Copy the full SHA
    3b79aa9 View commit details
    6F98
    Browse the repository at this point in the history
  2. chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (#585)

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v2.3.0...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-version: 2.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2025
    Configuration menu
    Copy the full SHA
    6fe208c View commit details
    Browse the repository at this point in the history
Loading
0