Skip to content

Releases: sweetlilmre/TapuinoNext

v0.0.3-alpha+268

08 Dec 09:41
Compare
Choose a tag to compare

v0.0.3-alpha+240

22 Jun 13:26
Compare
Choose a tag to compare

Release Notes:

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

04 Jun 11:08
Compare
Choose a tag to compare

Release Notes

  • 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

05 May 08:31
Compare
Choose a tag to compare

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:

espressif/arduino-esp32#6693

Full Changelog: 0.0.1-alpha+38...0.0.1-alpha+148

0.0.1-alpha+38

18 Mar 13:34
Compare
Choose a tag to compare