Skip to content

Commit 1db5ece

Browse files
committed
v2.18 🐺
1 parent d3433bb commit 1db5ece

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2024-02-12 (v2.17):
28
- Updated AVRDUDE to v7.3
39
- Fix ambiguity error with old versions of .NET Framework

installer/avrdudess.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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]
8888
Name: "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
9090
Name: "avrsize"; Description: "avr-size"; Types: full
9191

9292
[Tasks]

src/avrdudess/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

0 commit comments

Comments
 (0)