diff --git a/config/feature-flags.ts b/config/feature-flags.ts
index 010040931..ac7bed23e 100644
--- a/config/feature-flags.ts
+++ b/config/feature-flags.ts
@@ -54,7 +54,7 @@ export function makeFeatureFlags(env: {
// Whether to allow setting in-game loadout identifiers on DIM loadouts.
editInGameLoadoutIdentifiers: false,
// Whether to sync DIM API data instead of loading everything
- dimApiSync: !env.release,
+ dimApiSync: true,
};
}
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 938690b65..aa1c1c930 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,9 +1,15 @@
## Next
+* 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)
+* DIM now coordinates in a limited way between different tabs/windows. Only one tab will load data at a time, and when it does, all other tabs will refresh immediately. Item moves are also reflected immediately across tabs. This should help prevent tabs from getting out of sync with each other.
+
## 8.56.0 (2025-01-26)
+* Removed the 15 second timer on being able to check for new data from Bungie.net.
+
## 8.55.0 (2025-01-19)
* Restored a workaround for laggy dragging in Chrome on Windows when using some high-DPI and/or Logitech mice.