File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 3030
3131## Version 5
3232
33+
34+ ### v5.1.0
35+
36+ Released on Jan 18, 2024
37+
38+ #### Support for Oauth
39+
40+ Version 5.1.0 adds support for Oauth with the following providers:
41+
42+ - amazon
43+ - apple
44+ - facebook
45+ - github
46+ - google
47+ - mastodon
48+ - microsoft
49+ - nextcloud
50+
51+ You will need to register your app to those providers and get your client id and secret.
52+ Those should then be placed in your ` .env ` file. See ` .env.example ` for templates.
53+
54+ Note that Oauth is only usable once the user exists in Lychee database;
55+ it is not possible to register directly via Oauth.
56+
57+ #### Changes
58+
59+ - ` fixes ` #2192 & #2195 : Load Thumb/Thumb2x as fail-over when Small does not exist by @ildyria
60+ - ` new ` #2201 : Display owner names instead of Shared Albumns by @ildyria
61+ - ` new ` #2199 : Add fallback on small2x for header if medium does not exists by @ildyria
62+ - ` fixes ` #2042 : Improve token guard to not crash when provided with Basic Auth by @ildyria
63+ - ` new ` #2200 : Improve diagnostics with count of thumbs that can be regenerated by @ildyria
64+ - ` fixes ` #2203 : Fixes star/unstar on right click by @ildyria
65+ - ` new ` #2190 : Oauth is now available by @ildyria
66+
3367### v5.0.3
3468
3569Released on Jan 12, 2024
You can’t perform that action at this time.
0 commit comments