Skip to content

Releases: lancos/ponyprog

v3.1.3

06 Feb 23:12
9710e58
Compare
Choose a tag to compare

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

15 Jan 10:07
Compare
Choose a tag to compare

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

05 Feb 16:41
Compare
Choose a tag to compare

Bug fix: correct device selection by menu entries and load file. Translation fixes

v3.1.0

03 Nov 14:59
Compare
Choose a tag to compare

Add USB adapter PonyProgFT and other several fixes

v3.0.2

15 Mar 00:22
Compare
Choose a tag to compare

Small fixes, Build scripts, compiler warnings, mispelled words

V2.08e

02 Oct 15:02
Compare
Choose a tag to compare

Added ID for new AVR devices: ATmega1284P, ATtiny4313, ATtiny24, ATtiny44, ATtiny84, ATmega48PA, ATmega88PA, ATmega328.
Fixed bug that caused showing "Security and configurations bits" dialog, even after clicking abort button
Thanks to RG for contributing.

first V3 release

30 Sep 18:35
Compare
Choose a tag to compare
first V3 release Pre-release
Pre-release

First release after the qt port