diff --git a/CHANGELOG.md b/CHANGELOG.md index 946c9474..76cd7631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,45 @@ +## v0.8.9 (2021-07-25) + +### New + +* Support to TinyDebug message write added to Franzininho DIY board. [lcgamboa] + +* Support to open files using drag and drop. [lcgamboa] + +* Buzzer new passive mode Tone added. [lcgamboa] + +* New part Fixed Voltage. [lcgamboa] + +* New part SHT3X temperature and humidity sensor. [lcgamboa] + +* New part FM50 temperature sensor. [lcgamboa] + +* New part LM35 temperature sensor. [lcgamboa] + +* Support to dump Flash memory in rcontrol interface. [lcgamboa] + +* Support to dump RAM and internal EEPROM memory in rcontrol interface. [lcgamboa] + +* Support to save EEPROM of AVR MCU between PICSimLab sessions. [lcgamboa] + +* Pin Viewer tool added. [lcgamboa] + +* VCD Dump support to change external VCD viewer (eg. use pulseview instead gtkwave) [lcgamboa] + +* New part MPU6050 accel and gyro added (only raw values, no FIFO or DMP) [lcgamboa] + +* Support to only draw when need update to reduce cpu usage. [lcgamboa] + +* Rcontrol new command loadhex. [lcgamboa] + +* New board picture for Franzinino DIY. [dantop03] + +### Fix + +* Buzzer passive mode audio clicks removed. [lcgamboa] + +* Removed the problem that caused PICSimLab don't start when qemu-stm32 was not found. [lcgamboa] + ## v0.8.8 (2021-05-08) diff --git a/README.md b/README.md index 2532835a..1ae079b2 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ If the problem is not in either of the previous two options, the problem is prob - [individual file counters](https://somsubhra.github.io/github-release-stats/?username=lcgamboa&repository=picsimlab) (grouped per release) - SourceForge [`picsimlab`](https://sourceforge.net/projects/picsim/) repo - - latest PICSimLab release [![Sourceforge Latest Relesases](https://img.shields.io/sourceforge/dt/picsim/v0.8.8)](https://sourceforge.net/projects/picsim/files/v0.8.8/) + - latest PICSimLab release [![Sourceforge Latest Relesases](https://img.shields.io/sourceforge/dt/picsim/v0.8.9)](https://sourceforge.net/projects/picsim/files/v0.8.9/) - all PICSimLab releases [![Sourceforge All Relesases](https://img.shields.io/sourceforge/dt/picsim)](https://sourceforge.net/projects/picsim/files/) Credit to [Shields IO](https://shields.io) for the badges and to