You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extra="<sup>*</sup> This table is summary of Lychee's functionalities and does not represent the large amount of configurations available (200+).<br>\
133
+
extra="<sup>*</sup> This table is summary of Lychee's functionalities and does not represent the large amount of configurations available (250+).<br>\
127
134
<sup>**</sup> Some languages are still untranslated. Any translations provided via <a class='text-sky-600 dark:text-sky-300 underline hover:text-sky-400 dark:hover:text-sky-500' href='https://weblate.lycheeorg.dev'>weblate</a> will be appreciated.<br>\
128
135
<sup>***</sup> This option is not available on <span class='text-sky-600 dark:text-sky-300'>SE</span> as they are already hidden."
129
136
specs={[
@@ -296,6 +303,7 @@ const metadata = {
296
303
{
297
304
feature: 'Custom strategy: opt-in vs auto',
298
305
available: [false, true],
306
+
isSoon: true,
299
307
},
300
308
{
301
309
feature: 'Compact mode for flow cards',
@@ -334,7 +342,6 @@ const metadata = {
334
342
{
335
343
feature: 'Watermarking',
336
344
isHeader: true,
337
-
isSoon: true,
338
345
},
339
346
{
340
347
feature: 'Custom image as watermark',
@@ -348,7 +355,6 @@ const metadata = {
348
355
{
349
356
feature: 'Timeline',
350
357
isHeader: true,
351
-
isSoon: true,
352
358
},
353
359
{
354
360
feature: 'Standalone page',
@@ -461,6 +467,10 @@ const metadata = {
461
467
feature: 'Personal favourites',
462
468
available: [false, true],
463
469
},
470
+
{
471
+
feature: 'Renaming rules on import/upload',
472
+
available: [false, true],
473
+
},
464
474
465
475
{
466
476
feature: 'Sync with local directories',
@@ -470,6 +480,11 @@ const metadata = {
470
480
feature: 'Import via CLI',
471
481
available: [true, true],
472
482
},
483
+
{
484
+
feature: 'Import via Web UI',
485
+
available: [true, true],
486
+
isSoon: true,
487
+
},
473
488
{
474
489
feature: 'Fast duplicate detection by filename/title',
0 commit comments