Changes
Rework Plugin System
No longer are plugins auto-enabled! Plugins are now handled in a cleaner way, but this means it is incompatible with previous releases. You may notice your plugins showing up as _MyPlugin
or PRELOAD_Myplugin
, these are remnants of the old system, and you are welcome to rename them properly.
Add Changelog
Courtesy of @luximus-hunter through #183 and SpikeHD/shelter-plugins#10, Dorion now has an inbuilt changelog. You may even be reading this through it right now! How meta...
Instant-feedback settings
Many (not all) settings are now applied on-the-fly, rather than only after a restart. This includes themes, making them easy to hot-swap between!
Dorion will now let you know when you have made a change that requires a restart, and prompt you to do so.

(You can't see the theme dropdown but I promise it's there)
Other (less important) things
- Move injection JS to Typescript
- Expose some Dorion API stuff to the Window
- Make top bar a smidge smaller/thinner