Changelog#
The format is based on Keep a Changelog.
[1.1.0] - 2025-05-23#
Fixed#
The “contents” argument of the event now contains data if the
IWindowing
interface is present.
Changed#
Converted to use Events 2.0.
getClipboardContentsEventStream()
is now deprecated.
[1.0.5] - 2024-10-21#
Changed#
Removed omni.appwindow from public API.
[1.0.4] - 2024-05-29#
Changed#
Updated documentation with AI agent.
[1.0.3] - 2023-08-11#
Added#
OM-96889: Fallback clipboard implementation to use when glfw fails to initialize in headless Linux environments.
[1.0.2] - 2023-06-13#
Changed#
Changed copy/paste functions to use the same code whether window is “real” or virtual.
[1.0.1] - 2023-05-09#
Changed#
Added a check for _carb_window in the case of running headless
[1.0.0] - 2022-11-29#
Added#
Initial Add