Skip to content

Commit

Permalink
chg: Changelog updated !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgamboa committed Jul 25, 2021
1 parent 0f6cef3 commit a67880c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a67880c

Please sign in to comment.