1.2.0


Updated November 25 2024.

1.2.0 – RC1: First Release Candidate for 1.2.0

This is the development branch. It can be very unstable.
Use ONLY FOR TESTING.

Windows 64
Windows 32
Linux 64
MacOs X86

All changes:
https://github.com/eeTools/SimulIDE-dev/commits/master/


1.1.0


Updated November 8 2024.

Stable release, last bug fixes.


These are last builds of 1.1.0 branch at Revision 2011:
Windows 64
Windows 32
Linux 64

Watch the complete list of fixes here:
https://bazaar.launchpad.net/~arcachofo/simulide/1.1.0/changes/

Bug fixes:
– Crash moving Package after Pin deleted.
– Line: fix opacity.
– Fix nested SubCircuits.
– Circuit: m_subCircuit not initialized.
– ClockBase: fix always On after freq=0.
– 74HC85: package error.
– LatchD: Trigger type error.
– Script Display: crash if not added to Mcu Monitor.
– ScriptCpu: addEvent data type error.
– Aruino: fix Board list issues.
– CodeEditor: crash at file enums.
– ScriptCpu: m_updateStep not initialized.
– AVR: fix Stack Pointer not initialized.
– PIC EEPROM: fix interrupt not raised.
– AVR SPI: error driving MISO Pin in slave mode.
– SSD1306: fix Page Mode reset value.
– PIC Vref: fix wrong output Voltage.
– PIC16F627: fix ROM missing from configuration file.

Changes:
– ScriptCpu: add property to Subcircuit at .mcu file.
– ScriptCpu: added initialize() function.
– ScriptCpu: added property label.
– Increase size of Search Component widget.
– Optimize Enum Properties.
– Rotary Encoder linkable.
– IoPin: added setOutHighV() to script functions.
– ScriptModule: add support for #includes.
– Script Display: added clear() & drawLine().
– Script Display: optimize Widget paint.
– Chip: add margins for image background.
– Script Array: register size() method.
– DHT11: Use ASAIR DHT11 specifications.