Skip to content

Commit 08ef834

Browse files
committed
v2.20 πŸ…
1 parent dea0b11 commit 08ef834

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

β€ŽChangelog.txtβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2025-07-06 (v2.19):
28
- Update AVRDUDE to v8.1
39
- Fix detecting ATmega8
@@ -15,7 +21,7 @@
1521

1622
2024-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

β€Žinstaller/avrdudess.issβ€Ž

Lines changed: 1 addition & 1 deletion
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.19"
6+
#define MyAppVersion "2.20"
77
#define MyAppPublisher "Zak Kemble"
88
#define MyAppURL "https://zakkemble.net/"
99
#define MyAppExeName "avrdudess.exe"

β€Ž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.19.*")]
36-
[assembly: AssemblyFileVersion("2.19.0.0")]
35+
[assembly: AssemblyVersion("2.20.*")]
36+
[assembly: AssemblyFileVersion("2.20.0.0")]

0 commit comments

Comments
Β (0)