-
-
Notifications
You must be signed in to change notification settings - Fork 194
Comparing changes
Open a pull request
base repository: NativePHP/laravel
base: 1.0.0
head repository: NativePHP/laravel
compare: 1.1.0
- 16 commits
- 28 files changed
- 9 contributors
Commits on Apr 7, 2025
-
Configuration menu 8000- View commit details
-
Copy full SHA for e4b8e0a - Browse repository at this point
Copy the full SHA e4b8e0aView commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 31e630b - Browse repository at this point
Copy the full SHA 31e630bView commit details
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 540e9a4 - Browse repository at this point
Copy the full SHA 540e9a4View commit details
Commits on Apr 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for ff9adc8 - Browse repository at this point
Copy the full SHA ff9adc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d5974 - Browse repository at this point
Copy the full SHA e3d5974View commit details
Commits on Apr 29, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5af2e3e - Browse repository at this point
Copy the full SHA 5af2e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 949c1ac - Browse repository at this point
Copy the full SHA 949c1acView commit details
Commits on May 8, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for a19e54f - Browse repository at this point
Copy the full SHA a19e54fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7552867 - Browse repository at this point
Copy the full SHA 7552867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11cb34f - Browse repository at this point
Copy the full SHA 11cb34fView commit details
Commits on May 12, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 9d1fc92 - Browse repository at this point
Copy the full SHA 9d1fc92View commit details
Commits on May 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9175e46 - Browse repository at this point
Copy the full SHA 9175e46View commit details
Commits on May 17, 2025
-
feat/queue-sleep-option-config-type-hint-update | update sleep type h…
…int to allow float values (#583)
Configuration menu - View commit details
-
Copy full SHA for 584033d - Browse repository at this point
Copy the full SHA 584033dView commit details
Commits on May 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2aa5e4f - Browse repository at this point
Copy the full SHA 2aa5e4fView commit details
Commits on May 22, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3b79aa9 - Browse repository at this point
Copy the full SHA 3b79aa9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6fe208c - Browse repository at this point
Copy the full SHA 6fe208cView 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 1.0.0...1.1.0