Commit 9216ec1
committed
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 migrated1 parent c657ad4 commit 9216ec1
3 files changed
Lines changed: 43 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
1 | 39 | | |
2 | 40 | | |
3 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
0 commit comments