Skip to content

Releases: deno-windowing/dwm

DWM v0.3.6

24 Jan 17:11
Compare
Choose a tag to compare

DWM v0.3.5

24 Jan 13:50
Compare
Choose a tag to compare

Full Changelog: 0.3.4...0.3.5

DWM v0.3.4

24 Jan 13:29
1a98364
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.3...0.3.4

DWM v0.3.3

15 Mar 19:13
Compare
Choose a tag to compare

What's Changed

  • fix glfw on darwin

Full Changelog: 0.3.2...0.3.3

DWM v0.3.2

28 Feb 15:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.2

DWM v0.3.0

26 Jan 12:20
6e7795e
Compare
Choose a tag to compare

What's Changed

  • feat: add Mouse Capture support, set/get Mouse Position, set custom cursor image by @hironichu in #12
  • fix: error on Deno v1.30.0. It should work on latest Deno version now.
  • chore: improve examples on readme

New Contributors

Full Changelog: 0.2.1...0.3.0

DWM v0.2.1

12 Jan 15:58
e1afff8
Compare
Choose a tag to compare

fix: do not rewrite GLFW binary if another program is using it.

v0.2.0

11 Jan 08:07
0b0d832
Compare
Choose a tag to compare

What's Changed

  • feat: add DwmMonitor class & getter to DwmWindow, support for click/dblclick events by @DjDeveloperr in #5
  • chore: update skia_canvas to 0.5.0

Full Changelog: 0.1.0...0.2.0

v0.1.0

17 Dec 14:06
c17160a
Compare
Choose a tag to compare

Initial release