Skip to content

Releases: gopxl/pixel

v2.3.0

31 Aug 20:47
1d79a74
Compare
Choose a tag to compare

What's Changed

  • Update readme to include building with Wayland by @dusk125 in #89
  • Fix & update badges in README.md by @MarkKremer in #90
  • Bump golang.org/x/image from 0.13.0 to 0.18.0 by @dependabot in #95
  • Add setting min and max bounds limits on window by @dusk125 in #102
  • Adding a texture atlas extension by @dusk125 in #103
  • Add instructions for running pixel on WSL by @bhperry in #106
  • Migrating docs from wiki by @dusk125 in #107
  • fix mouse input scroll by @dusk125 in #108
  • Make atlas.Pack reenterant. Add some utility functions to atlas.Textu… by @dusk125 in #109
  • add convienence methods for type of button by @dusk125 in #110
  • Update dependencies by @dusk125 in #112
  • Adding support for manipulating cursors by @dusk125 in #114
  • Set cursor on entered instead of every update by @bhperry in #115
  • Benchmark Pixel by @bhperry in #105
  • Revert "Fix text anchor position when txt.Bounds().W() != txt.Dot.X-txt.Orig.X" by @bhperry in #117
  • Make StandardCursor an alias by @dusk125 in #118
  • Add convenience function for loading a picture directly from a file by @dusk125 in #111

New Contributors

Full Changelog: v2.2.1...v2.3.0

What's Changed

  • Update readme to include building with Wayland by @dusk125 in #89
  • Fix & update badges in README.md by @MarkKremer in #90
  • Bump golang.org/x/image from 0.13.0 to 0.18.0 by @dependabot in #95
  • Add setting min and max bounds limits on window by @dusk125 in #102
  • Adding a texture atlas extension by @dusk125 in #103
  • Add instructions for running pixel on WSL by @bhperry in #106
  • Migrating docs from wiki by @dusk125 in #107
  • fix mouse input scroll by @dusk125 in #108
  • Make atlas.Pack reenterant. Add some utility functions to atlas.Textu… by @dusk125 in #109
  • add convienence methods for type of button by @dusk125 in #110
  • Update dependencies by @dusk125 in #112
  • Adding support for manipulating cursors by @dusk125 in #114
  • Set cursor on entered instead of every update by @bhperry in #115
  • Benchmark Pixel by @bhperry in #105
  • Revert "Fix text anchor position when txt.Bounds().W() != txt.Dot.X-txt.Orig.X" by @bhperry in #117
  • Make StandardCursor an alias by @dusk125 in #118
  • Add convenience function for loading a picture directly from a file by @dusk125 in #111
  • Rebase 2.3.0 into v2 by @dusk125 in #119

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

21 Aug 17:56
9fd56cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

16 Jun 19:35
c3b45d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

02 Nov 12:58
2298e16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

11 Oct 17:43
cd1c4d2
Compare
Choose a tag to compare

What's Changed

  • Didn't wait long enough for glhf v2.0.0 to release in #62

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Oct 17:33
bc30549
Compare
Choose a tag to compare

What's Changed

  • updating to v2 for everything else in #5
  • Cleanup pixel aliases in #7
  • Switch to the v1 gopxl releases of mainthread and glhf in #10
  • Merge dev back into master in #16
  • Run go mod tidy and update glhf and mainthread to v2 in #23
  • created a plugins directory with a simple plugin example to get us ki… in #24
  • added ability to focus a window through API in #59
  • Update glhf and mainthread to v2.0.0 in #61

Full Changelog: v1.0.0...v2.0.0

v1.0.0

06 Oct 23:48
4e0794d
Compare
Choose a tag to compare

Up until this point, we are releasing Pixel as v1.0.0. Created mainly for backwards compatibility of existing codebases