Releases: samdze/playdate-nim
Releases · samdze/playdate-nim
v0.20.0
What's Changed
- Nine slice API by @Nycto in #47
- ADD print pdc version by @ninovanhooff in #52
- Update workflow playdate ini path by @Nycto in #53
- ADD LCDBitmap.tileBitmap by @ninovanhooff in #51
- Fix/align button state names by @ninovanhooff in #61
- ADD file.exists() by @ninovanhooff in #56
- CHANGE pdx name to use project name by @ninovanhooff in #54
- Use playdate realloc for memory management by @Nycto in #60
- Various files API improvements by @Nycto in #62
- Finishcallback like menu callback by @ninovanhooff in #68
- Fix finishCallback not compiling and pass the player to the callback by @samdze in #69
- Fix pdxName not returning the correct pdx name in nimble simulate by @samdze in #71
- CHANGE fillPolygon arg to openArray by @ninovanhooff in #73
- Reduce heap allocations by @Nycto in #74
- CHANGE GCC optimization from O3 to O2 by @ninovanhooff in #77
- ADD getBitmapTableInfo by @ninovanhooff in #78
- Nim 2 support by @Nycto in #58
Full Changelog: v0.13.0...v0.20.0
v0.13.0
What's Changed
- Optimize drawTextInRect and getTextSizeInRect, add utility procs by @samdze in #32
- ADD SoundSamplePlayer rate by @ninovanhooff in #35
- ADD suppress cmake configuration dialog in vscode by @ninovanhooff in #38
- ADD project name documentation to playdate example nimble by @ninovanhooff in #39
- Add a notice on the toolchain that should be used by @samdze in #44
- CHANGE Public API float to float32 by @ninovanhooff in #40
- Add sprite setCenter and getCenter by @samdze in #33
- Fix LCDSprite setSize signature by @samdze in #43
- Complete migration to float32 by @samdze in #45
- Bump to v0.13.0 by @samdze in #46
New Contributors
- @ninovanhooff made their first contribution in #35
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Default to UTF8 when drawing text by @Nycto in #30
- Add default values for getTextWidth args by @Nycto in #29
- Dynamic PDX name by @paulstraw in #31
- Implement drawTextAligned, drawTextInRect, getTextSize, getTextSizeInRect by @samdze in bd3c1b5
New Contributors
- @paulstraw made their first contribution in #31
Also thanks to @ninovanhooff for his feedback and contributions!
Full Changelog: v0.11.2...v0.12.0