WinWidgets Versions Save

WinWidgets is a platform for Windows 10/11 Desktop Widget development using HTML, CSS, and JavaScript. Create your own widgets using frontend technologies based on the Chromium project.

v1.3.2-stable

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/beyluta/WinWidgets/compare/v1.3.1-stable...v1.3.2-alpha

v1.3.1-stable

9 months ago

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

v1.3.0-stable

9 months ago

What's changed

  • Add hardware hooks
  • Add some widget templates
  • Add widget persistency
  • Add widget properties
  • Improve abstract code

v1.2.1-stable

10 months ago

What's changed

  • Code refactoring and improve file structure
  • Remove remote resource fetching
  • Change where versions are displayed

v1.2.0-stable

1 year ago

What's changed

  • Widgets no longer show in app switcher
  • Update packages

v.1.1.8-stable

1 year ago

What's changed

  • Fix widget manager freezing when child widget closes
  • Update readme file

v1.1.7-stable

1 year ago

What's changed

  • Fix stability issues (due to an oversight) caused by opening Widgets
  • Fix console window no longer hiding by changing project type

v1.1.6-stable

1 year ago

What's changed

  • General UI changes
  • Improve Native Keycapture API

v1.1.5-stable

1 year ago

What's Changed

v.1.1.4-stable

1 year ago

What's Changed

Other Changes

  • Improve method to fetch meta tags from HTML documents
  • Improve drag & drop behaviour when moving widgets
  • Improve HTML template injection code