Releases: sweetlilmre/TapuinoNext
Releases · sweetlilmre/TapuinoNext
v0.0.3-alpha+268
v0.0.3-alpha+240
Feature
- Added file filtering change to exclude files starting with . (remove Mac specific folders) (predecker)
- Added TODO.md to keep some kind of roadmap going
Fix
- Previous directory fix (predecker)
- Changed start recording message to be clearer
Internal
- Changed changelog format for automatic release note generation
- Added 'v' to version, should have been there from the begining
- fixed auto_version.py to support this
- Moved large buffer handling to FlipBuffer
- Cleaned up implementation in TapLoader and TapRecorder
- Added raw TapeCart implementation code
0.0.2-alpha+237
-
Fixed various compatibility issues with framework-arduinoespressif32 > 2.0.1
- the platform is pinned to version 4.0.1 (and hence framework 2.0.1) waiting for timer fixes to get into the next framework release and platform update (4.0.5 and 2.0.4?)
- timer functionality was changed from a re-triggered one-shot to a repeat timer (retriggered one-shot does not work in the context of the move to IDF4.4 from framework 2.0.2)
- input initialisation in the constructor of ESP32InputHandler.cpp also broke (shouldn't have done this in the first place)
-
Other minor improvements
- changed the text for the firmware update menu to make it less confusing
- added the spinner UI into the update progress display
- changed the name of the firmware release to "update.bin" for ease of use
0.0.1-alpha+148
Pinned Platformio version to 4.1.0 to avoid 4.2.0 broken timer behaviour. An issue has been logged with the Arduino Espressif project here:
Full Changelog: 0.0.1-alpha+38...0.0.1-alpha+148
0.0.1-alpha+38
Full Changelog: 0.0.1-alpha+13...0.0.1-alpha+38