Skip to content

Releases: samdze/playdate-nim

v0.20.0

01 Oct 15:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.20.0

v0.13.0

18 Jan 17:52
c390085
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

29 Nov 17:34
Compare
Choose a tag to compare

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

Also thanks to @ninovanhooff for his feedback and contributions!

Full Changelog: v0.11.2...v0.12.0

v0.11.2

18 Nov 16:42
Compare
Choose a tag to compare
Fix std/random not compiling, add playdate.system.randomize, minor Lu…

v0.11.0

16 Nov 18:26
Compare
Choose a tag to compare
Add basic Lua interoperability

v0.10.0

03 Aug 22:08
9de0d4e
Compare
Choose a tag to compare
Move to a 100% Nim build system

v0.9.3

31 Jul 16:48
7edd981
Compare
Choose a tag to compare
Clean nimble and CMake configs, make incremental builds work reliably

v0.9.0

29 Jul 20:07
Compare
Choose a tag to compare

Moved the meta build system to CMake with support for incremental builds.

v0.8.5

28 Jul 20:52
dd5269e
Compare
Choose a tag to compare
Add Windows support, start transition to CMake

* Correctly list available playdate packages on Windows

* Add support for Windows using MinGW and CMake

* Update version and README.md

v0.8.1

12 Jul 19:40
Compare
Choose a tag to compare
Bump to v0.8.1, add OS 2.0 support