Skip to content

Commit 2da6e06

Browse files
v1.0.40
- MAJOR UPDATE: - Added a native system to load Dark or Light modes and randomize wallpapers. `.theme` files can still be used, see readme file - Renamed the script at.ps1 for consistency with my other short-named projects. - Changed the names of the generated tasks, make sure you delete the old ones in Task Scheduler. - Added a wrapper script (`AutoTheme.ps1`) for compatibility with older tasks and existing shortcuts. - Added a worker script (`at-wallpaper.ps1`) to handle the wallpaper slideshow natively via Task Scheduler. - Fixed a problem with the script not recognizing it was running from Task Scheduler - Improved geolocation - Removed the MusicBee restart option, as not really helpful - Many minor fixes
1 parent 2690b99 commit 2da6e06

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Zip files
7878
run: |
7979
mkdir -p release
80-
cp at.ps1 Config.ps1 Setup.ps1 AutoTheme.png LICENSE README.md release/
80+
cp at.ps1 at-config.ps1 at-setup.ps1 at.png at-wallpaper.ps1 AutoTheme.ps1 LICENSE README.md release/
8181
zip -r release-v$NEW_VERSION.zip release/
8282
echo "ZIP_FILE=release-v$NEW_VERSION.zip" >> $GITHUB_ENV
8383

at.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- Fixed a problem with the script not recognizing it was running from Task Scheduler
3030
- Improved geolocation
3131
- Removed the MusicBee restart option, as not really helpful
32-
- Several minor fixes
32+
- Many minor fixes
3333
#>
3434

3535
# ============= Script Version ==============
@@ -1615,3 +1615,4 @@ if (-not ([System.Management.Automation.PSTypeName]'WinAPI').Type) {
16151615
Write-Log "Error: $_"
16161616
}
16171617

1618+

0 commit comments

Comments
 (0)