Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

79 lines (51 loc) · 2.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.3 - 25/10/2024

Added

  • Password changes After logging in, users are prompted to update their password if shouldChangePassword is true. Users can also change their password if they wish by navigating to the settings screen.

  • Dynamic theming. Album share now uses the system color scheme when available.

Changed

  • Activity and notification sidebars have some transparency removed, this makes content much easier to see.

0.3.2 - 21/10/2024

Changed

  • Updated build script. Builds should now complete for Android and Linux

Fixed

  • Notifications aren't shown when new assets or activity are found.
  • server-info endpoint removed from Immich API starting from v1.118.0

[0.3.1]

Skipped release

0.3.0 - 15/10/2024

Added

  • Activity. Users can now view and reply to likes and comments.
  • Background sync. Android and iOS only for now.

Changed

  • Moved away from bitsdojo_window package onto the window-manager package. This allows us to have better control over the window and fix the buggy double click to maximise.

Fixed

  • App bar unable to hide on mobile platforms.
  • App attempts to validate token when launched even if not signed in.

0.2.1 - 20/09/2024

Added

  • Changelog
  • Added album title to AssetViewerScreen

Changed

  • Use same colour on material navigation bars and material app bar.
  • Updated default preferences.

Fixed

  • Tapping on desktop app bar causes it to hide.
  • AssetViewerPage popping when image zoomed. Now, when the user attempts to navigate back, the image scale is first reset then the page popped if the user attempts to navigate back a second time
  • If the user attempts to navigate backwards after logging in, the user is taken to the login page again but remains logged in.
  • Pop called twice when asset swiped down.