This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Releases: NativePHP/electron-plugin
Releases · NativePHP/electron-plugin
v0.5.5
What's Changed
- Add broadcasting endpoint & dispatch ipc event by @gwleuverink in #37
- Add client side Event helper by @gwleuverink in #38
- Refactor IPC dispatching by @gwleuverink in #39
New Contributors
- @gwleuverink made their first contribution in #37
Full Changelog: v0.5.3...v0.5.5
v0.5.3
What's Changed
- Battery/AC power, plus more by @danjohnson95 in #34
- Safe storage by @simonhamp in #35
New Contributors
- @danjohnson95 made their first contribution in #34
Full Changelog: v0.5.1...v0.5.3
v0.5.1
What's Changed
- Add fullscreenable by @simonhamp in #32
- Implemented minimizing by @RobertWesner in #33
New Contributors
- @simonhamp made their first contribution in #32
- @RobertWesner made their first contribution in #33
Full Changelog: v0.5.0...v0.5.1
v0.5.0
This release mainly exists to update all of the dependencies
Full Changelog: 0.4.0...v0.5.0
0.4.0
What's Changed
- readme: fix issues link by @martinpl in #23
- Reloading windows by @shomisha in #22
- Livewire 3 compatibility by @jhonoryza in #21
- Hide window endpoints by @braceyourself in #17
- Implement desktop notification options by @nakajisan in #24
- Make traffic light position editable for browser window by @sarukomine in #28
- Send log event to menubar IPC by @JamesHemery in #29
- Cleanup the bootstrapping file to make it easier to interpret by @mitchdav in #31
New Contributors
- @martinpl made their first contribution in #23
- @shomisha made their first contribution in #22
- @jhonoryza made their first contribution in #21
- @braceyourself made their first contribution in #17
- @nakajisan made their first contribution in #24
- @sarukomine made their first contribution in #28
- @JamesHemery made their first contribution in #29
- @mitchdav made their first contribution in #31
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- Custom php ini settings by @mpociot in #9
- Add environment variables to configure disks by @mpociot in #10
- Add printer API endpoints by @mpociot in #11
- Add windowPosition to menuBar by @DanielHudson in #15
- Implement support for file dropping on menu bar icon by @arondeparon in #16
- Add print-to-pdf endpoint by @basst85 in #12
- Run scheduler once while waiting for setInterval() by @nexxai in #19
- Add endpoint to update the context-menu by @bbredewold in #14
New Contributors
- @DanielHudson made their first contribution in #15
- @arondeparon made their first contribution in #16
- @nexxai made their first contribution in #19
- @bbredewold made their first contribution in #14
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Option to show/hide menu on Windows / Linux by @ShaneShipston in #6
- Fix PHP port resolver issue by @mpociot in #8
New Contributors
- @ShaneShipston made their first contribution in #6
- @mpociot made their first contribution in #8
Full Changelog: 0.2.0...0.2.1
0.2.0
- Added new
shell
API endpoints to open files and URLs in the default OS applications
Full Changelog: 0.1.3...0.2.0
0.1.3
0.1.2
What's Changed
- Support for fullscreen, kiosk-mode and maximize-method by @basst85 in #5
- Only set the dock icon on macOS (fixes a bunch of bugs on non-mac systems)
- Don't migrate the database while in development mode
- Check if the
laravel-websockets
package exists before callingwebsockets:serve
- Fixed an issue where the dock icon was visible for menu-bar only apps
New Contributors
Full Changelog: 0.1.0...0.1.2