@@ -44,24 +44,23 @@ With this we get rid of 3 minor bugs that were reported by our users.
4444 > Opening a smart album was crashing the server with a 500 error.
4545 > This is because we forgot to add some eager loading on our photo model.
4646* ` 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.
4848 > This created a NaN/NaN/NaN date in the UI dedicated to edition. We now properly handle this case.
4949
5050#### Other boring changes
5151
5252` klo ` refers to * Keep the Light On* . In other words, basic software updates.
5353
5454* ` 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,
5656 > 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
5858 > those in that page. We do not consider this a good user experience and we prefer to wait until we have a better solution.
5959* ` klo ` #3269 : Add extensions suggestions and lint on JS side by @ildyria .
6060 > In order to make it easier for new contributors to work on the codebase,
6161 > we added a few extensions to the recommended extensions in the ` .vscode ` folder.
6262* ` 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.
6564* ` klo ` #3274 : Version 6.5.2 by @ildyria .
6665
6766
0 commit comments