From ee563b30ff4190bdd0dc1b3a84d2e8a83e396e9c Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 5 Dec 2023 15:27:25 +0530 Subject: [PATCH] v1.6.55 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d574617a..ac24d9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG -### v1.6.54 +## v1.6.55 + +### Bug Fixes + +- Added manage family portal option if add-on is active +- Fixed filename date parsing issue +- Fixed storage limit ui glitch +- Fixed dedupe page layout issue +- Fixed ElectronAPI refactoring issue +- Fixed Search related issues + +## v1.6.54 ### New Features diff --git a/package.json b/package.json index 855c9180..8517d4ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ente", "productName": "ente", - "version": "1.6.55-alpha.3", + "version": "1.6.55", "private": true, "description": "Desktop client for ente.io", "main": "app/main.js",