New
TIC-80 tiny computer 1.1.2837
What's Changed
- Some keys are not working with foreign keyboard (i.e. right parenthesis for azerty layout) by @nesbox #2310
- add build instruction for ubuntu 22.04 by @jackygoule in https://github.com/nesbox/TIC-80/pull/2277
- Change janet's withsyms to with-syms by @sogaiu in https://github.com/nesbox/TIC-80/pull/2287
- Disable structured editing on non-Emacs editors by @neolight1010 in https://github.com/nesbox/TIC-80/pull/2294
- Update zig examples and template to latest Zig by @tupini07 in https://github.com/nesbox/TIC-80/pull/2298
- Update "help keys" output to include keycodes for ESC, F1-F12, and numpad keys by @cdwfs in https://github.com/nesbox/TIC-80/pull/2299
- Add true, false, nil to FennelKeywords by @neolight1010 in https://github.com/nesbox/TIC-80/pull/2303
- bump janet version to 1.31.0 by @AlecTroemel in https://github.com/nesbox/TIC-80/pull/2306
- Fix issue 2291 by @Eulenmensch93 in https://github.com/nesbox/TIC-80/pull/2309
- Handle Numpad Enter key as regular Enter key by @neolight1010 in https://github.com/nesbox/TIC-80/pull/2305
- Add a few more emacs bindings by @non in https://github.com/nesbox/TIC-80/pull/2318
- Upgrade Python language bindings to
v1.2.xby @blueloveTH in https://github.com/nesbox/TIC-80/pull/2315 - Janet language bindings for ttri fn, texsrc arg can be int or bool by @AlecTroemel in https://github.com/nesbox/TIC-80/pull/2323
- fixed eval command in ruby by @zacx-z in https://github.com/nesbox/TIC-80/pull/2326
tracecan log object-type argument in ruby to be consistent with lua by @zacx-z in https://github.com/nesbox/TIC-80/pull/2332
New Contributors
- @jackygoule made their first contribution in https://github.com/nesbox/TIC-80/pull/2277
- @sogaiu made their first contribution in https://github.com/nesbox/TIC-80/pull/2287
- @tupini07 made their first contribution in https://github.com/nesbox/TIC-80/pull/2298
- @Eulenmensch93 made their first contribution in https://github.com/nesbox/TIC-80/pull/2309
- @non made their first contribution in https://github.com/nesbox/TIC-80/pull/2318
- @zacx-z made their first contribution in https://github.com/nesbox/TIC-80/pull/2326
Full Changelog: https://github.com/nesbox/TIC-80/compare/v1.1.2736...v1.1.2837