Releases: zaafar/ClickableTransparentOverlay
Releases · zaafar/ClickableTransparentOverlay
Release 11.0.1 with Demo
What's Changed
- Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /ClickableTransparentOverlay by @dependabot in #79
Full Changelog: 11.0.0...11.0.1
Release 11.0.0 with Demo
What's Changed
- upgrade to .net8 and removed support for .net7 by @zaafar in #75
- Bump the github-action-deps group with 2 updates by @dependabot in #76
- fixes #62 by @zaafar in #77
- Upload demo on github by @zaafar in #78
New Contributors
- @dependabot made their first contribution in #76
Full Changelog: 10.2.0...11.0.0
Overlay Demo
Fix the bug where overlay crashes on closing
Updated Image uploading API
Overlay Demo
- Updated to latest ImGUI/Veldrid
- Making some function internal so lib users don't use them
- Add functionality to get multiple monitor bounds, this will allow overlay to easily move to different monitor
- Fix a rare bug where overlay gets non-clickable
Overlay Demo
This is backward incompatible release.
-> Internal Changes
Remove dependency from https://github.com/gmamaladze/globalmousekeyhook
Re-implemented in .NET CORE 2.0
-> API Changes
The render function is now using co-routines (https://github.com/Ellpeck/Coroutine) rather than delegates for better thread management. An OnRender co-routine event is added, that will be called on every frame. Any rendering work should be done by using this co-routine event (as shown in the demo).
Added ability to read keyboard key state
Overlay Demo
Updating ImGui to 1.75
Updating Veldrid to 4.7.0
Overlay Demo
1.1.1 minor fixup
Overlay Demo
1.1.0 rename demo exe
ImGui Demo
Added Debug Mode. In this mode overlay will not Hide the Console Added API to change the FPS new and improved sample demo
ImGui Demo
Improved CPU usage.