Releases: gopxl/pixel
Releases · gopxl/pixel
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
New Contributors
- @dependabot made their first contribution in #95
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
- @dependabot made their first contribution in #95
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
v2.1.0
What's Changed
- refactoring project by @duysqubix in #64
- Move pixel input defs to core, map to them from backend by @bhperry in #67
- add changelog for moving input to pixel by @bhperry in #72
- Delete CHANGELOG.md by @duysqubix in #73
- Remove references to the old CHANGELOG.md by @bhperry in #74
- Fix Button iota by @bhperry in #75
- Fix broken links by @bhperry in #78
- Pixel actions by @bhperry in #76
- Update links to point to repos in the gopxl organization by @bhperry in #80
- Add Github workflow file by @MarkKremer in #81
- Move input state out of backend into pixel core by @bhperry in #82
New Contributors
- @MarkKremer made their first contribution in #81
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0
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