Releases: lancos/ponyprog
v3.1.3
avoid to manually add extension on file save because the dialog has a check for this purpose
fixed script file type by filename extension
fixed regression on the script filename handling (name with quotation mark and filename with spaces)
fixed filename relative to script directory
add hardware CAD files
build system: create appveyor.yml and cmake.yml, update travis with bionic, arm arch and cmake
v3.1.2
bug fix: AT90S4433 need a power cycle to verify fuse bits programmed
fix: AT90S2313 doesn't have any fuse bits readable from ISP
fix and refactor handling of edit notes (Id and comment)
Add new AVR IDs (commented new models still to add)
Use open_path from last opened file
fix Reset with mpsse interface, restore initial pin states on deinit()
fix run script from command line: moved CmdRunScript() at the end of constructor, it needs menu initialized to select a device from device name string
fix ATiny2313 Struct description (fuse bits)
update qhexedit with latest fixes and address hexcaps
v3.1.1
v3.1.0
v3.0.2
V2.08e
first V3 release
First release after the qt port