Releases: LycheeOrg/Lychee
Releases · LycheeOrg/Lychee
Version 4.7.1 - On This Day smart album & other improvements
What's Changed
- Update French.php by @davidbercot in #1688
- Fixes #1674 - Share button not working by @ildyria in #1692
- Fixes #1630 - 2FA not working. by @ildyria in #1691
- Allow to store all files in
storage
by @qwerty287 in #1650 - Fix 2fa tests by @ildyria in #1698
- Fix cache busting on user.css by @ildyria in #1702
- fix migration when photo do not have an album by @ildyria in #1701
- fix exception missing driver by @ildyria in #1705
- Simple composer update + fix php8.2 warning on formatting. by @ildyria in #1706
- allow forcing https scheme by @ildyria in #1707
- update config doc + sync front + dusting by @ildyria in #1713
- Fixes #1703 by @ildyria in #1709
- Setting to make On This Day smart album public by @aldjordje in #1708
- Fix sync default user by @ildyria in #1722
- Add configuration option to set auth guard driver by @r7l in #1724
- Fix wording for authentication guard option by @r7l in #1730
- Avoid showing errors in tests when they are expected. by @ildyria in #1728
- Fix URLs in RSS feeds (#1732) by @nicokaiser in #1738
- Set theme-color on frontend template (#1740) by @nicokaiser in #1741
- execute custom js from custom by @cshyam1892 in #1697
- migrate locales from 'app/Locale/' to 'lang/', drop Lang Facade. by @ildyria in #1733
- use RuleSets instead of directly rule property by @ildyria in #1726
- DTO → Resources by @ildyria in #1668
- version 4.7.1 by @ildyria in #1750
New Contributors
- @davidbercot made their first contribution in #1688
- @cshyam1892 made their first contribution in #1697
Full Changelog: v4.7.0...v4.7.1
Version 4.7 - ⚠ PHP 8.1 required - Bugfixes, core upgrade, & album decorations
What's Changed
- Use Enum to enforce stricter types (⚠ php 8.1) by @ildyria in #1618
- Nuke demo generator, does not reflect the latest version. by @ildyria in #1673
- Ensure php version is correct prior migrations by @ildyria in #1671
- Customizable album decorations by @evoludolab in #1631
- More robust fix on HasAdminUser by @ildyria in #1684
- Composer update - php-exif 0.8 + bump to version 4.7 by @ildyria in #1680
Full Changelog: v4.6.5...v4.7.0
Version 4.6.5 - Hotfix of 4.6.4 for PGSQL + settings for username change
What's Changed
Full Changelog: v4.6.4...v4.6.5
Version 4.6.4 - On This Day Smart album & Refactoring
This release does significant changes at the database level, do make sure you have a back-up available if necessary.
What's Changed
- Fix list of shares by @nagmat84 in #1590
- Add flags to command by @qwerty287 in #1594
- Add API to change upload date & fix API token auth by @qwerty287 in #1591
- Fix remove album cover throwing 403 by @ildyria in #1598
- add descriptions to configuration items by @ildyria in #1584
- Merge
gallery
,view
andframe
Into a Unified Frontend by @nagmat84 in #1522 - Refactor box model by @nagmat84 in #1562
- enable strict mode in Laravel by @ildyria in #1588
- refactor diagnostics to use Laravel pipelines by @ildyria in #1595
- Checks if Webp is available for GD in diagnostics. by @ildyria in #1611
- Smart album - On This Day - new feature by @aldjordje in #1607
- Add option to enable-disable smart albums in the back-end by @ildyria in #1619
- Add Unix socket support to Redis by @r7l in #1632
- Versioning code refactoring by @ildyria in #1628
- move contracts where they belong by @ildyria in #1638
- Full URL for metadata by @qwerty287 in #1653
- Remove and clean up unused files by @qwerty287 in #1649
- Add number of foreign key check and listing option by @ildyria in #1655
- Apply rights naming convention by @ildyria in #1539
- Create admin during installation, allow multiple admins by @qwerty287 in #1602
- Remove (broken and unused) installer scripts by @qwerty287 in #1662
- release v4.6.4 by @ildyria in #1661
New Contributors
- @aldjordje made their first contribution in #1607
- @r7l made their first contribution in #1632
Full Changelog: v4.6.2...v4.6.4
Version 4.6.3-RC1 - New unified html front-end layout
What's Changed
- Fix list of shares by @nagmat84 in #1590
- Add flags to command by @qwerty287 in #1594
- Add API to change upload date & fix API token auth by @qwerty287 in #1591
- Fix remove album cover throwing 403 by @ildyria in #1598
- add descriptions to configuration items by @ildyria in #1584
- Merge
gallery
,view
andframe
Into a Unified Frontend by @nagmat84 in #1522 - Refactor box model by @nagmat84 in #1562
- enable strict mode in Laravel by @ildyria in #1588
- refactor diagnostics to use Laravel pipelines by @ildyria in #1595
- Checks if Webp is available for GD in diagnostics. by @ildyria in #1611
- version 4.6.3 by @ildyria in #1606
Full Changelog: v4.6.2...v4.6.3-RC1
Version 4.6.2 - Upgrade to Laravel 9 and Improved front-end
What's Changed
- Arrayable DTO using reflection by @ildyria in #1529
- Adopt new modern dialog by @nagmat84 in #1519
- Consolidate localization by @nagmat84 in #1494
- Add option to skip diagnostic checks by @qwerty287 in #1558
- Upgrade to Laravel 9 + switch to Laragear/WebAuthn by @ildyria in #1469
- Add option to append tags by @qwerty287 in #1564
- V4.6.2 by @ildyria in #1574
- fix smart albums rights by @ildyria & @nagmat84 in #1578
- Fix files installation if no Git repo is available by @qwerty287 in #1581
Full Changelog: v4.6.1...v4.6.2
Version 4.6.2-RC2 - Upgrade to Laravel 9 and Improved front-end
What's Changed
- Arrayable DTO using reflection by @ildyria in #1529
- Adopt new modern dialog by @nagmat84 in #1519
- Consolidate localization by @nagmat84 in #1494
- Add option to skip diagnostic checks by @qwerty287 in #1558
- File cleanups and remove Homestead by @qwerty287 in #1563
- Upgrade to Laravel 9 + switch to Laragear/WebAuthn by @ildyria in #1469
- Add option to append tags by @qwerty287 in #1564
- composer update by @ildyria in #1571
- V4.6.2 by @ildyria in #1574
Fixed on top of 4.6.2-RC1
- Enable Php 8.2 in CICD by @ildyria in #1572
- fix smart albums rights by @ildyria & @nagmat84 in #1578
Full Changelog: v4.6.1...v4.6.2-RC2
Version 4.6.2-RC1 - Upgrade to Laravel 9 and Improved front-end
What's Changed
- Arrayable DTO using reflection by @ildyria in #1529
- Adopt new modern dialog by @nagmat84 in #1519
- Consolidate localization by @nagmat84 in #1494
- Add option to skip diagnostic checks by @qwerty287 in #1558
- File cleanups and remove Homestead by @qwerty287 in #1563
- Upgrade to Laravel 9 + switch to Laragear/WebAuthn by @ildyria in #1469
- Add option to append tags by @qwerty287 in #1564
- composer update by @ildyria in #1571
- V4.6.2 by @ildyria in #1574
Full Changelog: v4.6.1...v4.6.2-RC1
Version 4.6.1
IMPORTANT
- This update contains a Security Update which fix multiple XSS vulnerability and update the Content Security Policy.
- This update will drop the API key in favor to Authorization token.
As a result, once the migration is applied the old API token won't work anymore.
What's Changed
- Drop page support by @ildyria in #1489
- Add user and better structure to session json by @nagmat84 in #1443
- Move 'installation:complete' to web instead of per route by @ildyria in #1467
- Cleaning config table by @ildyria in #1491
- Update Exec.php by @corrilan in #1153
- Ensure that Admin rights are overloading others by @ildyria in #1508
- Improve config options by @qwerty287 in #1366
- Fixes #1514 by @nagmat84 in #1515
- Shared albums should not consider the
require_link
property. by @ildyria in #1480 - Improve API client usability by @qwerty287 in #1368
- Improve & fix CSP by @ildyria in #1528
- Fixes #1506 by @nagmat84 in #1516
- Remove use directive by @nagmat84 in #1537
- i18n(ES) by @joebordes in #1541
- i18n(EN) grammar and syntax detected by Grammarly by @joebordes in #1542
- Fix dead Installation/Build link in readme.md by @PeterDaveHello in #1543
- Typofixes by @nexxai in #1544
- Add an option to regenerate square thumbs by @kamil4 in #1545
- add exec check by @ildyria in #1540
- Add csp exceptions by @kamil4 in #1551
New Contributors
- @corrilan made their first contribution in #1153
- @joebordes made their first contribution in #1541
- @PeterDaveHello made their first contribution in #1543
- @nexxai made their first contribution in #1544
Full Changelog: v4.6.0...v4.6.1
Version 4.6.1 RC1
IMPORTANT
- This update contains a Security Update which fix multiple XSS vulnerability and update the Content Security Policy.
- This update will drop the API key in favor to Authorization token.
As a result, once the migration is applied the old API token won't work anymore.
What's Changed
- Drop page support by @ildyria in #1489
- Add user and better structure to session json by @nagmat84 in #1443
- Move 'installation:complete' to web instead of per route by @ildyria in #1467
- Cleaning config table by @ildyria in #1491
- Update Exec.php by @corrilan in #1153
- Ensure that Admin rights are overloading others by @ildyria in #1508
- Improve config options by @qwerty287 in #1366
- Fixes #1514 by @nagmat84 in #1515
- Shared albums should not consider the
require_link
property. by @ildyria in #1480 - Improve API client usability by @qwerty287 in #1368
- Improve & fix CSP by @ildyria in #1528
- version 4.6.1 by @ildyria in #1533
New Contributors
Full Changelog: v4.6.0...v4.6.1-RC1