Skip to content

Releases: SpikeHD/Dorion

v6.2.0

07 Oct 20:21
Compare
Choose a tag to compare

Changes

  • Optimize rsRPC to process-scan much faster
  • Add tray icon toggle for MacOS (#261)
  • Add unread indicator to tray icon (#209)
  • Fix sessions not persisting (#100), courtesy of @ioj4 in #263
  • Fix erroneous link behaviour (#50, #88, #231)

View the full v6.0.0 changenotes here!

v6.1.0

01 Oct 00:01
Compare
Choose a tag to compare

Changes

  • Add multi-theme support
  • Fix some RPC bugs
  • Fix open on startup

multithemedemo

View the full v6.0.0 changenotes here! (it's way more exciting)

v6.0.2

21 Sep 03:32
Compare
Choose a tag to compare

Changes

  • Fix missing themes crashing the loading process
  • Update dependencies
  • Code cleanup

View the full v6.0.0 changenotes here! (it's way more exciting)

v6.0.1

20 Sep 23:39
Compare
Choose a tag to compare

Fixes extension loading, otherwise identical to v6.0.1. Below is those change notes if you missed them!

Changes

CSP Begone! (...on Windows)

A longstanding issue that has plagued Dorion since it's inception was the inability to load external images (ie. UserPFP/UserBG), scripts, and themes. With the extension support comes a custom "Dorion CSP Killer" extension that will automatically load whenever you open Dorion, meaning no more CSP issues!

Some examples of things this fixes:

  • UserPFP
  • UserBG
  • Themes with images (and now allows icon-replacement themes)
  • Various Vencord plugins that fetch external scripts
  • Other stuff probably

Why not [insert my platform here]?

On Windows, Dorion runs on WebView2, a Chromium-based browser engine. On Linux it's WebkitGTK, and on MacOS it's WKWebview, both of which do not support loading Chrome extensions. In theory, Linux could see a custom WebkitGTK extension, but those are more complex (and would need to be written in C/C++!).

Browser Extension Support

Through the help of a couple of Tauri PRs, Dorion can now load external browser extensions! For example, you can now run BdBrowser!

image

Disclaimer: Adding a bunch of stuff on top of vanilla Dorion will of course make it slower and less stable, as you could probably imagine. Low end users should not start shoving extensions down Dorion's throat.

Other Changes

  • Upgrade to Tauri v2
  • MacOS now has the dot badge thing, not just the numbers
  • Fix laggy window resize
  • Fix various RPC bugs
  • Remove some unused/useless legacy stuff (eg. font preprocessing)
  • Make single-instance enforcement better
  • Add Cargo feature flags for the local builders out there
  • Various other bug fixes and tweaks

v6.0.0

20 Sep 21:09
Compare
Choose a tag to compare

Changes

CSP Begone! (...on Windows)

A longstanding issue that has plagued Dorion since it's inception was the inability to load external images (ie. UserPFP/UserBG), scripts, and themes. With the extension support comes a custom "Dorion CSP Killer" extension that will automatically load whenever you open Dorion, meaning no more CSP issues!

Some examples of things this fixes:

  • UserPFP
  • UserBG
  • Themes with images (and now allows icon-replacement themes)
  • Various Vencord plugins that fetch external scripts
  • Other stuff probably

Why not [insert my platform here]?

On Windows, Dorion runs on WebView2, a Chromium-based browser engine. On Linux it's WebkitGTK, and on MacOS it's WKWebview, both of which do not support loading Chrome extensions. In theory, Linux could see a custom WebkitGTK extension, but those are more complex (and would need to be written in C/C++!).

Browser Extension Support

Through the help of a couple of Tauri PRs, Dorion can now load external browser extensions! For example, you can now run BdBrowser!

image

Disclaimer: Adding a bunch of stuff on top of vanilla Dorion will of course make it slower and less stable, as you could probably imagine. Low end users should not start shoving extensions down Dorion's throat.

Other Changes

  • Upgrade to Tauri v2
  • MacOS now has the dot badge thing, not just the numbers
  • Add zoom hotkeys (Ctrl + and Ctrl -)
  • Fix laggy window resize
  • Fix various RPC bugs
  • Remove some unused/useless legacy stuff (eg. font preprocessing)
  • Make single-instance enforcement better
  • Add Cargo feature flags for the local builders out there
  • Various other bug fixes and tweaks

v5.0.1

25 Jun 04:41
Compare
Choose a tag to compare

Messed up push-to-talk in v5.0.0, this fixes that lol. Below is the v5.0.0 patch notes:

Changes

Custom Keybind Support!

You can now assign custom, global keybinds for the same things as regular Discord, such as toggling deafen, push-to-mute, and more! As always, this is OFF by default.

image

*UI is subject to change of course, PRs always open, etc. etc. you know the deal

Other Changes

  • Fix Activities (#221)
  • Fix YouTube video embeds (#208)
  • Revamp keybind system
  • Fix a couple minor performance issues

v5.0.0

25 Jun 03:36
Compare
Choose a tag to compare

Changes

Custom Keybind Support!

You can now assign custom, global keybinds for the same things as regular Discord, such as toggling deafen, push-to-mute, and more! As always, this is OFF by default.

image

*UI is subject to change of course, PRs always open, etc. etc. you know the deal

Other Changes

  • Fix Activities (#221)
  • Fix YouTube video embeds (#208)
  • Revamp keybind system
  • Fix a couple minor performance issues

v4.3.0

21 May 03:47
Compare
Choose a tag to compare

Changes

New Icon!

Courtesy of @27rogi, Dorion now has an icon that isn't just... two letters (it's now one letter, but it looks cooler)

Other Changes

  • Add OS accent color variable to MacOS
  • Add better portable detection
  • Add gst-plugins-good dependency to the PKGBUILD
  • Add window shadow (it's really subtle, but it's there!)
Before After
image image
  • Fix minor UI bug in the top bar, when viewing the login page
  • Fix some parts of RPC support

v4.2.1

11 May 22:07
Compare
Choose a tag to compare

Changes

Official ARM Builds!

Dorion has always supported ARM, but you had to build it yourself. Now there are official builds! Specifically, you can now run Dorion on:

  • Windows ARM64 (NSIS installer only, no MSI installer)
  • Linux ARMv7
  • Linux ARM64

Other Changes

  • Add --os-accent-color global CSS property
    • Only on Windows for now, support for other platforms will come next
  • Fix RPC support
  • Fix rare crashes that you've probably never seen before

v4.2.0

18 Apr 02:40
Compare
Choose a tag to compare

Changes

  • Introduce Equicord toggle (#225)
    image

  • Fix Vencord cloud

  • Fix some unsafe code

  • Include date and time in logs

  • Update various dependencies