v6.3.4
🏕 Features
Add Diagnostics cache checks by @ildyria in #3027
Scroll top button for album and albums views by @sancsin in #3035
Split-oauth endpoint to reduce the number of requests. by @ildyria in #3023
Simplified Chinese localization by @x1ntt in #3046
Version 6.3.4 by @ildyria in #3047
v6.3.3
🏕 Features
Do not display useless message in diagnostics by @ildyria in #3015
Handle failing encoding gracefully. by @ildyria in #3011
Add config option for the number of operations done by @ildyria in #3012
Full permission check is now disabled by default. by @ildyria in #3013
[SE] Add more privacy options by @ildyria in #3014
Add more statistics: punch card a la GitHub (SE). by @ildyria in #2983
Fix aspect ratio being dropped due to Tree shaking by @ildyria in #3032
Add more markdown processing options by @ildyria in #3026
Offboarding Sonar - done with it breaking randomly... by @ildyria in #3028
Version 6.3.3 by @ildyria in #3033
v6.3.2
🏕 Features
Fix wrong translation keys. by @ildyria in #3007
RSS Feed Enhancements (enclosure + category) by @cdzombak in #3009
Fix missing dependency in production build by @ildyria in #3010
New Contributors
@cdzombak made their first contribution in #3009
v6.3.1 Released on Feb 15, 2025
Changes
fixes ♯3006 : catch Error when Redis is crashing and not die in 500... by @ildyria.
Mis-configuration of redis cache could crash the server catastrophically. The user had to change their .env file into insecure settings in order to be able to debug the issue. Instead we just log the crash in error log and execute the request as expected.