This repository was archived by the owner on Jan 4, 2024. It is now read-only.
Releases: Onebeld/Regul
Releases · Onebeld/Regul
Regul v0.3.0
- Changed program icon
- The shadow can now be dynamically turned off
- New "Module Setup" section in Settings
- Bug fixes
Regul v0.2.0
- Drag and drop files and modules (either in dll or zip format)
- Now each editor must have its own ID, it is required to get rid of garbage in the settings
- Added log window
- Now you can open one type of file without selecting the editor
- Now you can update the modules (only after rebooting, as this is not possible with my investigation)
- Slightly updated page with a list of modules
- Now you can open only one instance of the program
- You will be able to open files directly from Explorer
- Interface changes
- Changed program license at MIT
- Added CettaEditor module by default
- Bug fixes
- A problem must be fixed that prevented modules from being loaded because some policy prohibits it. If you encountered this, add this line to the
Regul.exe.configfile between the runtime tags:
<loadFromRemoteSources enabled="true"/>This is roughly how the structure should be
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
<!--Superfluous information-->
</runtime>
</configuration>