What's Changed
- RTC can be disabled by user by @nihirash in #70
- src/mos.c: mos_FCLOSE: fix small bug by @leighbb in #71
- mos_setkbvector OS call, so user programs can access VDP keyboard packets by @tomm in #73
- Fix timer0 setup overflow by @tomm in #74
- Broken startup fix(wait for ESP32 was too short) by @nihirash in #89
- ignore leading *s on commands by @stevesims in #92
- SDCard performance improvements by @stevesims in #107
- mouse support added to VDP protocol by @stevesims in #104
- Multi-line command history by @stevesims in #108
- Proposed I2C driver and MOS API implementation by @envenomator in #115
- Enhanced version of Help command by @stevesims in #93
New Contributors
- @nihirash made their first contribution in #70
- @leighbb made their first contribution in #71
- @tomm made their first contribution in #73
- @stevesims made their first contribution in #92
- @envenomator made their first contribution in #115
Full Changelog: v1.03...v1.04