From ba45660e837b6df4f72898081570c82c70369b49 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 24 Dec 2013 22:11:45 +0400 Subject: [PATCH] doc update... Signed-off-by: Alex A. Naanou --- ui/data.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/data.js b/ui/data.js index 4b619d4f..63200f13 100755 --- a/ui/data.js +++ b/ui/data.js @@ -42,11 +42,12 @@ // - now DATA.current is saved separately in current.json // loading is done from current.json and if not found from // data.json +// - data, marks, bookmarks, tags are now saved only if updated // // NOTE: Gen1 and Gen3 refer to code generations rather than data format // iterations, Gen2 is skipped here as it is a different project -// (PortableMag) mostly built on the same code base as -// ImageGrid.Viewer +// (PortableMag) started on the same code base as ImageGrid.Viewer +// generation 1 and advanced from there... var DATA_VERSION = '2.2'