Skip to content

Releases: SMSourov/BingWallpaperPs

v1.3.0

16 Mar 16:15
Compare
Choose a tag to compare

Reimplemented gnome. Not sure about other desktop environments.

v1.2.2

01 Mar 07:51
Compare
Choose a tag to compare

Fixed a problem where it wouldn't save the information correctly.

v1.2.1

25 Jan 09:21
Compare
Choose a tag to compare

Fixed a bug that was cause by the symbol apostrophe.

v1.2.0

19 Jan 21:04
Compare
Choose a tag to compare

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

08 Jan 13:26
Compare
Choose a tag to compare
  • 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

17 Feb 09:59
5417919
Compare
Choose a tag to compare

Fixed a typo.

v1.0.0

09 Feb 13:59
859426e
Compare
Choose a tag to compare
  • 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

07 Feb 12:42
93c9d4b
Compare
Choose a tag to compare
  • 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

01 Jan 10:34
9b68d88
Compare
Choose a tag to compare

Fixed a bug. It would create an LNK folder but check for the LINKS folder exist or not. It is now fixed.

v0.8.0

31 Dec 12:40
96e2db1
Compare
Choose a tag to compare
  • 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.