Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NativePHP/laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 28, 2023
2 parents b5db016 + b731a45 commit f18c274
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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

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

### New Contributors

- @bensherred made their first contribution in https://github.com/NativePHP/laravel/pull/11
- @milwad-dev made their first contribution in https://github.com/NativePHP/laravel/pull/12
- @ddobren made their first contribution in https://github.com/NativePHP/laravel/pull/33
- @Mombuyish made their first contribution in https://github.com/NativePHP/laravel/pull/25
- @olssonm made their first contribution in https://github.com/NativePHP/laravel/pull/54
- @artmxra7 made their first contribution in https://github.com/NativePHP/laravel/pull/51
- @semiherdogan made their first contribution in https://github.com/NativePHP/laravel/pull/55
- @basst85 made their first contribution in https://github.com/NativePHP/laravel/pull/68

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

## 0.1.0 - 2023-07-20

### 🎉 NativePHP is here!

0 comments on commit f18c274

Please sign in to comment.