Earth Live Sharp Changelog

What's new in Earth Live Sharp 3.10

Sep 8, 2020
  • Fix: Upstream API changes
  • Update: .Net Framework to 4.5
  • Update all API requests to HTTPS

New in Earth Live Sharp 3.9 (Apr 17, 2020)

  • Update: new sync method scraper. Update to the new sync image scraping method. Let me explain here that the previous asynchronous method has greatly improved performance, but it has caused some execution timing problems. In addition, I do n’t want to give up support for lower versions (<3.5) .net for the time being. Inspired by this version, I found that it is actually better to use the C # timer tool. In fact, the original synchronous crawling method can also not block the UI thread, which can meet the work needs well.
  • Add: multi-languages support, including english / zh-Hans / zh-Hant. Add multi-language support, including English, Simplified Chinese and Traditional Chinese.
  • Fix: some UI issues. Fix some UI issues.

New in Earth Live Sharp 3.8 (Aug 6, 2019)

  • Add: save the images to a directory.
  • Add: enable/disable set wallpaper function(default enabled).

New in Earth Live Sharp 3.7 (May 4, 2017)

  • Fix: settings display error.

New in Earth Live Sharp 3.6 (Apr 25, 2017)

  • Fix: settings display error in Hight DPI screen

New in Earth Live Sharp 3.5 (Apr 25, 2017)

  • Auto clean CDN cache every hour.

New in Earth Live Sharp 3.4 (Apr 25, 2017)

  • Fix UI display at high DPI.

New in Earth Live Sharp 3.3 (Apr 25, 2017)

  • Fix error when lost Internet connection.

New in Earth Live Sharp 3.2 (Apr 25, 2017)

  • Fix the image quality settings issue.

New in Earth Live Sharp 3.1 (Apr 25, 2017)

  • Solve the compatibility issue of windows7.

New in Earth Live Sharp 3.0 (Apr 25, 2017)

  • Add image quality option
  • Add wallpaper zoom option
  • Remove display mode option
  • Add custom CDN option
  • Refactor the code

New in Earth Live Sharp 2.0 (Apr 25, 2017)

  • Added right click context menu.
  • Refactored and modularized code.
  • Some little changes in GUI.

New in Earth Live Sharp 1.1 (Apr 25, 2017)

  • Add more CDN keys to balance the bandwidth.
  • Remove image folder selector from settings. (for stablity)

New in Earth Live Sharp 1.0 (Apr 25, 2017)

  • Auto set the latest image as wallpaper
  • Three display mode
  • Remove the annoying balloon-tip
  • Some fixes