Release Notes
Heads up! NativePHP is still in Beta.
Be part of the progress! Feedback from awesome users like you gets us closer to perfection.
On this page
#NativePHP/electron
#1.0.0-beta.8
Released: March 28, 2025
What's Changed
- Manual Plugin Build by @PeteBishwhip in #187
Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.7...1.0.0-beta.8
#1.0.0-beta.7
Released: March 27, 2025
What's Changed
- Add alert API routes and corresponding tests by @WINBIGFOX in #184
- Skip chmod on Windows to avoid unnecessary permission changes by @urufudev in #186
- add 'all' option to
publish
command by @gwleuverink in #185
New Contributors
Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.6...1.0.0-beta.7
#1.0.0-beta.6
Released: March 19, 2025
What's Changed
- Add route to quit the application by @WINBIGFOX in #181
- Add routes for managing app open-at-login settings by @WINBIGFOX in #182
- Feat: bundle builds by @SRWieZ in #179
- Preserve permissions by @XbNz in #183
New Contributors
- @WINBIGFOX made their first contribution in #181
Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.5...1.0.0-beta.6
#1.0.0-beta.5
Released: March 11, 2025
What's Changed
- Update composer.json by @simonhamp in #180
Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.4...1.0.0-beta.5
#1.0.0-beta.4
Released: March 4, 2025
What's Changed
- Skip errors when copying files during build by @gwleuverink in #176
- Copy latest certificate on before build by @gwleuverink in #177
- Basic Build Command cleanup by @PeteBishwhip in #178
Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.3...1.0.0-beta.4
#1.0.0-beta.3
Released: February 28, 2025
What's Changed
- Ensure php-bin is removed from built app by @PeteBishwhip in #175
Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.2...1.0.0-beta.3
#1.0.0-beta.2
Released: February 25, 2025
What's Changed
- Support Laravel 12.x & PHP 8.4 by @SRWieZ in #166
- Expand notification api with reference and more events by @andreascreten in #168
- Pre & Post Build Command Support by @PeteBishwhip in #167
- Ensure 1.0.0-beta.1 or higher is required in v1 for laravel package by @PeteBishwhip in #159
- Add endpoint to resize MenuBar window by @dnkmdg in #163
- Update logic to ensure TTY mode is appropriately disabled by @PeteBishwhip in #162
- fix: notification click event handling by @SRWieZ in #170
- fix: update nativephp/laravel version constraint by @SRWieZ in #169
- enhancement / address build command papercuts by @gwleuverink in #153
- feat: test pull request against plugin building by @SRWieZ in #172
- fix: linting workflow by @SRWieZ in #173
- fix: deepLinkProtocol by @SRWieZ in #171
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #160
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #161
New Contributors
- @PeteBishwhip made their first contribution in #159
- @dnkmdg made their first contribution in #163
- @andreascreten made their first contribution in #168
Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.1...1.0.0-beta.2
#1.0.0-beta.1
Released: January 21, 2025
What's Changed
- Remove queue worker initialization by @XbNz in #149
- close print window before freeing mem by @labomatik in #146
- fix: all test suites by @SRWieZ in #148
- Fix menubar not ready by @SRWieZ in #150
- Add support for window.show() by @curtisblackwell in #151
- chore: cleaning + major versions upgrade by @SRWieZ in #147
- fix: menubar tray state by @SRWieZ in #156
- Add Windows support and deep linking configuration by @JulianaChiabai in #158
- fix: kill tree php server by @SRWieZ in #157
New Contributors
- @XbNz made their first contribution in #149
- @labomatik made their first contribution in #146
- @curtisblackwell made their first contribution in #151
- @JulianaChiabai made their first contribution in #158
Full Changelog: https://github.com/NativePHP/electron/compare/0.9.0...1.0.0-beta.1
#0.9.0
Released: December 19, 2024
What's Changed
- Fix script identity by @simonhamp in #136
- feat: add clear endpoint to settings by @SRWieZ in #141
- Dock goodies by @simonhamp in #138
- MenuBars continued by @simonhamp in #137
- Menu improvements by @simonhamp in #139
- Feature/context menu helper by @gwleuverink in #140
- Cleanup by @simonhamp in #142
- latest.yml overwritten when building multiple architectures by @gwleuverink in #145
- Fixes and improvements to powerMonitor by @SRWieZ in #143
Full Changelog: https://github.com/NativePHP/electron/compare/0.8.7...0.9.0
#0.8.7
Released: November 17, 2024
What's Changed
- Fix/forward native env variables to Child Processes by @gwleuverink in #129
- Fix some MenuBar quirks by @simonhamp in #133
- Pass MenuBar clicked event parameters correctly by @simonhamp in #134
- Delete the
native:queue
command by @JustinLawrenceMS in #130
New Contributors
- @JustinLawrenceMS made their first contribution in #130
Full Changelog: https://github.com/NativePHP/electron/compare/0.8.6...0.8.7
#NativePHP/laravel
#1.0.0-beta.4
Released: March 27, 2025
What's Changed
- Fixed error "method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given" when using Livewire and AdminLTE. by @JA-Developer in #524
- feat: implement Alert class and facade for alert management by @WINBIGFOX in #523
- Environment Helper by @PeteBishwhip in #527
New Contributors
Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0-beta.3...1.0.0-beta.4
#1.0.0-beta.3
Released: March 19, 2025
What's Changed
- feat: add quit method to App class by @WINBIGFOX in #519
- feat: add openAtLogin method to manage app startup behavior by @WINBIGFOX in #520
- Implement Debug Command by @PeteBishwhip in #516
- Feat: bundle builds by @SRWieZ in #507
New Contributors
- @WINBIGFOX made their first contribution in #519
Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0-beta.2...1.0.0-beta.3
#1.0.0-beta.2
Released: February 25, 2025
What's Changed
- Support Laravel 12.x & PHP 8.4 by @SRWieZ in #494
- Add endpoint to resize MenuBar window by @dnkmdg in #490
- feat: add missing facades into composer.json by @SRWieZ in #495
- Notification improvements by @andreascreten in #498
- Update cleanup directory defaults by @gwleuverink in #467
- Implement default config for pre and post build commands by @PeteBishwhip in #496
- chore: delete outdated tests by @SRWieZ in #500
- fix: linting workflow by @SRWieZ in #499
- fix: deprecated error in tests by @SRWieZ in #501
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #481
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #489
New Contributors
- @dnkmdg made their first contribution in #490
- @andreascreten made their first contribution in #498
- @PeteBishwhip made their first contribution in #496
Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0-beta.1...1.0.0-beta.2
#1.0.0-beta.1
Released: January 21, 2025
What's Changed
- Child process queue workers by @XbNz in #450
- fix: static analysis by @SRWieZ in #452
- feat: default notification title by @SRWieZ in #451
- Fix menubar not ready by @SRWieZ in #453
- Add support for Window::show() by @curtisblackwell in #454
- Fix: Return type mismatch between screen facade and screen class methods. by @kondi3 in #463
- fix: Dock facade by @SRWieZ in #470
- fix: child process facade by @SRWieZ in #471
New Contributors
Full Changelog: https://github.com/NativePHP/laravel/compare/0.7.0...1.0.0-beta.1
#0.7.0
Released: December 19, 2024
What's Changed
- Fix Settings facade DocBloc by @SRWieZ in #419
- Fake test double for WindowManager::Class by @XbNz in #422
- Child process test double by @XbNz in #430
- fix: Notification facade docbloc by @SRWieZ in #428
- Improvements to window test doubles by @XbNz in #426
- fix: child process cmd: option except iterable array by @SRWieZ in #429
- feat: improve Settings by @SRWieZ in #432
- Dock goodies by @simonhamp in #421
- MenuBars continued by @simonhamp in #420
- Global shortcut test double by @XbNz in #436
- Menu improvements by @simonhamp in #423
- fix: database migration on first launch by @SRWieZ in #439
- Fixes and improvements to powerMonitor by @SRWieZ in #445
- feat: phpstan level 5 by @SRWieZ in #446
New Contributors
Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.4...0.7.0
#0.6.4
Released: November 17, 2024
What's Changed
- Fix some DB stuff by @simonhamp in #413
- Add dedicated PHP ChildProcess endpoint by @gwleuverink in #414
Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.3...0.6.4
#0.6.3
Released: November 14, 2024
What's Changed
- Fix native:migrate:fresh by @miagg in #408
- Fix accessing window properties by @simonhamp in #410
- MenuBar improvements by @simonhamp in #411
New Contributors
Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.2...0.6.3
#0.6.2
Released: November 13, 2024
What's Changed
- Enable WAL mode in SQLite by @simonhamp in #405
- Migrate the dev DB when created by @simonhamp in #406
Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.1...0.6.2
#0.6.1
Released: November 4, 2024
What's Changed
- Add a function to the window manager in order to list all open windows by @JCombee in #396
- Add exception handler by @simonhamp in #398
New Contributors
Full Changelog: https://github.com/NativePHP/laravel/compare/0.6.0...0.6.1
#0.6.0
Released: November 1, 2024
What's Changed
- Skip links as supporting library doesn't support that by @danielpetrica in #378
- Add
getCenterOfActiveScreen
in Screen class by @danielpetrica in #375 - Improved window management by @simonhamp in #391
- Child processes by @simonhamp and @gwleuverink in #389
New Contributors
- @danielpetrica made their first contribution in #378
Full Changelog: https://github.com/NativePHP/laravel/compare/0.5.7...0.6.0
#NativePHP/php-bin
#0.6.1
Released: March 19, 2025
What's Changed
- Pin to v2.4.4 with easy updates in future by @PeteBishwhip in #187
- Update PHP 8.4 build for win x64 by @github-actions in #189
- Update PHP 8.3 build for win x64 by @github-actions in #188
- Update PHP 8.4 build for mac x64 by @github-actions in #186
- Update PHP 8.1 build for mac x64 by @github-actions in #185
- Update PHP 8.4 build for mac arm64 by @github-actions in #184
- Update PHP 8.3 build for mac x64 by @github-actions in #183
- Update PHP 8.2 build for win x64 by @github-actions in #182
- Update PHP 8.2 build for mac x64 by @github-actions in #181
- Update PHP 8.1 build for win x64 by @github-actions in #180
- Update PHP 8.4 build for linux arm64 by @github-actions in #179
- Update PHP 8.2 build for linux x64 by @github-actions in #178
- Update PHP 8.4 build for linux x64 by @github-actions in #177
- Update PHP 8.3 build for linux x64 by @github-actions in #176
- Update PHP 8.1 build for linux x64 by @github-actions in #175
- Update PHP 8.3 build for linux arm64 by @github-actions in #174
- Update PHP 8.1 build for linux arm64 by @github-actions in #173
- Update PHP 8.2 build for linux arm64 by @github-actions in #172
- Update PHP 8.3 build for mac arm64 by @github-actions in #171
- Update PHP 8.1 build for mac arm64 by @github-actions in #170
- Update PHP 8.2 build for mac arm64 by @github-actions in #169
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.6.0...0.6.1
#0.6.0
Released: March 10, 2025
What's Changed
- revert windows patch by @SRWieZ in #150
- feat: linux arm64 by @SRWieZ in #152
- refactor: simplify build steps by @SRWieZ in #153
- bring back
windows-latest
in os matrix by @gwleuverink in #154 - fix: linux arm64 bin directory by @SRWieZ in #155
- ci: fix spc.exe not executing without the extension by @SRWieZ in #160
- Implement PHP library inclusion by @PeteBishwhip in #161
- Naming conventions across build targets by @gwleuverink in #151
- Update PHP 8.4 build for mac x64 by @github-actions in #168
- Update PHP 8.3 build for mac x64 by @github-actions in #166
- Update PHP 8.2 build for mac x64 by @github-actions in #167
- Update PHP 8.1 build for mac x64 by @github-actions in #165
- Update PHP 8.4 build for linux arm64 by @github-actions in #159
- Update PHP 8.3 build for linux arm64 by @github-actions in #158
- Update PHP 8.1 build for linux arm64 by @github-actions in #156
- Update PHP 8.2 build for linux arm64 by @github-actions in #157
- Update PHP 8.1 build for win x64 by @github-actions in #149
- Update PHP 8.4 build for mac arm64 by @github-actions in #148
- Update PHP 8.3 build for mac arm64 by @github-actions in #147
- Update PHP 8.4 build for win x64 by @github-actions in #142
- Update PHP 8.2 build for win x64 by @github-actions in #141
- Update PHP 8.3 build for win x64 by @github-actions in #140
- Update PHP 8.2 build for linux x64 by @github-actions in #139
- Update PHP 8.4 build for linux x64 by @github-actions in #138
- Update PHP 8.1 build for linux x64 by @github-actions in #137
- Update PHP 8.3 build for linux x64 by @github-actions in #136
- Update PHP 8.2 build for mac arm64 by @github-actions in #135
- Update PHP 8.1 build for mac arm64 by @github-actions in #134
New Contributors
- @gwleuverink made their first contribution in #154
- @PeteBishwhip made their first contribution in #161
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.6...0.6.0
#0.5.6
Released: December 29, 2024
What's Changed
- Fix PHP 8.4 builds on Windows by @SRWieZ in #131
- fix: builds by @SRWieZ in #133
- Update PHP 8.4 build for mac x86 by @github-actions in #129
- Update PHP 8.4 build for win x64 by @github-actions in #132
- Update PHP 8.4 build for mac arm64 by @github-actions in #128
- Update PHP 8.4 build for linux x64 by @github-actions in #127
- Update PHP 8.3 build for mac x86 by @github-actions in #126
- Update PHP 8.3 build for win x64 by @github-actions in #123
- Update PHP 8.3 build for linux x64 by @github-actions in #119
- Update PHP 8.3 build for mac arm64 by @github-actions in #115
- Update PHP 8.2 build for mac x86 by @github-actions in #125
- Update PHP 8.2 build for win x64 by @github-actions in #122
- Update PHP 8.2 build for linux x64 by @github-actions in #118
- Update PHP 8.2 build for mac arm64 by @github-actions in #116
- Update PHP 8.1 build for mac x86 by @github-actions in #124
- Update PHP 8.1 build for win x64 by @github-actions in #121
- Update PHP 8.1 build for linux x64 by @github-actions in #120
- Update PHP 8.1 build for mac arm64 by @github-actions in #117
New Contributors
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.5...0.5.6
#0.5.5
Released: November 17, 2024
What's Changed
- Update PHP 8.3 build for mac x86 by @github-actions in #114
- Update PHP 8.3 build for mac arm64 by @github-actions in #113
- Update PHP 8.1 build for mac x86 by @github-actions in #112
- Update PHP 8.2 build for mac x86 by @github-actions in #111
- Update PHP 8.2 build for win x64 by @github-actions in #110
- Update PHP 8.3 build for win x64 by @github-actions in #109
- Update PHP 8.1 build for win x64 by @github-actions in #108
- Update PHP 8.3 build for linux x64 by @github-actions in #107
- Update PHP 8.2 build for linux x64 by @github-actions in #106
- Update PHP 8.1 build for linux x64 by @github-actions in #105
- Update PHP 8.1 build for mac arm64 by @github-actions in #104
- Update PHP 8.2 build for mac arm64 by @github-actions in #103
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.4...0.5.5
#0.5.4
Released: September 29, 2024
What's Changed
- Update PHP 8.1 build for mac arm64 by @github-actions in #91
- Update PHP 8.2 build for mac arm64 by @github-actions in #92
- Update PHP 8.1 build for linux x64 by @github-actions in #93
- Update PHP 8.2 build for linux x64 by @github-actions in #94
- Update PHP 8.3 build for linux x64 by @github-actions in #95
- Update PHP 8.1 build for win x64 by @github-actions in #96
- Update PHP 8.3 build for win x64 by @github-actions in #97
- Update PHP 8.2 build for win x64 by @github-actions in #98
- Update PHP 8.3 build for mac x86 by @github-actions in #99
- Update PHP 8.3 build for mac arm64 by @github-actions in #100
- Update PHP 8.1 build for mac x86 by @github-actions in #101
- Update PHP 8.2 build for mac x86 by @github-actions in #102
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.3...0.5.4
#0.5.3
Released: September 15, 2024
What's Changed
- Update PHP 8.2 build for mac arm64 by @github-actions in #79
- Update PHP 8.1 build for mac x86 by @github-actions in #90
- Update PHP 8.3 build for mac x86 by @github-actions in #89
- Update PHP 8.2 build for mac x86 by @github-actions in #88
- Update PHP 8.3 build for mac arm64 by @github-actions in #87
- Update PHP 8.1 build for win x64 by @github-actions in #86
- Update PHP 8.2 build for win x64 by @github-actions in #85
- Update PHP 8.3 build for win x64 by @github-actions in #84
- Update PHP 8.2 build for linux x64 by @github-actions in #83
- Update PHP 8.3 build for linux x64 by @github-actions in #82
- Update PHP 8.1 build for linux x64 by @github-actions in #81
- Update PHP 8.1 build for mac arm64 by @github-actions in #80
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.2...0.5.3
#0.5.2
Released: September 6, 2024
What's Changed
🫢 missed one
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.1...0.5.2
#0.5.1
Released: September 6, 2024
What's Changed
Fixes the Linux and Mac zip files and reduces their size
- Update PHP 8.1 build for mac arm64 by @github-actions in #67
- Update PHP 8.2 build for mac arm64 by @github-actions in #68
- Update PHP 8.2 build for linux x64 by @github-actions in #69
- Update PHP 8.3 build for linux x64 by @github-actions in #70
- Update PHP 8.1 build for linux x64 by @github-actions in #71
- Update PHP 8.3 build for win x64 by @github-actions in #73
- Update PHP 8.2 build for win x64 by @github-actions in #72
- Update PHP 8.1 build for win x64 by @github-actions in #74
- Update PHP 8.1 build for mac x86 by @github-actions in #75
- Update PHP 8.2 build for mac x86 by @github-actions in #76
- Update PHP 8.3 build for mac x86 by @github-actions in #77
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.0...0.5.1
#0.5.0
Released: September 5, 2024
What's Changed
- fix link at README.md by @muba00 in #9
- Automate builds by @simonhamp in #10
- Update PHP 8.2 build for mac x86 by @github-actions in #66
- Update PHP 8.1 build for mac x86 by @github-actions in #65
- Update PHP 8.3 build for mac arm64 by @github-actions in #64
- Update PHP 8.3 build for mac x86 by @github-actions in #63
- Update PHP 8.1 build for win x64 by @github-actions in #62
- Update PHP 8.3 build for win x64 by @github-actions in #61
- Update PHP 8.2 build for win x64 by @github-actions in #60
- Update PHP 8.3 build for linux x64 by @github-actions in #59
- Update PHP 8.1 build for linux x64 by @github-actions in #58
- Update PHP 8.2 build for linux x64 by @github-actions in #57
- Update PHP 8.2 build for mac arm64 by @github-actions in #56
- Update PHP 8.1 build for mac arm64 by @github-actions in #55
New Contributors
- @muba00 made their first contribution in #9
- @simonhamp made their first contribution in #10
- @github-actions made their first contribution in #19
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.4.0...0.5.0
#0.4.0
Released: April 30, 2024
What's Changed
- Yessss!!! Windows single-file binaries are finally here 🎉
- All new PHP versions! We've got the latest versions of PHP 8.1, 8.2, and 8.3 for all platforms
- Zipped binaries for a smaller package
Full Changelog: https://github.com/NativePHP/php-bin/compare/0.3.0...0.4.0