From d66ea4c137610cf48b587e6d8f2324aadd326236 Mon Sep 17 00:00:00 2001 From: DIM Release Bot Date: Mon, 3 Feb 2025 20:28:02 +0000 Subject: [PATCH] 8.57.1 --- docs/CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aa1c1c930..7ce601375 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 8.57.1 (2025-02-03) + * DIM Sync data is now loaded incrementally, instead of being completely refreshed every time. This should result in faster updates, but otherwise nothing should be different. If you notice things are out of sync, you can click the "Reload remote data from DIM sync" button in Settings, but please let us know if you needed to do that. ## 8.57.0 (2025-02-02) diff --git a/package.json b/package.json index 7d9a69487..172eed31c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dim", - "version": "8.57.0", + "version": "8.57.1", "description": "An item manager for Destiny.", "main": "app/index.html", "private": true,