v1.1.2729
What's Changed
- Refactor and improve browser versions (tic-html, export stubs, webapp) by @tranxuanthang in #1912
- Adjust scroll of console when a command spills to the next line. by @sakisakira in #1925
- Enable scrolling Code Editor by key-combinations like Ctrl-P and Ctrl-N. by @sakisakira in #1926
- Update fedora build instructions by @rktjmp in #1936
- Building on FreeBSD by @peterhil in #1941
- Add djgpp support by @phcoder in #1942
- Feature: Optional auto-closing of delimiters by @benthor in #1946
- Support OSX PPC, GameCube, Wii and WiiU as libretro core by @phcoder in #1943
- Add credits for PR #1946 by @benthor in #1947
- Fix mget function signature in WASM binding by @soxfox42 in #1951
- Add metainfo and fix case typo in desktop category. by @kevinsmia1939 in #1957
- Fix loading full-size BINARY chunks by @soxfox42 in #1964
- Add smooth line drawing in sprite editor by @solarized-fox in #1967
- Fix WASM font signature by @soxfox42 in #1971
- Improve the Zig template by @soxfox42 in #1974
- Add a Rust WASM template by @soxfox42 in #1977
- Add C template by @Gota7 in #1981
- Add DocumentsProvider for Android. by @sakisakira in #1998
- Add receiving intent of ACTION_SEND for Android. by @sakisakira in #2003
- Support fn+enter alias for insert on mac keyboards by @fiskWasTaken in #2010
- override some scale settings; finer-grained SDL init by @dhorlick in #2007
- (typo) fix name of utility in usage instructions by @joshgoebel in #2044
- (fix) fix
time()
API call - revert theclock()
changes by @joshgoebel in #2047 - (fix) help = by @joshgoebel in #2057
- (fix) help api/cmd/usage is not exclusive by @joshgoebel in #2058
- Fix rare segfault during shutdown by @jezze in #2063
- Fix segfault in player-sdl by @jezze in #2062
- Fix counter and freq for libretro by @jezze in #2072
- Adding png chunk cartridge support by @bztsrc in #2045
- Fixes #2016 by @Podepi in #2070
- Don't show "unknown topic" when help message is displayed by @iacore in #2068
- Skip empty menu option by @iacore in #2067
- Minor fixes by @jezze in #2066
- Fix typo and reduce 2 newlines at end to 1 in
baremetalrpi
instructions by @tylerms887 in #2052 - Add png chunk loading by @bztsrc in #2088
- janet support by @AlecTroemel in #2079
- (docs) <96kb is reserved RAM, not free by @joshgoebel in #2094
- make errBuffer pointer, avoid memory bug by not using janet_buffer_init by @AlecTroemel in #2095
- add function definitions for music args count 4 through 7 by @AlecTroemel in #2096
- Correct dev MacOS app path by @lzap in #2098
- add default waves and SFX for demo janet and fennel carts by @AlecTroemel in #2099
- use different lua class setup to avoid weird field clobbering by @AlecTroemel in #2101
- renamed misspelled tmap to map by @AlecTroemel in #2103
- Improve the Janet demo cart by @soxfox42 in #2106
- Add janet outline function by @AlecTroemel in #2110
- S7 Scheme language support by @sthilaid in #2113
- Update README.md by @sthilaid in #2116
- Code Editor upgrades: structured s-expresion edition and emacs-mode by @sthilaid in #2117
- update janet vendor, sandbox file (and everything else), implement OVR callback by @AlecTroemel in #2118
- Added hotkey option to menu items. Used in Yes/No dialog. by @sthilaid in #2120
- Language specific string delimiters by @sthilaid in #2119
- Scheme defstruct by @sthilaid in #2122
- Delete line improvement by @sthilaid in #2123
- fixed error in scheme SPR api function by @sthilaid in #2125
- Upgrade to Fennel 1.3.0. by @technomancy in #2130
- Remove defaults for sx/sy in WASM map() function by @Madadog in #2132
- Fix strict mode in default fennel cart. by @technomancy in #2136
- Update list of Fennel keywords for version 1.3.0. by @technomancy in #2139
- Bypass checks which disable Fennel friendly compiler errors. by @technomancy in #2140
- Better scheme errors by @sthilaid in #2145
- Clamp input to animEffect() by @Madadog in #2149
- Upgrade janet to 1.27, add mingw workflow build by @AlecTroemel in #2155
- Update README.md by @theKapcioszek in #2167
- fix janet pmem implementation, which was completely broken. by @AlecTroemel in #2171
- n3ds: fix crash on exit due to incorrect free() on screen buffer by @asiekierka in #2180
- Vi mode by @koltenpearson in #2174
- fix implementation of janet sfx function by @AlecTroemel in #2186
- Python language bindings by @koltenpearson in #2184
- Convert
vendor/pocketpy
into a git submodule by @blueloveTH in #2200 - Fix bank parameter for music export by @borbware in #2202
- Update Rust template to remove optimisation issue by @soxfox42 in #2204
- Update macOS build instructions to match included plist file by @jpaquim in #2206
- #2191 focus the canvas on click by @AlecTroemel in #2209
- update pocketpy to v1.0 by @koltenpearson in #2212
- adds editor options for indentation with spaces or tabs by @koltenpearson in #2217
- C API accuracy improvements and better layout by @Gota7 in #2227
- Run key processing even when ctrl key is pressed by @blind in #2234
- fix typos by @kianmeng in #2242
- Add numpad keys to keycodes by @cdwfs in #2245
- Remove whitespaces before colons in pythondemo.py by @sudo-piko in #2236
- Upgrade to Fennel 1.3.1 by @fosskers in #2246
- Fix C template build error by @soxfox42 in #2254
- #2260: Updated Rust template build instructions by @villesundell in #2261
New Contributors
- @tranxuanthang made their first contribution in #1912
- @sakisakira made their first contribution in #1925
- @rktjmp made their first contribution in #1936
- @peterhil made their first contribution in #1941
- @benthor made their first contribution in #1946
- @soxfox42 made their first contribution in #1951
- @kevinsmia1939 made their first contribution in #1957
- @solarized-fox made their first contribution in #1967
- @Gota7 made their first contribution in #1981
- @fiskWasTaken made their first contribution in #2010
- @dhorlick made their first contribution in #2007
- @jezze made their first contribution in #2063
- @bztsrc made their first contribution in #2045
- @Podepi made their first contribution in #2070
- @iacore made their first contribution in #2068
- @tylerms887 made their first contribution in #2052
- @AlecTroemel made their first contribution in #2079
- @sthilaid made their first contribution in #2113
- @Madadog made their first contribution in #2132
- @theKapcioszek made their first contribution in #2167
- @koltenpearson made their first contribution in #2174
- @blueloveTH made their first contribution in #2200
- @borbware made their first contribution in #2202
- @jpaquim made their first contribution in #2206
- @blind made their first contribution in #2234
- @kianmeng made their first contribution in #2242
- @cdwfs made their first contribution in #2245
- @sudo-piko made their first contribution in #2236
- @fosskers made their first contribution in #2246
- @villesundell made their first contribution in #2261
Full Changelog: v1.0.2164...v1.1.2729