|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/boost/compare/v1.0.11...main) |
| 3 | +## [Unreleased](https://github.com/laravel/boost/compare/v1.0.17...main) |
| 4 | + |
| 5 | +## [v1.0.17](https://github.com/laravel/boost/compare/v1.0.16...v1.0.17) - 2025-08-14 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Fix: Replace APP_DEBUG with environment-based gating by [@eduardocruz](https://github.com/eduardocruz) in https://github.com/laravel/boost/pull/90 |
| 10 | + |
| 11 | +### New Contributors |
| 12 | + |
| 13 | +* [@eduardocruz](https://github.com/eduardocruz) made their first contribution in https://github.com/laravel/boost/pull/90 |
| 14 | + |
| 15 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.16...v1.0.17 |
| 16 | + |
| 17 | +## [v1.0.16](https://github.com/laravel/boost/compare/v1.0.15...v1.0.16) - 2025-08-14 |
| 18 | + |
| 19 | +### What's Changed |
| 20 | + |
| 21 | +* refactor: streamline path resolution and simplify the MCP client interface by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/111 |
| 22 | +* Fix PHPStorm using absolute paths by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/109 |
| 23 | + |
| 24 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.15...v1.0.16 |
| 25 | + |
| 26 | +## [v1.0.15](https://github.com/laravel/boost/compare/v1.0.14...v1.0.15) - 2025-08-14 |
| 27 | + |
| 28 | +### What's Changed |
| 29 | + |
| 30 | +* fixes #67 by only finding files that begin with an uppercase letter by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/116 |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.14...v1.0.15 |
| 33 | + |
| 34 | +## [v1.0.14](https://github.com/laravel/boost/compare/v1.0.13...v1.0.14) - 2025-08-14 |
| 35 | + |
| 36 | +### What's Changed |
| 37 | + |
| 38 | +* Fixes #85 by adding verbatim to flux component example by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/114 |
| 39 | + |
| 40 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.13...v1.0.14 |
| 41 | + |
| 42 | +## [v1.0.13](https://github.com/laravel/boost/compare/v1.0.12...v1.0.13) - 2025-08-14 |
| 43 | + |
| 44 | +### What's Changed |
| 45 | + |
| 46 | +* Fix volt blade parsing by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/112 |
| 47 | + |
| 48 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.12...v1.0.13 |
| 49 | + |
| 50 | +## [v1.0.12](https://github.com/laravel/boost/compare/v1.0.11...v1.0.12) - 2025-08-14 |
| 51 | + |
| 52 | +### What's Changed |
| 53 | + |
| 54 | +* tool: tinker: try to nudge away from creating test users ahead of time by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/108 |
| 55 | + |
| 56 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.11...v1.0.12 |
4 | 57 |
|
5 | 58 | ## [v1.0.11](https://github.com/laravel/boost/compare/v1.0.10...v1.0.11) - 2025-08-14
|
6 | 59 |
|
|
0 commit comments