Skip to content

Commit 9216ec1

Browse files
chore: bump version to 2.0.0
# [2.0.0](v1.1.1...v2.0.0) (2026-04-04) ### Bug Fixes * Empty external links breaking the settings menu, we now parse the external links twice ([4adb41d](4adb41d)) * Fixed all non link buttons like "Add to cart" not working ([f78cd6b](f78cd6b)) * Fixed external links no longer working in webkit ([2708abc](2708abc)) * no longer use libcrypto library but use own hmac implementation ([328e3f4](328e3f4)) * storage manager crashing steam ([75d48b1](75d48b1)) * toolbar context menu not being styled by themes ([d5d9c52](d5d9c52)) ### chore * prepare for release by updating readme with info for 2.0 ([8d6b56a](8d6b56a)) ### Features * add quick buttons to open extensions store and extensions page ([6eac90a](6eac90a)) * Added compatibility status indicators with link to compatibility list ([307b97c](307b97c)) * added setting to always open links in current tab instead of new window or external ([6051397](6051397)) * added uninstall button to context extension menu ([36c1fde](36c1fde)) * first working version of automatic installation of internal extension ([2be18ef](2be18ef)) * fully port to lua and get rid of old way of managing extensions now fully using chrome's native extensions ([3b0b9c7](3b0b9c7)) * implement native extension action popups in the steamclient with BrowserViews ([95bf007](95bf007)) * prevent installation of broken extensions like tampermonkey to prevent bricking steam ([845de1e](845de1e)) * removed storage manager as it is no longer needed ([0f1e99b](0f1e99b)) * Show dialog on startup to migrate from old legacy extensions ([589b5dd](589b5dd)) * Show error dialog of automatic installation of internal extension failed ([72f52e7](72f52e7)) * working options page with new native extensions and sync enabled state better ([a9e4968](a9e4968)) ### BREAKING CHANGES * Extendium has been fully rewritten all previously installed extensions and extension settings no longer work with 2.0 and will need to be migrated
1 parent c657ad4 commit 9216ec1

3 files changed

Lines changed: 43 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# [2.0.0](https://github.com/BossSloth/Extendium/compare/v1.1.1...v2.0.0) (2026-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Empty external links breaking the settings menu, we now parse the external links twice ([4adb41d](https://github.com/BossSloth/Extendium/commit/4adb41d2ab6c8b45c1808d8e7d993889e76c3427))
7+
* Fixed all non link buttons like "Add to cart" not working ([f78cd6b](https://github.com/BossSloth/Extendium/commit/f78cd6b9f093a9f9b5060799b26299c1da2806fd))
8+
* Fixed external links no longer working in webkit ([2708abc](https://github.com/BossSloth/Extendium/commit/2708abcaa57cfa51a43537e51d4aff1b79472b6d))
9+
* no longer use libcrypto library but use own hmac implementation ([328e3f4](https://github.com/BossSloth/Extendium/commit/328e3f4cd76c018b3ae71030b7f6669ef2880369))
10+
* storage manager crashing steam ([75d48b1](https://github.com/BossSloth/Extendium/commit/75d48b1415bfd7534331a719eb812561373b98cd))
11+
* toolbar context menu not being styled by themes ([d5d9c52](https://github.com/BossSloth/Extendium/commit/d5d9c52c32d9acc55ab47cc8fb9d593831d70217))
12+
13+
14+
### chore
15+
16+
* prepare for release by updating readme with info for 2.0 ([8d6b56a](https://github.com/BossSloth/Extendium/commit/8d6b56a060d77a8e3716bdace011959d74832e1e))
17+
18+
19+
### Features
20+
21+
* add quick buttons to open extensions store and extensions page ([6eac90a](https://github.com/BossSloth/Extendium/commit/6eac90a73c820156839ee081c50dccbd8367966d))
22+
* Added compatibility status indicators with link to compatibility list ([307b97c](https://github.com/BossSloth/Extendium/commit/307b97c0554b7542eb123cf6ae564e80bcad61b8))
23+
* added setting to always open links in current tab instead of new window or external ([6051397](https://github.com/BossSloth/Extendium/commit/605139715120cf7cf19f45210a642b0395750a38))
24+
* added uninstall button to context extension menu ([36c1fde](https://github.com/BossSloth/Extendium/commit/36c1fdef3d4fbf31ad7b8255f5018a53b5e140ac))
25+
* first working version of automatic installation of internal extension ([2be18ef](https://github.com/BossSloth/Extendium/commit/2be18efda2310c9852c2d57eb88341d5d0a90bec))
26+
* fully port to lua and get rid of old way of managing extensions now fully using chrome's native extensions ([3b0b9c7](https://github.com/BossSloth/Extendium/commit/3b0b9c75642d806c1f2934da114f5058f51cc6e1))
27+
* implement native extension action popups in the steamclient with BrowserViews ([95bf007](https://github.com/BossSloth/Extendium/commit/95bf00769645e04d751cdb5c28311fd7d107debc))
28+
* prevent installation of broken extensions like tampermonkey to prevent bricking steam ([845de1e](https://github.com/BossSloth/Extendium/commit/845de1e6e4f4e27f60e52faf986007cefbf0bc64))
29+
* removed storage manager as it is no longer needed ([0f1e99b](https://github.com/BossSloth/Extendium/commit/0f1e99b1c04f3264827b96f0035ce23771618b22))
30+
* Show dialog on startup to migrate from old legacy extensions ([589b5dd](https://github.com/BossSloth/Extendium/commit/589b5dda5658e901a9eab520de4caf5048fac932))
31+
* Show error dialog of automatic installation of internal extension failed ([72f52e7](https://github.com/BossSloth/Extendium/commit/72f52e7aed0754164cfca91e5d87b56d7e4dfd7b))
32+
* working options page with new native extensions and sync enabled state better ([a9e4968](https://github.com/BossSloth/Extendium/commit/a9e4968b23f96072acc86d9951ccf878035ade09))
33+
34+
35+
### BREAKING CHANGES
36+
37+
* Extendium has been fully rewritten all previously installed extensions and extension settings no longer work with 2.0 and will need to be migrated
38+
139
## [1.1.1](https://github.com/BossSloth/Extendium/compare/v1.1.0...v1.1.1) (2025-12-19)
240

341

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"type": "module",
3434
"name": "extendium",
35-
"version": "1.1.1",
35+
"version": "2.0.0",
3636
"description": "A plugin for Millennium that adds chrome extensions support to the client",
3737
"main": "./frontend/index.tsx",
3838
"author": "BossSloth",

plugin.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"name": "extendium",
44
"common_name": "Extendium",
55
"description": "Chrome extension support for Steam. Install extensions like SteamDB, Augmented Steam, UBlock Origin, and more in your Steam Desktop Client",
6-
"version": "1.1.1",
6+
"version": "2.0.0",
77
"backendType": "lua",
8-
"include": ["fake-header-extension"]
8+
"include": [
9+
"fake-header-extension"
10+
]
911
}

0 commit comments

Comments
 (0)