Releases: OpenShock/Desktop
1.1.4
[1.1.4] - 2026-04-12
Fixes
- Fixed Select fields not working due to a MudBlazor Issue
Full Changelog: 1.1.3...1.1.4
1.1.3
[1.1.3] - 2026-04-11
Module SDK
OpenShock.Desktop.ModuleBasenow ships MSBuild targets that automatically
produce a ready-to-install<AssemblyName>.module.zipondotnet publish.
Host-provided assemblies are excluded automatically, native/RID-specific files
are collected fromruntimes/, anddeps.jsonis scanned for major-version
mismatches against the host (warningOSMOD001). See
ModuleBase/README.mdfor
the full story, includingOpenShockBundleOverrideandOpenShockExtraDir.
UI
- Reworked the Module Manager tab (simpler layout, cleaner UpdateLogout flow).
- Migrated the frontend to Tailwind CSS; MudBlazor bumped to 9.3.0.
- Dashboard tab: fixed button text typo.
- Cleaned up legacy
app.css/OpenShock.min.css; styles now live underUi/Styles/.
Installer
- Added
RequestExecutionLevel userto the NSIS installer script. (Gets rid of the UAC prompt in windows)
Build / CI
- New
ci-tag.ymlrelease workflow triggered on version tags, driving module-base publishing and draft GitHub releases. - Reworked
build-module-base.ymlinto a reusable workflow publishing to NuGet.org via OIDC trusted publishing (no long-lived API key). - Host-dependency sync script (
scripts/sync-host-deps.sh) rewritten and hardened. - Introduced
Directory.Build.props/Directory.Packages.propsfor centrally managed versions (replacesShared.props). - Error report issue template updated.
Dependencies
Microsoft.AspNetCore.Components.Web10.0.0 → 10.0.1.- GitHub Actions bumps: upload-artifact v5→v7, download-artifact v6→v8, cache v4→v5, docker/* to latest majors.
Full Changelog: 1.1.2...1.1.3
1.1.2 - .NET 10 Update
What's Changed
- Update to .NET 10 by @LucHeart
- Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #26
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #25
- Fix updater file overwrite mode by @LucHeart in #29
- Fix module removal task handling by @LucHeart in #30
- Fix module injection to continue processing remaining properties by @LucHeart in #31
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #33
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #32
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #36
Full Changelog: 1.1.1...1.1.2
1.1.1
- Fixed icons in module manager not being displayed
- Added a hint on how to install ShockOSC
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Feature/root main components by @LucHeart in #24
- Updated nuget packages
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #23
Full Changelog: 1.0.0...1.1.0
1.0.0 Release
The 1.0.0 Release
Its been about time, but there were some last minute fixes we wanted to get in.
See the docker-compose.yml for instructions on how to run the Web Server/Browser Version.
What's Changed since last preview
- Minimize on Launch by @SilverMoonDev in #17
- AutoStart Options by @SilverMoonDev in #18
New Contributors
Thank you @SilverMoonDev for helping me out a lot in the final stages!
- @SilverMoonDev made their first contribution in #17
Full Changelog: 1.0.0-preview.5...1.0.0
1.0.0-preview.5
1.0.0-preview.5
- Reworked the entire Module Base, all modules need to be updated!
- Added Linux / Cross Platform Web output
- Added docker container web output
- Modules now update to pre-releases when a prerelease is installed
- Add Theme selector
- Improved live control connection handling a lot
- Added file logs
Full Changelog: 1.0.0-preview.4...1.0.0-preview.5
1.0.0-preview.4
What's Changed
- minor auth fixes
- work on web version
- update all dependencies
- Bump Microsoft.AspNetCore.Components.Web from 9.0.3 to 9.0.4 in the nuget-dependencies group by @dependabot in #5
Full Changelog: 1.0.0-preview.3...1.0.0-preview.4
1.0.0-preview.3
Uh, we dont talk about skipping preview 2 :D
- Expanded various module framework things
- Initial adapations for LocalRelay
Full Changelog: 1.0.0-preview.1...1.0.0-preview.3
1.0.0-preview.1
This is the first Initial preview for OpenShock Desktop. Bugs and frequent previews are expected and not mean for every day use unless you like trouble!