Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 02:39
dfdeb55

0.5.0 (2026-09-06)

Features

  • accessibility display options — reduce motion and its siblings, the change as a backend event (#32) (2835d12)
  • animation verbs — control-point timing, additive, delay, keyframes, springs, presentationValue, completion events (#30) (e9eac8e)
  • app lifecycle — open-URL/open-file, reopen and quit requests through the app delegate (d5e7d77)
  • app lifecycle events — open-URL/open-file, reopen and quit requests through the app delegate (a0580e0), closes #18
  • desktop notifications — UNUserNotificationCenter settings, authorization, categories, post/update/remove, action events (c5da10e)
  • desktop notifications — UNUserNotificationCenter: settings, authorization, categories, post/update/remove, action events (646105a)
  • Dock and app-switcher presence — badge, user attention, Dock menu, activation policy, app name (547b9b4)
  • Dock and app-switcher presence — badge, user attention, Dock menu, activation policy, app name (41ab634)
  • drag and drop — NSDraggingDestination on the hosting view, NSDraggingSource from it (8aa305a)
  • drag and drop — NSDraggingDestination on the hosting view, NSDraggingSource from it (90cf29a), closes #16
  • native file open/save panels (NSOpenPanel / NSSavePanel) (51c38c2)
  • native file open/save panels (NSOpenPanel / NSSavePanel) (8b1a198), closes #14
  • NSStatusItem, the menu-bar extra — image/title/tooltip, the main menu's item spec, clicks as events (8e68294)
  • NSStatusItem, the menu-bar extra — image/title/tooltip, the main menu's item spec, clicks as events (2da777e)
  • privacy (TCC) authorizations — authorizationStatus, requestAuthorization, openPrivacySettings (265e638)
  • privacy (TCC) authorizations — status, request, openPrivacySettings (5cbbc57)

Bug Fixes

  • never show a tab bar; getWindowFrame reports the content view's rect (63742ec)
  • never show a tab bar; report the content view's rect from getWindowFrame and geometry events (9eaa8a5), closes #12
  • static event-callback references outlive the env — suppress their destructors (bb8d2d9)