Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
- Regression fix. Reset SimpleX failed when UX try to delete SMPTE Color Bars which was renamed to SMPTE Color Bars 75 in v0.4.
- Bump version to v0.6.
  • Loading branch information
Sahri Riza Umami committed Jun 1, 2023
1 parent ac7a788 commit 06e44b4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UnleashX/Config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<EnableDriveF>True</EnableDriveF>
<EnableDriveG>True</EnableDriveG>
<LEDColor>Default</LEDColor>
<Skin Path="E:\Dashboards\Unleashx\Skins">SimpleX</Skin>
<Skin Path="D:\Skins">SimpleX</Skin>
<TempThreshold>50</TempThreshold>
<LiveUpdate AutoCheck="No"></LiveUpdate>
<VideoSettings Use480P="No" Use720P="No" Use1080I="No" Widescreen="No" Soften="No" Use16bit="False" FilterLevel="0" UsePAL60="Yes" FastRefresh="Yes"></VideoSettings>
Expand Down Expand Up @@ -114,7 +114,7 @@
<!-- D:\ is current working directory, not optical drive. -->
<Item Action="Delete" Arg1="D:\Skins\Grid" />
<Item Action="Delete" Arg1="D:\Skins\SimpleX" />
<Item Action="Delete" Arg1="D:\Skins\SMPTE Color Bars" />
<Item Action="Delete" Arg1="D:\Skins\SMPTE Color Bars 75" />
<Item Action="Unzip" Arg1="D:\UnleashX.zip" Arg2="D:\" />
<Item Action="PowerCycle" />
</List>
Expand Down
2 changes: 1 addition & 1 deletion UnleashX/Skins/SimpleX/Skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Information>
<Author>si_kabayan</Author>
<Copyright>Copyright 2023</Copyright>
<Version>0.4</Version>
<Version>0.6</Version>
</Information>
<LoadingScreen ShowInfo="False" />
<Main Globe="True" Orb="False">
Expand Down
Binary file modified UnleashX/UnleashX.zip
Binary file not shown.
8 changes: 8 additions & 0 deletions changes.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.6

- Regression fix. Reset SimpleX failed when UX try to delete SMPTE Color Bars
which was renamed to SMPTE Color Bars 75 in v0.4.
- Bump version to v0.6.

--------------------------------------------------------------------------------

v0.5

I just remember that UnleashX treat D:\ similar to current working directory,
Expand Down

0 comments on commit 06e44b4

Please sign in to comment.