Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Updated Changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Jan 5, 2023
1 parent f355f2c commit df867a9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
39 changes: 36 additions & 3 deletions DS4Windows/Changelog.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,42 @@
{
"latest_version": "3.1.12",
"latest_version_number_info": {"majorPart": 3, "minorPart": 1, "buildPart": 12},
"updated_at": "2022-12-20T17:21:17+0000",
"latest_version": "3.2.0",
"latest_version_number_info": {"majorPart": 3, "minorPart": 2, "buildPart": 0},
"updated_at": "2023-01-05T19:58:58+0000",
"changelog": {
"versions": [
{
"version_str": "3.2.0",
"version_number_info": {"majorPart": 3, "minorPart": 2, "buildPart": 0},
"base_header": "Version 3.2.0",
"release_date": "2023-01-05T19:58:58+0000",
"locales": [
{
"code": "en",
"header": "Version 3.2.0",
"log_text": ["* Migrate app settings and profile readers to use XmlSerializer DTO classes",
"* Small tweaks for JoyCon base init",
"* Tweaked Switch Pro init",
"* Fixed Gyro Mouse toggle profile setting",
"* Experimental support for JoyCon Charging Grip support",
"* Force cancel stalled IO operations when stopping input thread loop",
"* Reset DS4State while removing JoyCon device",
"* Added simple haptic dirty flag",
"* Tweaked hue changing for lightbar Rainbow mode",
"* Made SideL and SideR available as Gyro triggers",
"* Changed rainbow label. Value actually affects lightness level, not saturation",
"* Updated note regarding stick rotation setting",
"* Add extra macro wait periods if delays are not already in use. Tried to keep the old Jay2Kings behavior but it is time to change things",
"* Fixed device type set for JoyConControllerOptions instance",
"* Bump NLog from 5.1.0 to 5.1.1",
"* Updated references to Swedish locale assembly",
"* Bundle custom Nefarius.Utilities.DeviceManagement. Minimal build changes",
"* Fixed crash on updating tooltip if Windows Explorer is not running for some reason. Contribution by **V-Olk**",
"* Updated Russian translation. Contribution by **V-Olk**",
"* Fixed default value of UseLang in AppSettingsDTO"],
"updated_at": "2023-01-05T19:58:58+0000"
}
]
},
{
"version_str": "3.1.12",
"version_number_info": {"majorPart": 3, "minorPart": 1, "buildPart": 12},
Expand Down
2 changes: 1 addition & 1 deletion DS4Windows/Changelog.min.json

Large diffs are not rendered by default.

0 comments on commit df867a9

Please sign in to comment.