Releases: FedericoHeichou/PizzaReader
Releases · FedericoHeichou/PizzaReader
v1.5.0
What's Changed
- Fix broken url for reader installed in subdir for admin sections by @FedericoHeichou in #66
- Building for "Fix broken url subdir admin" by @FedericoHeichou in #68
- Upgrade to Laravel 11 and Bootstrap 5.x by @FedericoHeichou in #70
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #60
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #61
- Bump express from 4.18.2 to 4.19.2 by @dependabot in #62
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #64
- Bump ws from 8.13.0 to 8.17.1 by @dependabot in #65
TL;DR changelog:
- Upgrade from Laravel 9 to 11
- Dropped PHP 8.1 and 8.0
- Seems laravel dropped APC cache
- Added some customizations in .env
- The default session driver is now "database"; it obviously requires running db migrations. If you are upgrading you have probably "SESSION_DRIVER" set to "file" in your .env. You have to change it manually to "database"
- Cache driver is kept to "file" as default. You may change it to "database", but usually providers do a huge user compression in databases, so it may slow down your whole website. Usually local file system (with SSD) is better, but you may need to test
- The default mailer is local sendmail
- Added some tables to handle cache and sessions in the database. Please remember to run
php artisan migrate
to update the schema if you want to try them - Some colors changed to have a better contrast
- Box on bigger screens (>1440) are now larger
- Bump pizzareader ui to 1.1.0
- Graphical fixes
Important notes
It now requires PHP >=8.2. It has been tested but may have bugs. If you find any, please report them immediately!
If you are upgrading, remember to follow the normal update procedure:
php artisan down --render='maintenance' --secret='YourCustomSecret' || php artisan down
# You can bypass maintenance mode by visiting your site with the secret URI you choose, for example https://pizzareader.local/YourCustomSecret
git pull origin master
php composer.phar install --no-dev
php artisan cache:clear
php artisan config:cache
php artisan migrate
php artisan up
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Bump postcss from 8.4.23 to 8.4.31 by @dependabot in #49
- 50 add support in subfolder installation by @FedericoHeichou in #51
- Bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in #52
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #53
- Fix flags and loading relative path by @FedericoHeichou in #54
- Bump axios from 1.4.0 to 1.6.0 by @dependabot in #55
- Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #58
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- Fix image preview and wrongly url encode by @FedericoHeichou in #48
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Set API rate limit to 0 by default by @FedericoHeichou in #44
- Disabling login button after click by @FedericoHeichou in #46
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add comics stats and change default clear intervals by @FedericoHeichou in #41
- Customizing rate limits and garbage collector by @FedericoHeichou in #42
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- 36 upgrade to vue 3 by @FedericoHeichou in #38
- Preparing the global launch by @FedericoHeichou in #37
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Upgrade to laravel 9 by @FedericoHeichou in #27
- Fix 0700 on mkdir by @FedericoHeichou in #28
- Added artisan pages:check by @FedericoHeichou in #29
- Bump loader-utils and resolve-url-loader by @dependabot in #30
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #31
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #32
- Bump symfony/http-kernel from 6.0.12 to 6.0.20 by @dependabot in #33
- Bump webpack from 5.74.0 to 5.76.0 by @dependabot in #34
- Bump guzzlehttp/psr7 from 2.4.0 to 2.5.0 by @dependabot in #35
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Bump guzzlehttp/guzzle from 7.4.2 to 7.4.3 by @dependabot in #17
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.5 by @dependabot in #19
- Fix Chrome 102 with long-strip + height
- Hiding licensed chapters with
GET /comics/{comic-slug}
API without query parameterlicensed=true
- Update npm deps
- Custom trusted proxies by @FedericoHeichou in #21
- Persistent ratings values by @FedericoHeichou in #23
- Adding cron and custom maintenance page by @FedericoHeichou in #25
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #16
- Fix php8 compatibility while uploading a thumbnail in a new comic
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First stable release
Full Changelog: v0.1.0...v1.0.0