Skip to content

Releases: darkinsun/BingSpotAny

BingSpotAny v1.1.0: The .NET 10 & Stability Update

20 Jun 12:24

Choose a tag to compare

This release brings a major under-the-hood engine upgrade and critical stability patches for Linux desktop environments, directly addressing feedback from the community.

🚀 Framework Upgrade

  • Migrated to .NET 10: The entire project architecture has been upgraded from .NET 8 to the latest .NET 10 SDK. This removes legacy constraints, improves overall runtime efficiency, and future-proofs the application engine.

🛠️ Linux Bug Fixes & Improvements

  • XFCE Multi-Monitor & Stability Fix: Fixed a critical silent crash in the set_wallpaper.sh fallback loop caused by null monitor variables. Multi-monitor detection is now significantly more robust, ensuring wallpapers are correctly applied to all connected displays, even on fresh DE installations.
  • Sway (wlroots) Patch: Resolved a variable shadowing collision (PID array) during background transitions to ensure cleaner process termination and smoother updates.
  • COSMIC Desktop: Fixed wallpaper path arguments to ensure seamless compatibility with System76's COSMIC desktop environment.

⚙️ Under the Hood

  • Synced versioning (1.1.0) across all automated build scripts (build_all.sh, nfpm.yml, PKGBUILD).
  • Cleaned up legacy VS Code Avalonia SDK constraints.

Full Changelog: v1.0.0...v1.1.0

BingSpotAny v1.0.0 - Initial Release

13 Jun 13:49

Choose a tag to compare

First release of a modern, cross-platform daily wallpaper manager built with .NET 8.0 and Avalonia UI.

BingSpotAny seamlessly fetches and applies beautiful daily wallpapers from providers like Bing and Windows Spotlight, bringing fresh backgrounds to your desktop environment every day.

Full Changelog: https://github.com/darkinsun/BingSpotAny/commits/v1.0.0