ITADN
tophat2d/tophat

版本发布 4

v1.5
? · 2024-12-26

## What's Changed * Fix `Image.cropRect` by @skejeton in https://github.com/tophat2d/tophat/pull/189 * Fix default font measure by @skejeton in https://github.com/tophat2d/tophat/pull/191 * Fix fake key handling by @skejeton in https://github.com/tophat2d/tophat/pull/196 * Update bindings to the new API. by @skejeton in https://github.com/tophat2d/tophat/pull/193 * Add `window.setTitle` by @skejeton in https://github.com/tophat2d/tophat/pull/197 * Update thextdata.h by @skejeton in https://github.com/tophat2d/tophat/pull/198 * Add generic font interface + sample (#192) by @marekmaskarinec in https://github.com/tophat2d/tophat/pull/200 * `atlas.um` and `tilemap.um` updates by @skejeton in https://github.com/tophat2d/tophat/pull/202 * Path prefixes by @skejeton in https://github.com/tophat2d/tophat/pull/206 * Add canvas::drawTrig by @marekmaskarinec in https://github.com/tophat2d/tophat/pull/208 **Full Changelog**: https://github.com/tophat2d/tophat/compare/v1.4...v1.5

v1.4
? · 2024-07-05

## What's Changed * Sanitize control characters in input str (#144) by @marekmaskarinec in https://github.com/tophat2d/tophat/pull/164 * Implement proper error handling (#157) by @marekmaskarinec in https://github.com/tophat2d/tophat/pull/166 * Add gamepad support (#122) by @skejeton in https://github.com/tophat2d/tophat/pull/171 * Add samples * Various other fixes and improvements **Full Changelog**: https://github.com/tophat2d/tophat/compare/v1.3...v1.4

v1.3
? · 2024-02-29

* playground fixes * rename `window.quit` to `window.requestExit` * update to new umka version * improve `ui.TextBox` * optimize `nav.um` * add .ogg support * add `BoxGrowSpan` and `BoxGrowPxSpan` to `ui.Box` * add `Atlas.pack` * add `-doc` CLI option * fix mojibake on windows * fix incorrect mouse delta behavior * other minor fixes and improvements **Full Changelog**: https://github.com/marekmaskarinec/tophat/compare/v1.2...v1.3

v1.2
? · 2024-01-29

* Add DPI awareness * Add cursor support * UI improvements * Improve the tetris example * Minor bugfixes and improvements