Skip to content

Releases: BossSloth/Extendium

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 29 May 18:26

2.0.4 (2026-05-29)

Bug Fixes

  • made helper extension optional, more reliable and added documentation on how to install it manually (18b3a04)

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Apr 13:34

2.0.3 (2026-04-12)

Bug Fixes

  • reverted using json.empty_array as it doesn't work on millennium 2.35, Fixes #82 (6aa1498)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Apr 18:35

2.0.2 (2026-04-11)

Bug Fixes

  • Fixed crash when no external links were saved (1a960f3)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 14:06

2.0.1 (2026-04-09)

Bug Fixes

  • Fixed extendium not working on the latest millennium beta (requires beta.20) (b6afd2c)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 19:26

2.0.0 (2026-04-04)

Bug Fixes

  • Empty external links breaking the settings menu, we now parse the external links twice (4adb41d)
  • Fixed all non link buttons like "Add to cart" not working (f78cd6b)
  • Fixed external links no longer working in webkit (2708abc)
  • no longer use libcrypto library but use own hmac implementation (328e3f4)
  • storage manager crashing steam (75d48b1)
  • toolbar context menu not being styled by themes (d5d9c52)

chore

  • prepare for release by updating readme with info for 2.0 (8d6b56a)

Features

  • add quick buttons to open extensions store and extensions page (6eac90a)
  • Added compatibility status indicators with link to compatibility list (307b97c)
  • added setting to always open links in current tab instead of new window or external (6051397)
  • added uninstall button to context extension menu (36c1fde)
  • first working version of automatic installation of internal extension (2be18ef)
  • fully port to lua and get rid of old way of managing extensions now fully using chrome's native extensions (3b0b9c7)
  • implement native extension action popups in the steamclient with BrowserViews (95bf007)
  • prevent installation of broken extensions like tampermonkey to prevent bricking steam (845de1e)
  • removed storage manager as it is no longer needed (0f1e99b)
  • Show dialog on startup to migrate from old legacy extensions (589b5dd)
  • Show error dialog of automatic installation of internal extension failed (72f52e7)
  • working options page with new native extensions and sync enabled state better (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

v2.0.0-beta-4

v2.0.0-beta-4 Pre-release
Pre-release

Choose a tag to compare

@BossSloth BossSloth released this 21 Mar 20:15

v2.0.0-beta-3

v2.0.0-beta-3 Pre-release
Pre-release

Choose a tag to compare

@BossSloth BossSloth released this 21 Mar 18:13

v2.0.0-beta-2

v2.0.0-beta-2 Pre-release
Pre-release

Choose a tag to compare

@BossSloth BossSloth released this 20 Mar 20:36

v2.0.0-beta-1

v2.0.0-beta-1 Pre-release
Pre-release

Choose a tag to compare

@BossSloth BossSloth released this 15 Mar 19:21

This is the first testing release of the 2.0 extendium rewrite.
If you don't know what you are doing don't use this version as it can break things.
See the discord channel for general instructions for this new version.

See the new updating compatibility list here https://docs.google.com/spreadsheets/d/e/2PACX-1vSGe55SdLrz9vILg6jPDvlOrkpeOgInPxor96t5MreHPkXNhft4XSwetj70aYhNjCocnfLxpk29Nkkf/pubhtml

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Dec 18:26

1.1.1 (2025-12-19)

Bug Fixes