Releases: NativePHP/laravel
Releases Β· NativePHP/laravel
0.5.0
What's Changed
- Add Laravel 11 support by @meliani in #262
- Add printToPDF function by @basst85 in #104
- Add method to update an existing context-menu of the menu bar by @bbredewold in #108
- Add required config for using GitHub as an updater provider by @danjohnson95 in #189
- Add ability to exclude files and entire folders from built application by @nexxai in #165
- Add ability to use string events by @LukeTowers in #67
- Fix 'native:db:seed' command not working by @me-shaon in #199
- Fix an issue that prevented setting the position on open windows by @curtisblackwell in #215
- Fix PHP Fatal Error deleteDirectoryRecursive function in MinifyApplicationCommand by @LunashaGit in #249
- Bump actions/checkout from 3 to 4 by @dependabot in #208
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #217
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #240
New Contributors
- @me-shaon made their first contribution in #199
- @bbredewold made their first contribution in #108
- @danjohnson95 made their first contribution in #189
- @curtisblackwell made their first contribution in #215
- @nexxai made their first contribution in #165
- @LunashaGit made their first contribution in #249
- @LukeTowers made their first contribution in #67
- @meliani made their first contribution in #262
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Added the ability to remove custom .env keys when bundling the application
- Allow custom php.ini settings by @mpociot in #98
- Add method to configure disks by @mpociot in #99
- Printer support by @mpociot in #103
- Adds 'php artisan native:migrate fresh' command by @shanerbaner82 in #81
- Add Tests For
Windows
by @milwad-dev in #100 - import VerifyCsrfToken and refactor by @JaberWiki in #110
- Modified return type of clipboard image method by @blankRSD in #111
- add windowPosition by @DanielHudson in #112
- Implement MenuBarDroppedFiles event by @arondeparon in #113
New Contributors
- @mpociot made their first contribution in #98
- @shanerbaner82 made their first contribution in #81
- @JaberWiki made their first contribution in #110
- @blankRSD made their first contribution in #111
- @DanielHudson made their first contribution in #112
- @arondeparon made their first contribution in #113
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Add native:db:seed command by @phuclh in #82
- Option to show/hide menu on Windows / Linux by @ShaneShipston in #84
- Add tests for
MenuBar
by @milwad-dev in #31
New Contributors
- @phuclh made their first contribution in #82
- @ShaneShipston made their first contribution in #84
Full Changelog: 0.2.0...0.3.0
0.2.0
What's changed
- Added the new
Shell
Facade that allows you to open files in the explorer/finder, open urls in the default app, trash files, etc.
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Add the ability to create context-menu-only menubar apps
- Storage path and database path now only get overwritten when the app is running in production mode, making debugging easier
- fix: README badges by @bensherred in #11
- Add test for
CreateSecurityCookieController
by @milwad-dev in #12 - Use
abort_if
by @milwad-dev in #13 - Update ProgressBar.php by @ddobren in #33
- Add facade methods by @milwad-dev in #30
- Create CONTRIBUTING.md by @ddobren in #32
- Create Native\Laravel\Facades\Notification by @Mombuyish in #25
- Add node version to bug issue template by @olssonm in #54
- update README.md add section documentation by @artmxra7 in #51
- Update NativeAppServiceProvider.php.stub to use correct namespace by @semiherdogan in #55
- update README.md by @artmxra7 in #60
- Support for fullscreen, kiosk-mode and maximize by @basst85 in #68
New Contributors
- @bensherred made their first contribution in #11
- @milwad-dev made their first contribution in #12
- @ddobren made their first contribution in #33
- @Mombuyish made their first contribution in #25
- @olssonm made their first contribution in #54
- @artmxra7 made their first contribution in #51
- @semiherdogan made their first contribution in #55
- @basst85 made their first contribution in #68
Full Changelog: 0.1.0...0.1.1