Skip to content

Commit 2d2693b

Browse files
Preparing v3.10.2
1 parent b785aee commit 2d2693b

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next
1+
# 3.10.2
22

33
* Fixed error building talent grid for Hawkmoon.
44
* Don't attempt to build record books when advisors are not loaded.

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Destiny Item Manager",
4-
"version": "3.10.0",
4+
"version": "3.10.2",
55
"description": "Robust interface to manage gear, weapons, and items in Destiny.",
66
"icons": {
77
"16": "icon16.png",

app/views/changelog-toaster.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11

2-
<p><b>The One While We Wait</b></p>
2+
<p>We've got a few bug fixes from this morning's release.</p>
33
<ul style="margin: 0;padding:0;">
4-
<li>DIM's file size is down from 30mb to 4mb.</li>
5-
<li>You can <a href="http://imgur.com/SkcopCq" target="_blank">create loadouts</a> in the Loadout Builder using perks.</li>
6-
<li>Expect faster startup and fewer updates now that we're downloading Bungie's item database into DIM instead of bundling.</li>
4+
<li>Hawkmoon talent grid is fixed.</li>
5+
<li>Moments of Triumph Record Book now shows progress.</li>
6+
<li>New Item overlays (enabled in settings) have been restored.</li>
7+
<li>Fixed an error while equipping a loadout.</li>
8+
<li>Re-enabled stats until 9/19.</li>
9+
<li>Loadout Builder works again!.</li>
710
</ul>
811
<p>
912
Our full <a href="https://github.com/DestinyItemManager/DIM/blob/master/CHANGELOG.md"

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dim",
33
"description": "An item manager for Destiny.",
4-
"version": "3.10.0",
4+
"version": "3.10.2",
55
"homepage": "https://github.com/DestinyItemManager/DIM",
66
"repository": {
77
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dim",
3-
"version": "3.10.0",
3+
"version": "3.10.2",
44
"description": "An item manager for Destiny.",
55
"main": "app/index.html",
66
"scripts": {

0 commit comments

Comments
 (0)