-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
slug: 2022w45 | ||
title: "Development: 2022 - Week 42 / 43 / 44 / 45" | ||
authors: [niaz] | ||
tags: [release] | ||
--- | ||
|
||
**Upstream:** | ||
|
||
- 🚀 LibrePhotos: You can now sort faces by date (Implemented by [5m4u66y](https://github.com/5m4u66y)) | ||
- 🚀 LibrePhotos: Scrollbar now shows the date in PhotoListView (Implemented by [5m4u66y](https://github.com/5m4u66y)) | ||
- 🚀 LibrePhotos: Scrollbar now shows the name of the person in FaceDashboard (Implemented by [5m4u66y](https://github.com/5m4u66y)) | ||
- ✨ LibrePhotos: Migration to Mantine v5 (implemented by [sickelap](https://github.com/sickelap)) | ||
- ✨ Frontend: Replaced moment.js with luxon | ||
- ✨ Frontend: You can now also change the time taken of a photo | ||
- ✨ Translations: More Vietnamese, Spanish, Italian, Ukrainian, Norwegian, German translations by [stnokott](https://github.com/stnokott), [Vistaus](https://github.com/Vistaus), Matthew Wu (吴嘉俊), [hsa00000](https://github.com/hsa00000), J. Lavoie, BMN, [loulou91](https://github.com/loulou91), [RandomHacks-Git](https://github.com/RandomHacks-Git), [IhorHordiichuk](https://github.com/IhorHordiichuk), [Nerodacles](https://github.com/Nerodacles), [TouchySpidey](https://github.com/TouchySpidey), Gau Map, [gallegonovato](https://github.com/gallegonovato) | ||
|
||
--- | ||
|
||
**New Issues:** | ||
|
||
- 💡 CLI or API for guessing faces ([Link](https://github.com/LibrePhotos/librephotos/issues/678)) | ||
- 💡 Select the language of the clouds of words, things and places [Link](https://github.com/LibrePhotos/librephotos/issues/677)) | ||
- 🐛 Scan Photos task resulted with 0 Item(s) processed after rescan non-zero directory ([Link](https://github.com/LibrePhotos/librephotos/issues/674)) | ||
- 🐛 User's settings can't load to web ([Link](https://github.com/LibrePhotos/librephotos/issues/673)) | ||
- 🐛 Delete_missing_photos crashes after 30sec or so ([Link](https://github.com/LibrePhotos/librephotos/issues/672)) | ||
- 💡 Add album share to the cover photo's vertical-dot-menu ([Link](https://github.com/LibrePhotos/librephotos/issues/669)) | ||
- 💡 Sharing People Albums ([Link](https://github.com/LibrePhotos/librephotos/issues/668)) | ||
|
||
--- | ||
|
||
If you are interested on how I develop this application, you can watch me develop features live on **[my channel](https://www.youtube.com/channel/UCZJ2pk2BPKxwbuCV9LWDR0w)** | ||
|
||
--- | ||
|
||
**Sponsoring development:** | ||
|
||
My work is sponsored by **eleven** awesome people! | ||
|
||
If you like the work I do, then you can support me via **[GitHub sponsors](https://github.com/sponsors/derneuere)** or via **[PayPal](https://www.paypal.com/donate/?hosted_button_id=5JWVM2UR4LM96)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
slug: 2023w43 | ||
title: "Development: 2023 - October" | ||
authors: [niaz] | ||
tags: [release] | ||
--- | ||
|
||
**Survey:** | ||
|
||
I want to answer two questions: What is the best way to implement automatic image captioning, and what systems are the users of LibrePhotos using? | ||
|
||
Fill out this questionnaire, to help me out! https://forms.gle/vJjzxwpXf5vwTm9v9 | ||
|
||
**Interview:** | ||
|
||
I did an interview with console. If you want to know more about me and the project, you can find the interview here: https://console.substack.com/p/console-180 | ||
|
||
**Upstream:** | ||
|
||
- 🚀 LibrePhotos: Machine Learning models will now get downloaded on the first scan and saved within the protected_media folder. This reduces the size of the cpu based image by 50%, which should make updating faster. | ||
- 🚀 LibrePhotos: You can now see the available space on the sidebar on the right! | ||
- 🚀 Frontend: You can now filter by photo and by video (Implemented by [AnkurPrabhu](https://github.com/AnkurPrabhu)) | ||
- 🚀 LibrePhotos: ONNX is now available as an ML execution engine | ||
- 🚀 LibrePhotos: You can now select the image caption model you want to use | ||
- ✨ Frontend: Search query will now be visible in URL, which allows for deep-linking. (Implemented by [sickelap](https://github.com/sickelap)) | ||
- ✨ Frontend: Tons of maintainability issue fixed by [sickelap](https://github.com/sickelap) | ||
- ✨ LibrePhotos: A lot of new and improved translations from the community | ||
- ✨ LibrePhotos: Updated around 40 dependencies | ||
- 🔨 LibrePhotos: Face recognition should now work on the GPU image | ||
- 🔨 Frontend: Fixed an issue, where public photos with no timestamp breaks settings | ||
|
||
--- | ||
|
||
**New Issues:** | ||
|
||
- 🐞 Nextcloud integration does not work ([Link](https://github.com/LibrePhotos/librephotos/issues/1066)) | ||
|
||
- 💡 Zoom out to display more thumbnails in the gallery ([Link](https://github.com/LibrePhotos/librephotos/issues/1063)) | ||
|
||
- 🐞 Possible issue while Scanning with Network Mount? ([Link](https://github.com/LibrePhotos/librephotos/issues/1058)) | ||
|
||
- 🐞 Cuda initialization error in latest GPU backend ([Link](https://github.com/LibrePhotos/librephotos/issues/1056)) | ||
Details section on public page ([Link](https://github.com/LibrePhotos/librephotos/issues/1046)) | ||
|
||
--- | ||
|
||
If you are interested on how I develop this application, you can watch me develop features live on **[my channel](https://www.youtube.com/channel/UCZJ2pk2BPKxwbuCV9LWDR0w)** | ||
|
||
--- | ||
|
||
**Sponsoring development:** | ||
|
||
My work is sponsored by **9** awesome people! | ||
|
||
If you like the work I do, then you can support me via **[GitHub sponsors](https://github.com/sponsors/derneuere)** or via **[PayPal](https://www.paypal.com/donate/?hosted_button_id=5JWVM2UR4LM96)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
slug: 2023w48 | ||
title: "Development: 2023 - November" | ||
authors: [niaz] | ||
tags: [release] | ||
--- | ||
|
||
**Survey:** | ||
|
||
I want to answer two questions: What is the best way to implement automatic image captioning, and what systems are the users of LibrePhotos using? | ||
|
||
Fill out this questionnaire, to help me out! https://forms.gle/vJjzxwpXf5vwTm9v9 | ||
|
||
**Upstream:** | ||
|
||
- 🚀 LibrePhotos: You can now download a new image captioning model called BLIP | ||
- ✨ Frontend: Shared album will now be visible in URL, which allows for deep-linking. (Implemented by [sickelap](https://github.com/sickelap)) | ||
- ✨ Frontend: Tons of maintainability issue fixed by [sickelap](https://github.com/sickelap) | ||
- ✨ LibrePhotos: Progress of downloading models is now visible in the logs | ||
- ✨ LibrePhotos: Updated around a bunch of dependencies and updated language strings from the community | ||
- 🔨 LibrePhotos: Download of pictures should work now, even if the zip file is large. Fixed by [AnkurPrabhu](https://github.com/AnkurPrabhu) | ||
|
||
--- | ||
|
||
If you are interested on how I develop this application, you can watch me develop features live on **[my channel](https://www.youtube.com/channel/UCZJ2pk2BPKxwbuCV9LWDR0w)** | ||
|
||
--- | ||
|
||
**Sponsoring development:** | ||
|
||
My work is sponsored by **10** awesome people! | ||
|
||
If you like the work I do, then you can support me via **[GitHub sponsors](https://github.com/sponsors/derneuere)** or via **[PayPal](https://www.paypal.com/donate/?hosted_button_id=5JWVM2UR4LM96)** |