Skip to content

Commit f18c274

Browse files
committed
Merge branch 'main' of github.com:NativePHP/laravel
2 parents b5db016 + b731a45 commit f18c274

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

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

5+
## 0.1.1 - 2023-07-25
6+
7+
### What's Changed
8+
9+
- Add the ability to create context-menu-only menubar apps
10+
- Storage path and database path now only get overwritten when the app is running in production mode, making debugging easier
11+
- fix: README badges by @bensherred in https://github.com/NativePHP/laravel/pull/11
12+
- Add test for `CreateSecurityCookieController` by @milwad-dev in https://github.com/NativePHP/laravel/pull/12
13+
- Use `abort_if` by @milwad-dev in https://github.com/NativePHP/laravel/pull/13
14+
- Update ProgressBar.php by @ddobren in https://github.com/NativePHP/laravel/pull/33
15+
- Add facade methods by @milwad-dev in https://github.com/NativePHP/laravel/pull/30
16+
- Create CONTRIBUTING.md by @ddobren in https://github.com/NativePHP/laravel/pull/32
17+
- Create Native\Laravel\Facades\Notification by @Mombuyish in https://github.com/NativePHP/laravel/pull/25
18+
- Add node version to bug issue template by @olssonm in https://github.com/NativePHP/laravel/pull/54
19+
- update README.md add section documentation by @artmxra7 in https://github.com/NativePHP/laravel/pull/51
20+
- Update NativeAppServiceProvider.php.stub to use correct namespace by @semiherdogan in https://github.com/NativePHP/laravel/pull/55
21+
- update README.md by @artmxra7 in https://github.com/NativePHP/laravel/pull/60
22+
- Support for fullscreen, kiosk-mode and maximize by @basst85 in https://github.com/NativePHP/laravel/pull/68
23+
24+
### New Contributors
25+
26+
- @bensherred made their first contribution in https://github.com/NativePHP/laravel/pull/11
27+
- @milwad-dev made their first contribution in https://github.com/NativePHP/laravel/pull/12
28+
- @ddobren made their first contribution in https://github.com/NativePHP/laravel/pull/33
29+
- @Mombuyish made their first contribution in https://github.com/NativePHP/laravel/pull/25
30+
- @olssonm made their first contribution in https://github.com/NativePHP/laravel/pull/54
31+
- @artmxra7 made their first contribution in https://github.com/NativePHP/laravel/pull/51
32+
- @semiherdogan made their first contribution in https://github.com/NativePHP/laravel/pull/55
33+
- @basst85 made their first contribution in https://github.com/NativePHP/laravel/pull/68
34+
35+
**Full Changelog**: https://github.com/NativePHP/laravel/compare/0.1.0...0.1.1
36+
537
## 0.1.0 - 2023-07-20
638

739
### 🎉 NativePHP is here!

0 commit comments

Comments
 (0)