From 5b2ca7edf4eb79dda2bdff831c9b1b57cdda8a88 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 19 Oct 2023 14:01:14 +0530 Subject: [PATCH 1/4] update UI --- ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui b/ui index ffdf7b65b..6ec237e50 160000 --- a/ui +++ b/ui @@ -1 +1 @@ -Subproject commit ffdf7b65b51f2fde65d2afaea4657b0b7c50ae6f +Subproject commit 6ec237e50f8f95188160fc68a25355bd6229bdb2 From e0c60c3bc0f92d7875f6fa5d931ce9c3fe172927 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 19 Oct 2023 14:01:33 +0530 Subject: [PATCH 2/4] v1.6.47 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee1960537..01a4ebd1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ente", "productName": "ente", - "version": "1.6.46", + "version": "1.6.47", "private": true, "description": "Desktop client for ente.io", "main": "app/main.js", From bcba9dbdcc1f21737342546c78b7e37900fd9b3d Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 19 Oct 2023 18:03:48 +0530 Subject: [PATCH 3/4] add changelog v1.6.67 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b358267..1b8bf0f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v1.6.67 + +### Bug Fixes + +- Fixed misaligned icons in photoviewer +- Fixed issue with Motion photo upload +- Fixed issue with Live-photo upload +- other minor ux improvement + ## v1.6.66 ### Bug Fixes From 57384de1d16c649e58a53acfb2c186acbe8fb226 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 19 Oct 2023 18:04:08 +0530 Subject: [PATCH 4/4] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8bf0f2b..2a9ce2346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Bug Fixes -- Fixed misaligned icons in photoviewer +- Fixed misaligned icons in photo-viewer - Fixed issue with Motion photo upload - Fixed issue with Live-photo upload - other minor ux improvement