doc update...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-24 22:11:45 +04:00
parent b80756ac72
commit ba45660e83

View File

@ -42,11 +42,12 @@
// - now DATA.current is saved separately in current.json // - now DATA.current is saved separately in current.json
// loading is done from current.json and if not found from // loading is done from current.json and if not found from
// data.json // data.json
// - data, marks, bookmarks, tags are now saved only if updated
// //
// NOTE: Gen1 and Gen3 refer to code generations rather than data format // NOTE: Gen1 and Gen3 refer to code generations rather than data format
// iterations, Gen2 is skipped here as it is a different project // iterations, Gen2 is skipped here as it is a different project
// (PortableMag) mostly built on the same code base as // (PortableMag) started on the same code base as ImageGrid.Viewer
// ImageGrid.Viewer // generation 1 and advanced from there...
var DATA_VERSION = '2.2' var DATA_VERSION = '2.2'