Releases: SMSourov/BingWallpaperPs
Releases · SMSourov/BingWallpaperPs
v1.3.0
v1.2.2
v1.2.1
v1.2.0
Improvements for windows only.
- Removed the BurntToast module. The package should be lighter.
- Added a new notification sending mechanism.
- Fixed the issue where the bottom part of the picture was cropped out. To fix this issue, the picture has been moved to the bottom part of the notification instead of the upper part.
- Instead of saving the LNK file using the same command multiple times, now it be saved by running the command one time.
- Instead of what was saved, the picture title and copyright info will be shown in the notification after the header. The message that told the user which files that were saved has been moved to the attribution placeholder. Now, it should be seen as a smaller text.
v1.1.0
- Included the BurntToast module. So, the users won't have to download module separately.
- This is an update for windows 10. After creating a new file, it will show a notification with the image. The notification will also contain the image of the day. Also, a button to open a browser and show more information about the subject of the picture.
- Made code modular.
v1.0.1
v1.0.0
- This is my first full version of this program.
- In the previous release, in the LNK file, in the wallpaper downloading command, I used the Start-BitsTransfer command which was available only in Windows OS and I wasn't aware of this. From now on, in the wallpaper downloading command, it will use the Invoke-WebRequest command which is available in PowerShell and it is platform-independent.
v0.9.0
- No matter which file is missing, after running the script, it will be recreated.
- The LNK file will have the PowerShell commands to download the file. So, if you ever need to redownload the file again, just copy the command and run it in PowerShell. No extra actions are required. It works in Windows for now.
- The wallpaper update mechanism remains the same. It will be updated after the LNK file is created.
v0.8.1
v0.8.0
- From now on, it will store small information about the image in the LNK folder.
- It will check whether the LNK file is present or not. If it is not present, then it will download the FHD and UHD files. If the LNK file is present then it will terminate. If it is not present then it will download the FHD and UHD files and apply the wallpaper.
- Fixed the directory changing issue from its occurring time. So, this should not be a problem anymore.