Breaking
First and foremost, no data will be lost. The users need to update the docker-compose content.
This release includes the improved version of the backend application.
The background tasks for generating webp format for thumbnail, video reformatting (MOV to MP4), dispatching jobs for image tagging, and object detection have moved to the separated microservices container. In addition, the current microservices
container is renamed machine-learning
to serve its true purpose. This change is to prepare for the additional features that will be developed in the future and to guarantee the best I/O performance on the main server.
Therefore, the docker-compose file has additional services added and changed, namely machine-learning
and microservices
. You should update your docker-compose setup to restore the full function of the app.
From this release, users will receive the announcement on the web and mobile application whenever there is a new release from Github as a reminder to check for any changes.
What's Changed
- [MOBILE] Fixed issue #175 back button android return to the login page by @alextran1502 in #193
- [WEB] View assets detail and download operation by @alextran1502 in #198
- [BACKEND] Video conversion for web view by @alextran1502 in #200
- [WEB] Implemented status box on the sidebar by @alextran1502 in #201
- [WEB] Fix sidebar layout by @zackpollard in #204
- [BACKEND] Fix user e2e tests by @jbaez in #194
- [WEB] Minor improvements to the detail-panel component by @matthinc in #205
- [BACKEND] Refactor container and queuing system by @alextran1502 in #206
New Contributors
- @zackpollard made their first contribution in #204
- @matthinc made their first contribution in #205
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Support
You can support the project using Github Sponsor or
Full Changelog: v1.10.0_15-dev...v1.11.0_17-dev