@@ -44,24 +44,23 @@ With this we get rid of 3 minor bugs that were reported by our users.
44
44
> Opening a smart album was crashing the server with a 500 error.
45
45
> This is because we forgot to add some eager loading on our photo model.
46
46
* ` fixes ` #3273 : Fix taken_at as NaN/NaN/NaN when not existing by @ildyria .
47
- > In the rare occurence of a picture without exif data being uploaded, the taken_at date is set to empty.
47
+ > In the rare occurrence of a picture without exif data being uploaded, the taken_at date is set to empty.
48
48
> This created a NaN/NaN/NaN date in the UI dedicated to edition. We now properly handle this case.
49
49
50
50
#### Other boring changes
51
51
52
52
` klo ` refers to * Keep the Light On* . In other words, basic software updates.
53
53
54
54
* ` klo ` #3250 : Localization for timeline by @ildyria .
55
- > This is preparationary work for the timeline page. Unfortunately due to the current architecture of Lychee,
55
+ > This is preparatory work for the timeline page. Unfortunately due to the current architecture of Lychee,
56
56
> we will have to park the rest of this feature for a while. Some more heavy refactoring are needed.
57
- > While we could implement the timeline page in the current state, users with duplicates photos would be seeing
57
+ > While we could implement the timeline page in the current state, users with duplicate photos would be seeing
58
58
> those in that page. We do not consider this a good user experience and we prefer to wait until we have a better solution.
59
59
* ` klo ` #3269 : Add extensions suggestions and lint on JS side by @ildyria .
60
60
> In order to make it easier for new contributors to work on the codebase,
61
61
> we added a few extensions to the recommended extensions in the ` .vscode ` folder.
62
62
* ` klo ` #3262 : Fix warnings in route.ts by @ildyria .
63
- > When editing route.ts in vscode, type script was complaining about missing the type of the components.
64
- > This is now fixed.
63
+ > When editing route.ts in vscode, TypeScript was complaining about missing the type of the components.
65
64
* ` klo ` #3274 : Version 6.5.2 by @ildyria .
66
65
67
66
0 commit comments