You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Release notes of recent updates to Ente Auth
4
+
---
5
+
6
+
# Changelog - Ente Auth
7
+
8
+
<!-- A short summary list of changes to the Ente Auth mobile and desktop apps. For a more user-oriented list with screenshots and blog post links, see the [global changelog](https://ente.io/changelog). -->
9
+
10
+
## v4.4.4 - Aug 2025
11
+
12
+
- Lots of new custom icons!
13
+
- Add monochrome icon style for macOS tray
14
+
- Auto hide dock icon macOS
15
+
16
+
## v4.4.3 - Jul 2025
17
+
18
+
- Fix unknown hard error on closing the app on Windows
19
+
- Fall back to Passcode if FaceId not detected on iOS
20
+
21
+
## v4.4.0 - Jun 2025
22
+
23
+
- Handle incorrect system time during code generation (online mode only)
description: Release notes of recent updates to Ente Photos mobile and desktop apps
4
+
---
5
+
6
+
# Changelog - Ente Photos
7
+
8
+
<!-- A short summary list of changes to the Ente Photos mobile and desktop apps. For a more user-oriented list with screenshots and blog post links, see the [global changelog](https://ente.io/changelog). -->
9
+
10
+
## v1.2.15 (mobile) - Oct 2025
11
+
12
+
-**OCR! Select text in photos** - Ente will detect if a photo or screenshot has an text and show you a button to enter text selection mode. Each line of text can be individually selected.
13
+
-**Swipe to select** - Use the swipe gesture to quickly select photos in your gallery. Works great with one handed use, without needing to lift up your finger!
14
+
-**New memories** - "Playful kids", "Winter adventures", "Neon nights", and more.
15
+
- Support for landscape layout in the app's main gallery.
16
+
- Show persons without any associated photos instead of filtering them out.
17
+
- Improve video aspect detection when shared from external apps.
18
+
19
+
## v1.7.15 (desktop) - Oct 2025
20
+
21
+
- Search functionality for album selection dialogs.
22
+
- Quicker way to create new albums.
23
+
- New layouts for public albums - grouped, continuous and trip.
24
+
- Custom domain support for public album sharing.
25
+
- Support Czech translations.
26
+
27
+
## v1.2.11 (mobile) - Oct 2025
28
+
29
+
-**Map view for your trips** - Choose between grouped, continuous, or trip (map-based) layouts when sharing albums.
30
+
-**Embed albums** - Embed your albums in your own website, blog, photography portfolio. Ente takes care of hosting!
31
+
-**Shared albums in widgets** - Home screen widgets now supports albums that have been shared with you.
32
+
- Quality of life wins - Add photos to albums from file viewer. Album level guest view option.
33
+
- Sharing improvements - Share public links using a QR code. Customize the ability to join albums from links you share.
The share web app (Public Locker) specifically requires all routes to be served through `/index.html` as it uses client-side routing with a single entry point. The `try_files` directive with `/index.html` as the fallback is essential for proper functionality. Without this configuration, direct links to shared albums and routes will result in 404 errors.
249
+
250
+
:::
251
+
241
252
The web application for Ente Photos should be accessible at
242
253
http://localhost:3000, check out the
243
254
[default ports](/self-hosting/installation/env-var#ports) for more
0 commit comments