fledge_window 0.1.10
fledge_window: ^0.1.10 copied to clipboard
Window management plugin for the Fledge ECS game framework. Provides fullscreen, borderless, and windowed modes with runtime switching.
Changelog #
0.1.9 - 2026-01-06 #
0.1.8 - 2026-01-06 #
0.1.6 - 2026-01-05 #
0.1.5 - 2026-01-04 #
0.1.4 - 2026-01-04 #
0.1.3 - 2026-01-04 #
0.1.2 - 2026-01-03 #
[0.1.2] - 2026-01-03 #
Bug Fixes #
- Update dependencies to latest stable versions
- fledge: Update dependencies, upgrade melos to v7
Miscellaneous #
- license: Remove whitespace from license files
- Update license text
Ci #
- github: Create changelogs for all packages on release
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-02 #
Added #
- Initial release of fledge_window
- Window modes: fullscreen, borderless, and windowed
- Runtime mode switching with toggleFullscreen, setWindowMode, cycleWindowMode
- WindowState resource for querying current window state
- DisplayInfo resource for monitor information
- WindowModeChanged event
- WindowResized event
- WindowFocusChanged event
- World extension methods for window control