Releases: LycheeOrg/Lychee
Releases · LycheeOrg/Lychee
Version 4.7.4 - Frame supports chosen Album
What's Changed
- Bump guzzlehttp/psr7 from 2.4.4 to 2.5.0 by @dependabot in #1804
- [Enhancement] Make it possible to fetch random image without needing to be public & starred by @mingan666 in #1819
- Version 4.7.4 by @ildyria in #1820
New Contributors
- @mingan666 made their first contribution in #1819
Full Changelog: v4.7.3...v4.7.4
Version 4.7.3 - Bug fixes + dependency updates
What's Changed
- Update dependencies (including php-exif) by @qwerty287 in #1786
- Remove requirement of Auth in photo upload, pass ownerId as argument by @ildyria in #1787
- Add jobs processing by @ildyria in #1785
- Add Job History by @ildyria in #1788
- doc blocks + fix deprecation utf8_encoding by @ildyria in #1789
- Use enum instead of constants for SmartAlbumTypes by @ildyria in #1793
- Fixes #1791 - Album creation no longer depends on Auth. by @ildyria in #1796
- Fix a wrong help text. by @Anduin2017 in #1797
- Sync frontend and solve #1794 #1780 #1765 by @ildyria in #1800
- Version 4.7.3 by @ildyria in #1803
New Contributors
- @Anduin2017 made their first contribution in #1797
Full Changelog: v4.7.2...v4.7.3
Version 4.7.2 - Dependencies updates & minor fixes
What's Changed
- Ship an empty custom.js to prevent spamming the console (#1753) by @nicokaiser in #1755
- Fixes locale not working (#1754) by @ildyria in #1756
- Set noindex for error responses by @nicokaiser in #1758
- Fixes unknown orientation in GdHandler by @wladif in #1759
- Add setting
auto_fix_orientation
to enable auto image rotation by @wladif in #1766 - Migrate to Laravel 10 by @ildyria in #1764
- Compile WebAuthn.js into frontend.js by @qwerty287 in #1769
composer update
by @qwerty287 in #1773- Version 4.7.2 by @ildyria in #1772
New Contributors
Full Changelog: v4.7.1...v4.7.2
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