What's Changed
This release brings important bug fixes and enhanced platform support, including improved handling of SSL connections, more robust timezone logic, and broader architecture compatibility.
New Features 🎉
-
ARM64 Docker Image Support:
We now build and publish ARM64 Docker images, allowing the project to run seamlessly on more platforms. Thanks to @dgraf-gh! (#103)
Improvements & Bugfixes
-
SSL Issue Resolved:
Removed an unnecessary redirect that previously caused connections to be downgraded from HTTPS to HTTP. This change ensures that secure HTTPS connections are consistently enforced. (#106) -
Timezone Handling Fix:
Addressed a bug where JavaScript's Date parsing created inconsistencies:Date.parse()
interprets date strings in UTC, but usingnew Date(year, month, day)
constructs the date in the local timezone. The fix ensures consistent and accurate timezone handling. Also transmitting now Timezone information to fetch images from Immich and the raw location data to be displayed correctly on the map. (#106)