Skip to content

Commit 9879d54

Browse files
committed
version 6.1.0
1 parent 957de0f commit 9879d54

File tree

2 files changed

+52
-6
lines changed

2 files changed

+52
-6
lines changed

docs/releases.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,62 @@
3030

3131
## Version 6
3232

33+
### v6.1.0
34+
35+
Released on Nov 25, 2024
36+
37+
#### Fixes and new layout: Timelines
38+
39+
We are introducing a new layout for albums: Timelines. This layout is a new way to display your pictures in a chronological order.
40+
you can enable it per album in the albun settings or globally.
41+
42+
Additionally, we thank @aSouchereau for the new LQ Image Placeholder: heavily blurred version will be displayed while a higher quality thumb is loading.
43+
We also thank @nanawel for adding the Authentik support to the Oauth provider.
44+
45+
#### Changes
46+
47+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
48+
`SE` refers to functionalities that are aimed at the Supporter Edition.
49+
50+
* `new` #2629 : Get automated signed releases by @ildyria.
51+
* `fixes` #2630 : Fix sub-albums sorting not being respected per album by @ildyria.
52+
* `new` #2633 : Enable lazy loading for pictures past number 10 in an album by @ildyria.
53+
* `fixes` #2634 : Fix building artifact in Integrate workflow by @d7415.
54+
* `new` #2636 : Vite local dev by @ildyria.
55+
> Allows local front-end development with Vite without having to install the full php stack.
56+
> See .env.example for instructions
57+
* `fixes` #2638 : Fix icons missing on map by @ildyria.
58+
* `klo` #2653 : Composer update + phpstan by @ildyria.
59+
* `fixes` #2652 : Improve support for free-bsd by @ildyria.
60+
* `fixes` #2654 : Improved support for Heic - suggested by @Borisvl by @ildyria.
61+
* `new` #2661 : Low Quality Image Placeholder cont by @aSouchereau.
62+
* `new` #2674 : Add ability to toggle H on touch devices by @ildyria.
63+
* `new` #2664 : Avoid revealing Lychee keys when making videos by @ildyria.
64+
* `fixes` #2676 : Do not show placeholder data in statistics by @ildyria.
65+
* `new` #2677 : Add scroll to top element by @ildyria.
66+
* `fixes` #2682 : Fix error 500 when accessing Tag album as anonymous user by @ildyria.
67+
* `fixes` #2685 : Fix date not being properly displayed due to Carbon3 change by @ildyria.
68+
* `fixes` #2684 : Fix delete not closing parent info dialog by @ildyria.
69+
* `fixes` #2683 : Fix 422 when opening frame in smart-album by @ildyria.
70+
* `fixes` #2687 : Fix src-set not properly defined by @ildyria.
71+
* `fixes` #2690 : Avoid crash and die when generating smaller size variants by @ildyria.
72+
* `fixes` #2688 : Fix error 403 on access directly password protected albums by @ildyria.
73+
* `new` #2673 : Timeline settings + fix discovery of sensitive photos by @ildyria.
74+
* `klo` #2710 : Bumps dependencies by @ildyria.
75+
* `fixes` #2693 : Fix duplicate upload + add scroll remembering by @ildyria.
76+
* `new` #2714 : Added Authentik support by @nanawel.
77+
* `klo` #2735 : Bump dependencies by @ildyria.
78+
* `new` #2679 : Support more layouts + Timeline in albums/album by @ildyria.
79+
* `SE` #2679 : Add Timeline granularity customization by @ildyria.
80+
* `new` #2717 : Add copy to clipboard button in Diagnostics page. by @ildyria.
81+
82+
3383
### v6.0.1
3484

3585
Released on Oct 31, 2024
3686

3787
#### Changes
3888

39-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
40-
4189
* `fixes` #2607 : Fix icons when using sub-folder install by @ildyria.
4290
* `fixes` #2605 : Fix login menu not visible when set to the right by @ildyria.
4391
* `klo` #2609 : [StepSecurity] Apply security best practices by @step-security-bot.

src/pages/get-supporter-edition.astro

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,8 @@ const metadata = {
210210
},
211211
{
212212
feature: 'Timeline view',
213-
available: [false, false],
213+
available: [true, true],
214214
isV6: true,
215-
isSoon: true,
216215
},
217216

218217
{
@@ -242,9 +241,8 @@ const metadata = {
242241
},
243242
{
244243
feature: 'Customizable timeline',
245-
available: [false, false],
244+
available: [false, true],
246245
isV6: true,
247-
isSoon: true,
248246
},
249247
{
250248
feature: 'User management',

0 commit comments

Comments
 (0)