Skip to content

Releases: OpenShock/Desktop

1.1.4

12 Apr 14:46
1.1.4
0b920f2

Choose a tag to compare

[1.1.4] - 2026-04-12

Fixes

Full Changelog: 1.1.3...1.1.4

1.1.3

11 Apr 20:01
1.1.3
2523385

Choose a tag to compare

[1.1.3] - 2026-04-11

Module SDK

  • OpenShock.Desktop.ModuleBase now ships MSBuild targets that automatically
    produce a ready-to-install <AssemblyName>.module.zip on dotnet publish.
    Host-provided assemblies are excluded automatically, native/RID-specific files
    are collected from runtimes/, and deps.json is scanned for major-version
    mismatches against the host (warning OSMOD001). See
    ModuleBase/README.md for
    the full story, including OpenShockBundleOverride and OpenShockExtraDir.

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 under Ui/Styles/.

Installer

  • Added RequestExecutionLevel user to the NSIS installer script. (Gets rid of the UAC prompt in windows)

Build / CI

  • New ci-tag.yml release workflow triggered on version tags, driving module-base publishing and draft GitHub releases.
  • Reworked build-module-base.yml into 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.props for centrally managed versions (replaces Shared.props).
  • Error report issue template updated.

Dependencies

  • Microsoft.AspNetCore.Components.Web 10.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

25 Nov 00:51
1.1.2
39e0c81

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

19 Aug 18:27
1.1.1
58a22e8

Choose a tag to compare

  • 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

15 Aug 21:28
1.1.0
0af8367

Choose a tag to compare

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

01 Aug 18:28
1.0.0
3fb2d29

Choose a tag to compare

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

New Contributors

Thank you @SilverMoonDev for helping me out a lot in the final stages!

Full Changelog: 1.0.0-preview.5...1.0.0

1.0.0-preview.5

10 Jul 23:31
1.0.0-preview.5
ba39f14

Choose a tag to compare

1.0.0-preview.5 Pre-release
Pre-release

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

03 May 00:50
1.0.0-preview.4
649ac2c

Choose a tag to compare

1.0.0-preview.4 Pre-release
Pre-release

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

04 Apr 23:42
b84db94

Choose a tag to compare

1.0.0-preview.3 Pre-release
Pre-release

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

29 Mar 20:03
3b3f83d

Choose a tag to compare

1.0.0-preview.1 Pre-release
Pre-release

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!