Skip to content

Releases: BossSloth/Extendium

v1.1.1

19 Dec 18:26

Choose a tag to compare

1.1.1 (2025-12-19)

Bug Fixes

v1.1.0

03 Dec 19:41

Choose a tag to compare

1.1.0 (2025-12-03)

Bug Fixes

  • add fallback to higher Chrome version when extension has a minimum chrome version like stylus, closes #32 (f05018a)
  • catch errors extension initialization to not break the extension bar (a827418)
  • Fixed extensions not finding updates if chrome page was not in english (de2420f)
  • properly shutdown plugin when unloading (6b4f757)
  • try making getUserInfo more reliable, should prevent less random fails on launch (59d74e3)

Features

  • add chrome.runtime.lastError property to both frontend and webkit implementations (fceded0)
  • add current account balance to fake header (6f0cf8e)
  • add safe proxy wrapper for chrome API to improve error logging on unhandled api calls (5dab17e)
  • implement extension onInstalled events and handle create tab option page (2e69ea3)

v1.0.3

06 Oct 17:33

Choose a tag to compare

1.0.3 (2025-10-06)

Bug Fixes

  • Detect more links to open as options menu (ca1fe0b)
  • Disabled fake header on steam news page as steam does some weird things on that page if the header is present, closes #18 (33c747e)
  • Fixed extendium giving back the wrong locale if the current language had a sub tag like pt-br or zh-cn. This should fix some extensions that would previously not work with these languages (e70b1b1)
  • Fixed extension button sometimes disspearing when extendium fails to get some user data (bb3c3b7)

v1.0.2

05 Oct 10:50

Choose a tag to compare

1.0.2 (2025-10-05)

Bug Fixes

  • Fixed puzzle icon sometimes not appearing and fixed undefined 'innerHeight' error, closes #12, closes #17 (913a0be)

v1.0.1

28 Sep 20:04

Choose a tag to compare

1.0.1 (2025-09-28)

Bug Fixes

  • controller input not working in BPM by updating @steambrew/ttc, closes #13 (57b3734)

v1.0.0

20 Sep 21:17

Choose a tag to compare

With this release, I consider Extendium to be feature-complete enough to be called done. Of course, this doesn't mean I am going to stop development, but rather that the core vision for the project has been realized. Bug fixes, performance improvements, and support for more extensions will continue to be a priority. This also means it has been added to the website and can now be installed and auto updated through Millennium. https://steambrew.app/plugin?id=788ed8554492

Key new features in 1.0.0:

  • Extendium now should fully work on Linux. There are still some inconsistencies with the UI compared to Windows, but the core functionality should work.
  • A new setting has been added to allow you to configure which links should open in your default external browser
  • The url matcher has been fully rewritten so extension content script should now always load. Even if the extension has some complex script matches.
  • The readme has also been updated with more information on how to use Extendium. So make sure to check it out. README

Bug Fixes

  • broken link to extension manger in toolbar (a684dd5)
  • don't repin extensions if there are no pinned extensions, closes #6 (99b77c5)
  • some options links not working when there was a space in the file path (2c9f75a)
  • some scripts in popups not loading when being a type module (27148ae)

Features

  • add external link manager for opening urls in external browser (670fe98)
  • add search filter to storage manager (e5c6a8e)
  • full linux support (5bf2a76)
  • implement colored console logging with context badges and improve error handling (6cc325c)
  • show dot indicator when an update is available in the extension bar (82dc246)
  • support background module scripts (04c5dbe)
  • use new url matcher, content scripts should now always load (e48a9c8)

v0.3.0-beta

16 Aug 20:42

Choose a tag to compare

v0.3.0-beta Pre-release
Pre-release

0.3.0 (2025-08-16)

Bug Fixes

  • dom loaded not triggering on some pages (9dcd8f3)
  • extension button being invisible when using Fluenty theme (37f54f7)
  • small improvement to some logging (7a02c97)
  • some icons not working when there was a space in the file path (1e9c725)
  • some locales like pt_BR not working due to always trying the short country code (80c7e2e)

Features

  • add support for steam urls. you can now use "steam://extendium/manager" to open the extension manager screen (2ae5d88)
  • added auto-updates for extensions making easy to update them and be notified when an update is available (02ddf27)
  • better errors (361ecd5)
  • bunch of small additions. Making it more compatible with SIH (still doesn't work :( ) (9be2846)
  • extendium settings menu and extension bar margins (5bb7131)
  • storage manager (8a856a6)
  • support for management.getSelf and tabs.detectLanguage (e4b6174), closes #3

v0.2.0-beta

05 Jul 21:43

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

This version adds full support for the following extensions:

Full Changelog: v0.1.0...v0.2.0

v0.1.0-beta

01 Jul 19:39

Choose a tag to compare

v0.1.0-beta Pre-release
Pre-release

First beta of Extendium for testing purposes.
Requires latest beta version of Millennium v2.26 (if you don't know how to install the beta this beta is not for you)