Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Releases: Alex313031/Thorium-Linux-AVX2

AVX2 MIGRATIONS

20 Feb 12:57
Compare
Choose a tag to compare

Since I am always making AVX2 and SSE3 Linux releases now, I decided to conglomerate the repos, and now all the Linux builds will be released in the same repo > https://github.com/Alex313031/thorium/releases

(Except the Raspberry Pi releases which can still be found at https://github.com/Alex313031/Thorium-Raspi)

M120.0.6099.276 - 3rd AVX2 Release

31 Jan 20:11
Compare
Choose a tag to compare

Please read the release notes here > https://github.com/Alex313031/thorium/releases/tag/M120.0.6099.235

However, in addition to that, this release is slightly newer, and has a new flag that everyone has been asking for: To disable the custom colored top bar icons and use the standard grey Chromium ones.

chrome://flags/#disable-thorium-icons

Enjoy!

Also, a new ThoriumOS release with many enhancements, and all of the above. > https://github.com/Alex313031/ThoriumOS/releases/tag/V120.0.6099.273

M119.0.6045.214 - 2nd AVX2 Release

18 Jan 23:14
Compare
Choose a tag to compare

First, to address the easter egg and website stuff, here is my explanation/apology post > https://alex313031.blogspot.com/2024/01/the-good-bad-and-ugly.html (it also addresses why I was gone for a month).

M119 (M118 was too old, so skipped that version)

  • Fixes multiple CVEs including GHSA-xm5p-7w7v-qqr5
  • Better HLS support
  • Better JavaScript compilation performance due to new Thorium compiler flags as well as upstream V8 re-workings.
  • Updated Widevine versions
  • The search engine choices that Thorium adds are now available in more locales. (Notably not in Russia or China because ya know, their governments not allowing certain URLs. Hong Kong and Ukraine are not affected).
  • Live Caption should now finally work (English only, sorry. The .grdp files for other languages are closed source for now).
  • ChromeCast can now use VP8 and VP9 codecs for less bandwidth consumption if you have slower internet. (Note that this is disabled by default in Chromium, I enabled it, but it is still experimental).
  • New chrome://flags flag chrome://flags#disable-aero This disables transparency effects and GPU accelerated window frame compositing (while still leaving GPU acceleration for the actual web contents intact). It is useful if you dislike transparency, or are getting glitches on Windows 11 with the window frame.
  • Thorium on Linux with multiple monitors should now restore Thorium to the last monitor it was open on.
  • Storage Access API was disabled because the security risk is more than the usability improvement. If you need this, use the new chrome://flags/#storage-access-api flag I added to enable it.
  • Keyboard shortcuts in ThoriumOS now align better with Linux.
  • Portable version now also sets the cache dir to ./.config/cache, to prevent any disk writes outside of the dir.
  • Rejoice! If you are like me and hate the new "Download bubble" and want the old "Download shelf" back, well I reverted a commit from upstream, and now there is a flag for it! > chrome://flags#download-bubble
  • Windows builds are now more hardened against memory overflows by enabling the arg "win_enable_cfg_guards = true"
  • PGO is now more effective (thanks @RobRich999) > Alex313031/thorium@5fe3937
  • New flag from Ungoogled-Chromium chrome://flags#tab-hover-cards Allows removing tab hover card images, and instead replace with a tooltip (the behavior before M106).
  • Added AVX2 builds

M115.0.5790.172 - 1st AVX2 Release

16 Aug 11:53
Compare
Choose a tag to compare

M115 : This release is all about bug fixes, rather than new features.

  • Storage Access API enabled by default upstream. I actually have a web app on the Thorium website that can make use of this new web standard > https://thorium.rocks/misc/vector-icon-app/
  • Added Middle Click AutoScroll for Linux (normally only enabled on Windows). Please report any bugs encountered - Fixes Alex313031/thorium#199
  • REMOVED Wayland VAAPI patch as it was causing too many bugs for too many people to be worth it. - Fixes Alex313031/thorium#162
  • Tabstrip window dragging bug fix for Windows (and possibly Linux and Mac, pending further investigation). - Fixes Alex313031/thorium#197
  • Profile picker crash fix. This was a major bug that occurred on all platforms, causing the browser to crash when trying to select a different profile other than the default one or guest one. Fixes Alex313031/Thorium-Win#58 and Alex313031/Thorium-Win-AVX2#95. The cause of it was narrowed down to this line, something completely unrelated code wise, but somehow caused a segmentation fault in the memory manager.
  • NTP Discovery fix for Android (Not so much a "fix" but just removing it so it doesn't look ugly). - Fixes Alex313031/Thorium-Special#16 (comment)
  • Fixed potential building problems on MacOS.

Might also fix other strange tabstrip bugs that people experienced in M114.

Next release we are planning to update libjxl and add a "Close tabs to the left" menu item.