Skip to content

Commit

Permalink
Update to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Dec 28, 2018
1 parent 8af9f75 commit 99b20f5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 66 deletions.
8 changes: 1 addition & 7 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ Submit your bug report or feature request here. If you have questions please ask
When reporting a bug please provide:
- Steps to reproduce it
- Screenshots (if applicable)
- Log file (if it exists, see below for how to find it)
- Log file (if it exists, see [here](/wiki/Finding-where-app-is-installed) for how to find it)
- Windows version (e.g. 7, 10)
- WinDynamicDesktop version (e.g. 2.0.0)
- Installation source (e.g. installer, Microsoft Store, portable EXE)

**Finding log file**
If WinDynamicDesktop crashes, it should log error info to the file `WinDynamicDesktop.exe.log`. The location of the log file is different depending on how you installed the app:
- Installer - Folder that you chose during the installation process (default location is `%LOCALAPPDATA%\Programs\WinDynamicDesktop`)
- Microsoft Store - Folder where the app package is located (likely `%LOCALAPPDATA%\Packages\38719TimothyJohnson.WinDynamicDesktop_rfarkse4rn21a\LocalState`)
- Portable EXE - Folder where the app EXE is
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ When the Dynamic Desktop feature was announced for macOS Mojave which shifts thr

### Can the Windows 10 theme be changed too?

There is an option to enable this in the "More Options" section of the system tray menu. Unfortunately its functionality is limited by the way the system theme setting works in Windows 10. In Windows 10 version 1809 which added a dark theme to File Explorer, it is necessary to restart Explorer before the system theme will change in it. Also the theme for Microsoft Edge is separate from the Windows 10 theme and cannot be controlled by WinDynamicDesktop.
There is an option to enable this in the "More Options" section of the system tray menu. Unfortunately its functionality is limited by the way the system theme setting works in Windows 10. In Windows 10 version 1809 which added a dark theme to File Explorer, it is necessary to restart Explorer before the system theme will change in it (this should be fixed in the next release of Windows). Also the theme for Microsoft Edge is separate from the Windows 10 theme and cannot be controlled by WinDynamicDesktop.

### Can the lockscreen image be changed too?

This is a commonly requested feature, and it would be nice to mimic the behavior of macOS and many Linux distros where the lockscreen image is the same as the desktop wallpaper. Windows doesn't have a reliable API for changing the lockscreen image, which means I can't really implement this feature in the app right now. Hopefully Microsoft will add an option in a future version of Windows to make the lockscreen image mirror the desktop wallpaper.
This is a commonly requested feature to mimic the behavior of macOS and many Linux distros where the lockscreen image is the same as the desktop wallpaper. If you are using the Microsoft Store version of WinDynamicDesktop, you can enable changing the lockscreen image as an experimental feature by editing the `settings.conf` file which is in the same folder as the EXE. Change the setting `"changeLockScreen":false` to `"changeLockScreen":true` (or add it if it doesn't exist), and make sure in the Windows 10 settings app that *Personalization* -> *Lock screen* -> *Background* is set to *Picture*. In order for this to work reliably on Windows, it would be ideal if Microsoft added an option in a future version of Windows to make the lockscreen image mirror the desktop wallpaper.

### How can you customize the images?

Expand Down
25 changes: 0 additions & 25 deletions scripts/analyze_images.py

This file was deleted.

29 changes: 0 additions & 29 deletions scripts/make_thumbnail.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.1")]
[assembly: AssemblyVersion("2.3.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion src/themes/Mojave_Desert.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imagesZipUri": "https://files.rb.gd/mojave_dynamic.zip|https://box.heliohost.org/mojave_desert.zip",
"imagesZipUri": "https://files.rb.gd/mojave_dynamic.zip|https://bitbucket.org/t1m0thyj/wdd-themes/downloads/Mojave_Desert_images.zip",
"imageFilename": "mojave_dynamic_*.jpeg",
"imageCredits": "Apple",
"dayImageList": [
Expand Down
2 changes: 1 addition & 1 deletion src/themes/Solar_Gradients.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imagesZipUri": "https://onedrive.live.com/download?cid=CC2E3BD0360C1775&resid=CC2E3BD0360C1775%21721&authkey=AK4kktXlvN1KJzQ|https://box.heliohost.org/solar_gradients.zip",
"imagesZipUri": "https://onedrive.live.com/download?cid=CC2E3BD0360C1775&resid=CC2E3BD0360C1775%21721&authkey=AK4kktXlvN1KJzQ|https://bitbucket.org/t1m0thyj/wdd-themes/downloads/Solar_Gradients_images.zip",
"imageFilename": "solar_gradients_*.jpeg",
"imageCredits": "Apple",
"dayImageList": [
Expand Down

0 comments on commit 99b20f5

Please sign in to comment.