From 07df53acdec41a7b6c181f1c197f1c2d76e3280d Mon Sep 17 00:00:00 2001 From: ergosteur Date: Mon, 17 Aug 2026 13:58:15 -0400 Subject: [PATCH] chore: release 1.8.0 Ships the gallery-dl sidecar work to the viewer. The visible change is reel classification: official_artms' Reels tab drops from 781 items to 360, because the sidecars say the other 421 are ordinary feed videos the clips endpoint returns via include_feed_video. Directory-based classification counted them all as reels. Also in this release: dates ranked by source rather than scan order, and highlight items no longer appearing twice when the archive holds them under both JDownloader naming conventions. Co-Authored-By: Claude Opus 5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 721b94a..9c9cd4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "instaarchive-viewer", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "instaarchive-viewer", - "version": "1.7.1", + "version": "1.8.0", "dependencies": { "@tailwindcss/vite": "^4.1.14", "@vitejs/plugin-react": "^5.0.4", diff --git a/package.json b/package.json index be6d47a..c662d59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "instaarchive-viewer", "private": true, - "version": "1.7.1", + "version": "1.8.0", "type": "module", "scripts": { "dev": "vite --port=3000 --host=0.0.0.0",