Skip to content

Commit

Permalink
chore(release): 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Oct 11, 2022
1 parent eba033e commit 5f7ef3f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.8.2](https://github.com/itssimple/destiny2-overlay/compare/v1.8.1...v1.8.2) (2022-10-11)

### [1.8.1](https://github.com/itssimple/destiny2-overlay/compare/v1.8.0...v1.8.1) (2022-08-17)


Expand Down
33 changes: 26 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,30 @@
"splash_image": "resources/images/splash.png",
"launcher_icon": "resources/images/gtt-logo.ico"
},
"permissions": ["GameInfo", "Extensions", "FileSystem", "Hotkeys", "Web", "Streaming"],
"permissions": [
"GameInfo",
"Extensions",
"FileSystem",
"Hotkeys",
"Web",
"Streaming"
],
"data": {
"game_targeting": {
"type": "dedicated",
"game_ids": [21812]
"game_ids": [
21812
]
},
"externally_connectable": {
"matches": ["https://www.bungie.net", "https://o2g.itssimple.se"]
"matches": [
"https://www.bungie.net",
"https://o2g.itssimple.se"
]
},
"protocol_override_domains": {
"googlesyndication": "http"
},
"protocol_override_domains": { "googlesyndication": "http" },
"start_window": "background",
"windows": {
"background": {
Expand Down Expand Up @@ -94,13 +108,17 @@
{
"event": "GameLaunch",
"event_data": {
"game_ids": [21812]
"game_ids": [
21812
]
},
"tracked": true,
"include_launchers": false
}
],
"game_events": [21812],
"game_events": [
21812
],
"disable_dt": false,
"developer": {
"enable_auto_refresh": true,
Expand All @@ -124,5 +142,6 @@
"passthrough": true
}
}
}
},
"version": "1.8.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "overwolf-destiny2-overlay",
"version": "1.8.1",
"version": "1.8.2",
"repository": "https://github.com/itssimple/destiny2-overlay.git",
"author": "Chris Gårdenberg <webmaster@itssimple.se>",
"license": "MIT",
Expand Down

0 comments on commit 5f7ef3f

Please sign in to comment.