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+ 2024-09-07 (v2.18):
2+ - Updated AVRDUDE to v8.0
3+ - Show both programmer ID and name in dropdown box
4+ - Show real bit clock in USBasp frequency dropdown box
5+ - Fix some avrdude config parse bugs
6+
172024-02-12 (v2.17):
28 - Updated AVRDUDE to v7.3
39 - Fix ambiguity error with old versions of .NET Framework
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.17 "
6+ #define MyAppVersion " 2.18 "
77#define MyAppPublisher " Zak Kemble"
88#define MyAppURL " https://zakkemble.net/"
99#define MyAppExeName " avrdudess.exe"
@@ -86,7 +86,7 @@ Name: "custom"; Description: "Custom installation"; Flags: iscustom
8686
8787[Components]
8888Name : " main" ; Description : " AVRDUDESS" ; Types : full compact custom ; Flags : fixed
89- Name : " avrdude" ; Description : " avrdude (v7.3 x86 mingw )" ; Types : full
89+ Name : " avrdude" ; Description : " avrdude (v8.0 x86)" ; Types : full
9090Name : " avrsize" ; Description : " avr-size" ; Types : full
9191
9292[Tasks]
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.17 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "2.17 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2.18 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.18 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments