File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 2024-01-31 (v2.16):
2+ - Fix fuse read failure with USBasp running old firmware
3+ - Fix some MCUs being detected as AT661xx parts
4+ - USBasp bit clock selector now shows for USBasp clones
5+ - Updated Turkish and Polish translations
6+ - Performance improvements
7+ - Various tweaks
8+
192024-01-06 (v2.15):
210 - Updated AVRDUDE to v7.2
311 - Enabled TLSv1.2 and TLSv1.3 for the update checker
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.15 "
6+ #define MyAppVersion " 2.16 "
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.15 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "2.15 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2.16 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.16 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments