From 6f451485d01a99b47ccb199cfee3d76d47516c33 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 24 Sep 2021 12:49:01 +1000 Subject: [PATCH] updated --- BUGs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUGs b/BUGs index 433b0a3..ef7941f 100644 --- a/BUGs +++ b/BUGs @@ -3,5 +3,5 @@ BUG-56: when making a viewing list of AI:mich, (any search?) and going past the BUG-60: entries per page (in folders view) ignores pagesize, and this also contributes to BUG-56 I think BUG-61: in Fullscreen mode and next/prev occasionally dropped out of FS this is just another consequence of going beyond Pagesize, when we get new entries from DB, it loses FS flag -BUG-64: seems when we move files, then somehow this triggers a lot of md5/thumb action (just for the moved files?) as they get a new? FILE entry -- why do I do that if that is the case, - the file, hash, thumb, faces, etc. should all still be connected to the FILE entry and just make it have a new home... +BUG-64: seems when we move files, they get a new? FILE entry -- the file, hash, thumb, faces, etc. should all still be connected to the FILE entry and just make it have a new home / new location... + - this is both with a move via GUI, and theoretically also when we find a moved file on the FS (could use hash check to validate if we can just keep connections)