Skip to content

Releases: SpeedRunTool/SRTHost

Manual Build [develop] - 4.0.0-beta Release

04 Sep 04:10
7989eb5
Compare
Choose a tag to compare

Commits

  • 7989eb5: Make setup require admin. (Travis J. Gutjahr)

3.1.0.1 Release

15 Aug 12:10
fe52c6d
Compare
Choose a tag to compare

Commits

  • 361e0b4: 3.1.0.1: Fixes InvalidCastException with UI plugins that erroneously include their provider dll in their folder. (Travis J. Gutjahr) #27
  • be08fcf: Update ManualReleaseDevelop.yml (Travis J. Gutjahr) #27

3.0.0.3 Release

04 Aug 01:07
6833e37
Compare
Choose a tag to compare

Commits

  • 6dadcc3: Update README.md (Travis J. Gutjahr)
  • 1e89c58: Update README.md (Travis J. Gutjahr)
  • d385cf1: Update README.md (Travis J. Gutjahr)
  • ceb0d6a: Update README.md (Travis J. Gutjahr)
  • ef2efe9: Update README.md (Travis J. Gutjahr)
  • 3a50fbf: Update README.md (Travis J. Gutjahr)
  • f52b000: 3.0.0.3: Fix for MissingMethodException. It was caused by an older dependency being loaded first and then being kept. Specifically an older ProcessMemory was loaded by the first plugin to use it and then when another plugin that used a newer version with additional features was loaded, the old version was already loaded and when the new method gets called, it isn't there. This is now worked around by adjusting the loading order. (Travis J. Gutjahr) #18

3.0.0.2 Release

16 Jul 02:55
802e161
Compare
Choose a tag to compare

Changed how plugin version numbers are grabbed and shown.

3.0.0.1 Release

15 Jul 23:54
79679ef
Compare
Choose a tag to compare
3.0.0.1 (#2)

3.0.0.0 Release

09 Jul 23:18
a4d6e8e
Compare
Choose a tag to compare
3.0.0.0: .NET 5.0 upgrade (#1)

* 3.0.0.0 changes
---
.NET 5.0 for Host
.NET Standard 2.1 for Plugin Base
Adjustments to signing info showing
Publish changes to be self-contained, R2R and single file

* Adjustments to publish signing event

* Removed an environment variable check

* Added --Provider

* Added ability to load and save config directly by file path. Also made some methods public.

* Made GetConfigFile public.

* Rearrange some stuff in PluginBase/Extensions.

* Changed to cast so it throws exception when a version mismatch occurs.

* Adjusted gitignore to allow my publish profiles. Added my publish profiles.