Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Lychee
  3. Lychee - Package Updates

Lychee - Package Updates

Scheduled Pinned Locked Moved Lychee
78 Posts 3 Posters 9.0k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG Do not disturb
    girishG Do not disturb
    girish
    Staff
    wrote on last edited by
    #6

    [2.3.0]

    • Update Lychee to 4.1.0
    • Update PHP to 7.4
    • Full changelog
    • Passwordless support and Sensitive folders
    • #808 : Update traditional Chinese files.
    • #813 : some error 500 during installations were not properly caught.
    • #806 : Direct Links of albums do not respect url if lychee installed in subdirectory
    • #811 : fall back to native metadata extraction on error
    • #810 : fix(rss): avoid display feed link in HTML if RSS option is disabled
    1 Reply Last reply
    0
    • girishG Do not disturb
      girishG Do not disturb
      girish
      Staff
      wrote on last edited by
      #7

      [2.4.0]

      • fixes #831 - Bad extension filename when you upload *.jpg
      • new #874 - Update CLI Takedate
      • new #832 - Major rework of backend
        • start using Livewire for the front-end, for now accessible at example.com/livewire if enabled via LIVEWIRE_ENABLED in .env (DO NOT USE, still in development)
        • use Facade AccessControl to access Session information (basically home-brewed Auth Facade)
        • heavy refactoring of the core, introducing more granularity:
          • Interfaces are Contracts
          • Group Factories
          • use trait on album for smaller dedicated operations
          • add Nested Set theory to Album to allow access to all descendants
      1 Reply Last reply
      0
      • girishG Do not disturb
        girishG Do not disturb
        girish
        Staff
        wrote on last edited by
        #8

        [2.4.1]

        • Update Lychee to 4.2.1
        • new #875 : Add custom cover for albums
        1 Reply Last reply
        0
        • girishG Do not disturb
          girishG Do not disturb
          girish
          Staff
          wrote on last edited by
          #9

          [2.5.0]

          • Use base image v3
          1 Reply Last reply
          0
          • girishG Do not disturb
            girishG Do not disturb
            girish
            Staff
            wrote on last edited by
            #10

            [2.5.1]

            • Update Lychee to 4.2.2
            • Full changelog
            • fixes #882 : Password albums were broken.
            • fixes #891 : Download: file not found on password protected Album
            • fixes #895 : Default license display
            • fixes #888 : Refactoring of the rotation code
            • new #887 : Add the possibility to not display the GPS direction on the map
            • new #892 : Add --force option to the Command Line Interface for Takedate
            • fixes #890 : Fix delete bug when selecting multiple sub albums
            • new #901 : Add more diagnostics checks
            • new #905 : Improve Chinese translation
            1 Reply Last reply
            0
            • girishG Do not disturb
              girishG Do not disturb
              girish
              Staff
              wrote on last edited by
              #11

              [2.6.0]

              • Update Lychee to 4.3.0
              • Full changelog
              • new #940 : Improved support for touch devices.
              • new #939 : Responsive web design for small screens.
              • fixes #959 : Excluded '/api/Session::init' from CSRF protection (as per the API specs).
              • fixes #959 : Fixes .lycheeignore support.
              • new #942 : Add support for Portuguese language.
              • fixes #932 : Public photos hidden
              1 Reply Last reply
              0
              • girishG Do not disturb
                girishG Do not disturb
                girish
                Staff
                wrote on last edited by
                #12

                [2.6.1]

                • Update Lychee to 4.3.4
                • Full changelog
                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote on last edited by
                  #13

                  [2.6.2]

                  • Update Lychee to 4.3.6
                  • Full changelog
                  1 Reply Last reply
                  0
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #14

                    [2.6.3]

                    • Update Lychee to 4.4.0
                    • Full changelog
                    • PHP 8.0 is now required
                    1 Reply Last reply
                    0
                    • girishG Do not disturb
                      girishG Do not disturb
                      girish
                      Staff
                      wrote on last edited by
                      #15

                      [2.6.4]

                      • Update base image to 3.2.0
                      1 Reply Last reply
                      0
                      • girishG Do not disturb
                        girishG Do not disturb
                        girish
                        Staff
                        wrote on last edited by
                        #16

                        [2.7.0]

                        • Update Lychee to 4.5.3
                        • Full changelog
                        • Use of file streams instead of local file copy (step forward to S3).
                        • Adding QR code support for sharing
                        • Better Error handling.
                        • SQL optimizations and refactoring of the internal architecture and representations of Albums.
                        • Support of Vietnamese language
                        1 Reply Last reply
                        0
                        • nebulonN Offline
                          nebulonN Offline
                          nebulon
                          Staff
                          wrote on last edited by
                          #17

                          [2.8.0]

                          • Update Lychee to 4.6.0
                          • Full changelog
                          • Provide an ASCII fallback for multibyte filenames by @kamil4 in https://github.com/LycheeOrg/Lychee/pull/1453
                          • Cleanup download tests by @nagmat84 in https://github.com/LycheeOrg/Lychee/pull/1457
                          • Run npm install in post-merge hook by @qwerty287 in https://github.com/LycheeOrg/Lychee/pull/1445
                          • Authorization tests by @nagmat84 in https://github.com/LycheeOrg/Lychee/pull/1414
                          • Fix CI badge in readme by @d7415 in https://github.com/LycheeOrg/Lychee/pull/1460
                          • just remove --no-suggest by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1463
                          • Use Laravel Auth facade. by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1403
                          1 Reply Last reply
                          0
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #18

                            [2.8.1]

                            • Update Lychee to 4.6.1
                            • Full changelog
                            • 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.
                            • 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
                            1 Reply Last reply
                            0
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote on last edited by
                              #19

                              [2.8.1]

                              • Update Lychee to 4.6.1
                              • Full changelog
                              • 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.
                              • 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
                              1 Reply Last reply
                              0
                              • nebulonN Offline
                                nebulonN Offline
                                nebulon
                                Staff
                                wrote on last edited by
                                #20

                                [2.8.2]

                                • Update Lychee to 4.6.2
                                • Full changelog
                                • Allow to set custom env options
                                • Arrayable DTO using reflection by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1529
                                • Adopt new modern dialog by @nagmat84 in https://github.com/LycheeOrg/Lychee/pull/1519
                                • Consolidate localization by @nagmat84 in https://github.com/LycheeOrg/Lychee/pull/1494
                                • Add option to skip diagnostic checks by @qwerty287 in https://github.com/LycheeOrg/Lychee/pull/1558
                                • Upgrade to Laravel 9 + switch to Laragear/WebAuthn by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1469
                                • Add option to append tags by @qwerty287 in https://github.com/LycheeOrg/Lychee/pull/1564
                                • V4.6.2 by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1574
                                • fix smart albums rights by @ildyria & @nagmat84 in https://github.com/LycheeOrg/Lychee/pull/1578
                                • Fix files installation if no Git repo is available by @qwerty287 in https://github.com/LycheeOrg/Lychee/pull/1581
                                1 Reply Last reply
                                0
                                • girishG Do not disturb
                                  girishG Do not disturb
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #21

                                  [2.8.3]

                                  • Update Lychee to 4.6.5
                                  • Full changelog
                                  • allow username change by @ildyria in #1667
                                  1 Reply Last reply
                                  0
                                  • girishG Do not disturb
                                    girishG Do not disturb
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #22

                                    [2.9.0]

                                    • Update Lychee to 4.7.0
                                    • Full changelog
                                    • Use Enum to enforce stricter types (warning 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
                                    1 Reply Last reply
                                    0
                                    • nebulonN Offline
                                      nebulonN Offline
                                      nebulon
                                      Staff
                                      wrote on last edited by
                                      #23

                                      [2.9.1]

                                      • Update Lychee to 4.7.1
                                      • Full changelog
                                      • 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
                                      1 Reply Last reply
                                      0
                                      • nebulonN Offline
                                        nebulonN Offline
                                        nebulon
                                        Staff
                                        wrote on last edited by
                                        #24

                                        [2.9.2]

                                        • Update Lychee to 4.7.2
                                        • Full changelog
                                        • Ship an empty custom.js to prevent spamming the console (#1753) by @nicokaiser in https://github.com/LycheeOrg/Lychee/pull/1755
                                        • Fixes locale not working (#1754) by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1756
                                        • Set noindex for error responses by @nicokaiser in https://github.com/LycheeOrg/Lychee/pull/1758
                                        • Fixes unknown orientation in GdHandler by @wladif in https://github.com/LycheeOrg/Lychee/pull/1759
                                        • Add setting auto_fix_orientation to enable auto image rotation by @wladif in https://github.com/LycheeOrg/Lychee/pull/1766
                                        • Migrate to Laravel 10 by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1764
                                        • Compile WebAuthn.js into frontend.js by @qwerty287 in https://github.com/LycheeOrg/Lychee/pull/1769
                                        • composer update by @qwerty287 in https://github.com/LycheeOrg/Lychee/pull/1773
                                        • Version 4.7.2 by @ildyria in https://github.com/LycheeOrg/Lychee/pull/1772
                                        1 Reply Last reply
                                        0
                                        • girishG Do not disturb
                                          girishG Do not disturb
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #25

                                          [2.9.3]

                                          • Update Lychee to 4.7.3
                                          • Full changelog
                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search