Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 2.56 KB

Changelog

All notable changes to nativephp-laravel will be documented in this file.

0.2.0 - 2023-07-28

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: https://github.com/NativePHP/laravel/compare/0.1.1...0.2.0

0.1.1 - 2023-07-25

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 NativePHP#11
  • Add test for CreateSecurityCookieController by @milwad-dev in NativePHP#12
  • Use abort_if by @milwad-dev in NativePHP#13
  • Update ProgressBar.php by @ddobren in NativePHP#33
  • Add facade methods by @milwad-dev in NativePHP#30
  • Create CONTRIBUTING.md by @ddobren in NativePHP#32
  • Create Native\Laravel\Facades\Notification by @Mombuyish in NativePHP#25
  • Add node version to bug issue template by @olssonm in NativePHP#54
  • update README.md add section documentation by @artmxra7 in NativePHP#51
  • Update NativeAppServiceProvider.php.stub to use correct namespace by @semiherdogan in NativePHP#55
  • update README.md by @artmxra7 in NativePHP#60
  • Support for fullscreen, kiosk-mode and maximize by @basst85 in NativePHP#68

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/0.1.0...0.1.1

0.1.0 - 2023-07-20

🎉 NativePHP is here!