Skip to content

Commit 9531ec3

Browse files
committed
v2.19 👽
1 parent f04695d commit 9531ec3

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

‎Changelog.txt‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-07-06 (v2.19):
2+
- Update AVRDUDE to v8.1
3+
- Fix detecting ATmega8
4+
- Added Korean and Czech translations
5+
16
2024-09-07 (v2.18):
27
- Updated AVRDUDE to v8.0
38
- Show both programmer ID and name in dropdown box

‎installer/avrdudess.iss‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
#define MyAppName "AVRDUDESS"
55
#define MyAppDescription "A GUI for AVRDUDE"
6-
#define MyAppVersion "2.18"
6+
#define MyAppVersion "2.19"
77
#define MyAppPublisher "Zak Kemble"
88
#define MyAppURL "https://zakkemble.net/"
99
#define MyAppExeName "avrdudess.exe"
1010
#define MyAppContact "contact@zakkemble.net"
11-
#define MyAppCopyright "Copyright © 2024 Zak Kemble"
11+
#define MyAppCopyright "Copyright © 2025 Zak Kemble"
1212

1313
[Setup]
1414
; NOTE: The value of AppId uniquely identifies this application.

‎src/avrdudess/Properties/AssemblyInfo.cs‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Zak Kemble")]
1212
[assembly: AssemblyProduct("AVRDUDESS")]
13-
[assembly: AssemblyCopyright("Copyright © 2024 Zak Kemble")]
13+
[assembly: AssemblyCopyright("Copyright © 2025 Zak Kemble")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.18.*")]
36-
[assembly: AssemblyFileVersion("2.18.0.0")]
35+
[assembly: AssemblyVersion("2.19.*")]
36+
[assembly: AssemblyFileVersion("2.19.0.0")]

0 commit comments

Comments
 (0)