Releases: beyluta/WinWidgets
Releases · beyluta/WinWidgets
Stable v1.3.2
What's Changed
- Improve/calculator by @Yopai in #56
- Bug/screen scale bug by @beyenilmez in #57
New Contributors
- @beyenilmez made their first contribution in #57
Full Changelog: v1.3.1-stable...v1.3.2-alpha
Stable v1.3.1
What's changed?
- Add Calculator widget (Submission from EPICTROLLTOAST)
- Add "Close Widgets when other Application is in Fullscreen" setting
- Add "Hide Widget-Manager" setting
- Add Checkmark toggle for "Always on Top"
- Add "Always on Top" persistency
- Fix "Always on Top" tag
Stable v1.3.0
What's changed
- Add hardware hooks
- Add some widget templates
- Add widget persistency
- Add widget properties
- Improve abstract code
Stable v1.2.1
What's changed
- Code refactoring and improve file structure
- Remove remote resource fetching
- Change where versions are displayed
Stable v1.2.0
What's changed
- Widgets no longer show in app switcher
- Update packages
Stable v.1.1.8
What's changed
- Fix widget manager freezing when child widget closes
- Update readme file
Hotfix 1.1.7
What's changed
- Fix stability issues (due to an oversight) caused by opening Widgets
- Fix console window no longer hiding by changing project type
Stable Patch v1.1.6
What's changed
- General UI changes
- Improve Native Keycapture API
Stable Patch v1.1.5
Stable Patch v1.1.4
What's Changed
- Fix open file crash by @beyluta in #14
- Fix app not starting on startup by @beyluta in #16
- Fix startup bug by @beyluta in #17
- Remove aero by @beyluta in #18
- Feature fetch online HTML resources by @beyluta in #19
Other Changes
- Improve method to fetch meta tags from HTML documents
- Improve drag & drop behaviour when moving widgets
- Improve HTML template injection code