Skip to content

Commit

Permalink
new: Version 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgamboa committed Jan 20, 2023
1 parent 165abf3 commit a48151a
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 5 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
## v0.8.12 (2023-01-20)

### New

* Support to PIC16F886 and PIC18F28K80 added to Breadboard board. [lcgamboa]

* Support to use UART pins with qemu ESP32 and STM32 added. [lcgamboa]

* Support to use Virtual Terminal part with rcontrol interface. [lcgamboa]

* New part ADXL345 Accelerometer. [lcgamboa]

* Support to SPI in bmp280 sensor added. [lcgamboa]

* Support to SPI and I2C in qemu-stm32 added. [lcgamboa]

* Support to PIC18F4580 on boards Breadboard, McLab2 and PICGenios added. [lcgamboa]

* New boards Arduino Mega and Arduino Nano added. [lcgamboa]

* Support to run multiple instances of PICSimLab. [lcgamboa]

* Support for logging and recovering from errors. [lcgamboa]

* Support to ESP32 Iomux on board DevKitC. [lcgamboa]

* Added support to I2C and SPI to ESP32 DevKitC board. [lcgamboa]

* Esp32 DevKitC board support to ADC added. [lcgamboa]

### Changes

* Change VCD Dump part to only show used channels in pulseview/gtkwave. [lcgamboa]

* Add instance numbers to windows title bars. [lcgamboa]

* Step motor part now show steps and turns. [lcgamboa]

### Fix

* Fix Virtual terminal and increase internal timers precision. [lcgamboa]

* Fix window redraw when used in Wayland (Linux) [lcgamboa]

* Add support to Windows serial ports greater than COM9 in qemu backend simulator. [lcgamboa]

* PICGenious board interference of keys bounce on keyboard activation removed. [lcgamboa]

## v0.8.11 (2022-08-02)

### New
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG_auto.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## (unreleased)
## v0.8.12 (2023-01-20)

### New

* Support to PIC16F886 and PIC18F28K80 added to Breadboard board. [lcgamboa]

* Support to use UART pins with qemu ESP32 and STM32 added. [lcgamboa]

* Support to use Virtual Terminal part with rcontrol interface. [lcgamboa]
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "PICSimLab - Programmable IC Simulator Laboratory"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.8.11
PROJECT_NUMBER = 0.8.12

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,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.11)](https://sourceforge.net/projects/picsim/files/v0.8.11/)
- latest PICSimLab release [![Sourceforge Latest Relesases](https://img.shields.io/sourceforge/dt/picsim/v0.8.12)](https://sourceforge.net/projects/picsim/files/v0.8.12/)
- 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
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ PACKAGE=picsimlab
MAINVER=0
MINORVER=8
VERSION=0.8.12
DATE=230115
VERSION_STABLE=0.8.11
DATE=230120
VERSION_STABLE=0.8.12

0 comments on commit a48151a

Please sign in to comment.