diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5c90c80752..dc03173e2e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 8.50.0 (2024-12-08) + * Stat bars in the Item Popup now show more detailed information about contributing factors. Stat bar tooltips are easier to hover/hold-tap, and list weapon parts and stat contributions. * Some backlogged translations have been added to the app. * Destiny 2's item/game definitions are now more spread out in browser storage, to prevent Firefox from hitting a storage limit. diff --git a/package.json b/package.json index 7f0508c553..e0de5a7e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dim", - "version": "8.49.0", + "version": "8.50.0", "description": "An item manager for Destiny.", "main": "app/index.html", "private": true,