File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ 2019-10-12 (v2.11):
2+ - Fixed null exception if no MCU selected and "Set fuses" ticked
3+ - Updated Polish translation
4+
152019-10-02 (v2.10):
26 - Fix fuse read issue with MCUs that don't have all low, high and extended fuses
37 - Update avrdude.conf to allow setting the CFD bit (Disable Clock Failure Detection) in the extended fuse for the ATmega328PB
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.10 "
6+ #define MyAppVersion " 2.11 "
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.10 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "2.10 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2.11 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.11 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments