Skip to content

wakepy 0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 14:57
· 5 commits to main since this release
9f48d20

🗓️ 2024-09-20

🏆 Highlights

  • Wakepy has been available in conda-forge since 0.9.1. Now it’s also documented.
  • Warn instead of raise Exception by default if activating a Mode fails.

✨ Features

  • Change default on_fail action to be “warn” instead of “error” (in keep.running and keep.presenting modes). (#388)
  • Add support for BSD and other non-Linux Unix-like FOSS desktop systems. All systems running a supported Desktop Environment (currently: KDE, Gnome + other freedesktop compliant DEs) should be supported. (#379, #385)
  • Add support for PyPy (#393, #396)
  • When running on an unknown platform, do not fail any Methods in the platform check phase anymore, but try to use each Method. This means for example that any system running GNOME that is not Linux (or BSD) could still use wakepy with the org.gnome.SessionManager (#379)
  • 🚨 CLI arguments: Change -k, --keep-running to be -r, --keep-running and -p, --presentation to be -p, --keep-presenting; Be more consistent with the naming of the Modes. The old alternatives are deprecated and will be removed in a future release. (#356)
  • 🚨 Renamed PlatformName to PlatformType and added new types: ANY, which means “any platform”, BSD, meaning “any BSD system” in the future, but currently just FreeBSD / GhostBSD, and UNIX_LIKE_FOSS, which means “Unix-like desktop environment, but FOSS”. Includes: Linux and BSD. Excludes: Android (mobile), MacOS (non-FOSS), ChromeOS (non-FOSS). Only affects you if you have created custom Method subclasses. (#379)
  • Improve warnings and errors if platform is not supported (#383)

👷 Maintenance

  • Fixed GitHub Release pipeline: Creates releases only from tags. Added automatic titles. Cannot accidentally publish with “main” tag. (#328, #346)
  • Fixed: Tests failing on Fedora 40 (#381)
  • Update various development time dependencies (#389)

📖 Documentation

  • Update Installing instructions. Wakepy is available in conda-forge starting from version 0.9.1. (#390 + Thanks to @thewchan for wakepy-feedstock)
  • Add Roadmap and improve the Supported Platforms docs (#365)
  • Add logos and banners (#370, #371)

diff: v0.9.1...v0.10.0