Skip to content

Commit 4191eaa

Browse files
HelloHimclaude
andcommitted
chore(release): bump version to 1.0.0-beta
Marks the first public build of this fork. The version had been left on the 0.0.x line inherited from upstream, which said nothing useful about what a downloaded build contained. This is the release build of everything below it. From the pre-release audit: recovery from an unreadable settings file rather than a crash loop on startup, a single instance guard, HidHide cloaking restored after an unclean exit, a clamp on the frame delta so a resume from sleep no longer throws the pointer across the screen, and a configuration folder that no longer collides with the upstream project. It also carries the controller input work. Hotplug is fixed, so a controller connected after the service started is found without restarting the app. The mapping loop keeps its rate when Windows puts the process under power throttling in the background, which used to leave gyro output stuttering until the app was restarted. The polling rate now follows what each controller actually reports rather than a fixed 125 Hz, with a ceiling available in the Polling Rate panel. Gyro calibration now reaches the angular velocity the gyro actions read, so calibrating a controller removes its resting drift from the pointer instead of leaving it untouched. The repository is ready to be handed to other people as well. The build workflows target the SDK the project actually uses and now run on push and pull request, and the README records which configuration the unit tests build under, so a first clone can build, test and publish it without having to work any of that out. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019QqG6aas4Z2YEUTqcDxBV4
1 parent 778abd8 commit 4191eaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DS4MapperTest/DS4MapperTest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
the game is using. -->
1717
<ServerGarbageCollection>false</ServerGarbageCollection>
1818
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
19-
<AssemblyVersion>0.0.34</AssemblyVersion>
20-
<FileVersion>0.0.34</FileVersion>
21-
<Version>0.0.34</Version>
19+
<AssemblyVersion>1.0.0</AssemblyVersion>
20+
<FileVersion>1.0.0</FileVersion>
21+
<Version>1.0.0-beta</Version>
2222
<ApplicationIcon>images\DS4MapperTestAppIcon.ico</ApplicationIcon>
2323
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
2424
<Platform Condition="'$(Platform)' == ''">x64</Platform>

0 commit comments

Comments
 (0)