File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ 2025-08-28 (v2.20):
2+ - Fix some MCUs being detected as ATA661xx parts (again)
3+ - Fix inverted lock bits in bit selector
4+ - Add missing SPIEN bit in bit selector for ATmega48
5+ - Add presets for Arduino Leonardo and Arduino Pro Micro
6+
172025-07-06 (v2.19):
28 - Update AVRDUDE to v8.1
39 - Fix detecting ATmega8
1521
16222024-01-31 (v2.16):
1723 - Fix fuse read failure with USBasp running old firmware
18- - Fix some MCUs being detected as AT661xx parts
24+ - Fix some MCUs being detected as ATA661xx parts
1925 - USBasp bit clock selector now shows for USBasp clones
2026 - Updated Turkish and Polish translations
2127 - Performance improvements
Original file line number Diff line number Diff line change 33
44#define MyAppName " AVRDUDESS"
55#define MyAppDescription " A GUI for AVRDUDE"
6- #define MyAppVersion " 2.19 "
6+ #define MyAppVersion " 2.20 "
77#define MyAppPublisher " Zak Kemble"
88#define MyAppURL " https://zakkemble.net/"
99#define MyAppExeName " avrdudess.exe"
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "2.19 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "2.19 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2.20 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.20 .0.0" ) ]
You canβt perform that action at this time.
0 commit comments