Releases: immich-app/immich
Releases · immich-app/immich
V1.3.0-dev
The version of the server, iOS, and Android app now start with 1.x.x to accommodate version checking in the mobile app. This is still a pre-release.
Breaking Changed
- Multipart upload form now has two fields,
assetData
andthumbnailData
to receive both asset data and thumbnail data from the mobile app, thus, reducing dependency on the server (sharp.js and FFmpeg) to create a template for an asset. This change requires the app and server to be on version 1.3.0 to work properly.
What's Changed
- Integrate TeamCity ci/cd and add build status to readme by @alextran1502 in #52
- Show curated asset's location in search page by @alextran1502 in #55
- Bump docker/build-push-action from 2.9.0 to 2.10.0 by @dependabot in #53
- Add support for Apple Pro Raw format (.DNG) by @alextran1502 in #60
- Fixed incorrect Mapbox environment key requirement by @alextran1502 in #62
- Get thumbnail from the app by @alextran1502 in #68
- Fixed issue with docker build on the server
- Fixed Fastlane versioning issue
iOS
You can download the app from Apple AppStore here.
Android
You can download the app from the release tab.
Support
You can support the project using Github Sponsor
v0.5-dev
What's Changed
- Implemented image tagging using TensorFlow InceptionV3 by @alextran1502 in #28
- Implemented bottom app bar with search page by @alextran1502 in #35
- Implemented search result page by @alextran1502 in #37
Full Changelog: v0.4-dev...v0.5-dev
v0.4-dev
What's Changed
- Implemented delete asset on the device and on the database by @alextran1502 in #22
- Bump follow-redirects from 1.14.7 to 1.14.8 in /server by @dependabot in #23
- WebSocket upload notification by @alextran1502 in #25
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: v0.3-dev...v0.4-dev
v0.3-dev
What's Changed
- Dev/option app bar by @alextran1502 in #15
- Support HEIC/HEIF by @alextran1502 in #16
- Implemented EXIF store and display by @alextran1502 in #19
Full Changelog: v0.2-dev...v0.3-dev
v0.2-dev
Features
- Auto Backup
- Group Selection
- Multiple Selection
- Video Player
What's Changed
- Automated multi-platform build and DockerHub publication by @schklom in #8
- Implemented reload when pop back from backup controller page by @alextran1502 in #9
- Implemented auto backup by @alextran1502 in #11
- Implemented multi-select interaction by @alextran1502 in #13
New Contributors
Full Changelog: first-android-release...v0.2-dev