Releases: bitdust/EarthLiveSharp
Releases · bitdust/EarthLiveSharp
EarthLive# v3.10
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Fix: Upstream API changes. 修复上游服务器API变更带来的图片抓取问题;
- Update: .Net Framework to 4.5 使用4.5版本的.net Framework;
- Update all API requests to HTTPS. 所有API请求使用HTTPS方式。
EarthLive# v3.9
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Update: new sync method scraper. 更新至新的同步图片抓取方式。在此解释一下,之前异步方式对性能有很大提升,但带来了一些执行时序问题,另外我暂时也不想放弃对低版本(<3.5).net的支持。在这一版本的激励下,我发现其实更好的利用C#的timer工具,其实原有的同步抓取方式同样可以不阻塞UI线程,可以很好的满足工作需求。
- Add: multi-languages support, including english/zh-Hans/zh-Hant. 添加多语言支持,包括英文,简体中文以及繁体中文。
- Fix: some UI issues. 修复一些界面问题。
EarthLive# v3.8
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Add: save the images to a directory. 可以设置保存地球图片到指定目录。 #56 此功能要感谢 @ShaderFallback 的贡献!
- Add: enable/disable set wallpaper function(default enabled). 可以选择是否设置地球图片为墙纸(默认启用)。 #55
EarthLive# v3.7
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Fix: settings display error. 修复设置窗口显示错误。
EarthLive# v3.6
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Fix: settings display error in Hight DPI screen 修复设置窗口在高DPI屏幕下的显示错误。
EarthLive# v3.5
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Auto clean CDN cache every hour. 新功能,可以自动清理CDN中的抓取图片,防止爆仓。#41
EarthLive# v3.4
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Fix UI display at high DPI. 修复高DPI屏幕下的UI界面模糊问题。
EarthLive# v3.3
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Fix error when lost Internet connection. 修复了无网络连接时报错的问题。
EarthLive# v3.2
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Fix the image quality settings issue. 修复了图像质量无法选择8800*8800分辨率的问题。
EarthLive# v3.1
重要:如何使用私有 CDN 作为图片源以提升稳定性
WARNING: How to set CDN as the image source?
Changes:
- Solve the compatibility issue of windows7. 修复 windows 7 下的兼容性问题。 #33