Skip to content

Releases: goodtrailer/daily-desktop

Daily Desktop 2021.619.0

19 Jun 10:07
Compare
Choose a tag to compare
  • Fix Bing provider's title pattern (previously the lookup for the image title failed on rare occasion)

Daily Desktop 2021.522.0

23 May 01:40
Compare
Choose a tag to compare
  • HTML decode pixiv descriptions (i.e. "")
  • Use TIFF instead of JPEG
    • PNGs are not compressed by Windows 10, so images that are too big are simply unable to be set as wallpaper. JPEGs are compressed, but this leads to double lossy compression, resulting in noticeably bad image quality. TIFFs solve this problem because they are compressed by Windows, but the format itself is lossless.

Daily Desktop 2021.510.0

10 May 08:14
Compare
Choose a tag to compare

Finally, Daily Desktop is finished after two weeks! What an absolute grind. Very enjoyable program to write.
I'm sure there are some bugs I haven't caught yet, though. Let's hope there's not too many. 🤞

  • Fixed Bing's image URI regex pattern
  • Providers
    • DeviantArt
    • r/EarthPorn
    • Wikimedia Commons

Daily Desktop 2021.509.0

10 May 02:51
Compare
Choose a tag to compare
Pre-release
  • Fixed a crash on fresh installs (big derp)
  • Providers
    • Bing
    • Unsplash

Daily Desktop 2021.507.0

08 May 06:21
Compare
Choose a tag to compare
Pre-release

Note: this version is completely incompatible with previous versions
Note 2: haha funny turns out one of the changes I made caused crashing on a fresh install, me stupido. So yeah, this release is straight up broken, install latest instead.

  • Image crediting
  • Back to two providers (the rest will be updated later)
    • Magic: The Gathering
    • Pixiv
  • Caching wallpaper information
    • Title
    • Author
    • Description
    • Last updated
    • etc
  • Switched combobox to DropDownList style
  • Split controls into two tab pages (Main and Options tabs)
  • Refactoring refactoring refactoring

Daily Desktop 2021.503.0

03 May 07:53
Compare
Choose a tag to compare
  • Providers
    • Bing
    • DeviantArt
    • pixiv
    • r/EarthPorn
    • Unsplash
    • Wikimedia Commons
  • Task state label at the bottom of the window
  • Show icon on title bar and ALT+TAB menu
  • Bug fixes
    • Stopped crashing when selecting null provider (can be done by typing in text instead of using mouse to select a provider)
    • Save images as JPEGs so Windows can compress them below the file size limit (Windows has a hard-limit on images that are >25mb)

Daily Desktop 2021.430.0

30 Apr 19:40
2736d79
Compare
Choose a tag to compare
Pre-release
  • QOL improvements
    • Moved providers folder to %APPDATA% instead of %PROGRAMFILES%.
    • Removed DailyDesktop.Core.Providers prefix requirement from DLL modules.
    • Minorly adjusted tooltips.
    • Added banner image and full EULA to MSI installer.

Daily Desktop 2021.429.1

30 Apr 04:54
2d63407
Compare
Choose a tag to compare
Pre-release
  • Two installation options
    • MSI installer
    • ZIP archive
  • Lots of refactoring to DailyDesktop.Core

Daily Desktop 2021.429.0

29 Apr 21:19
Compare
Choose a tag to compare
Pre-release
  • Blurred-fit mode
  • Switched from "background" to "wallpaper"
  • Hides task in Task Scheduler

Daily Desktop 2021.427.1

28 Apr 02:22
f82c7ea
Compare
Choose a tag to compare
Pre-release
  • Banner image
  • Provider
    • Provider source link label
  • Options
    • Enabled checkbox
    • Update desktop background button
    • Open providers folder button