Skip to content

Commit

Permalink
v2.14 🐴
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed May 11, 2022
1 parent ee980ba commit 813c017
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2022-05-11 (v2.14):
- Updated AVRDUDE to v7.0
- Updated Russian translation
- Added Hungarian, Spanish, Portuguese, German, Ukrainian, Traditional Chinese and Polish translations
- Added bit selector support for ATtiny4313, ATtiny10/9/5/4, ATmega328PB and ATmega32U4/2
- Various other small tweaks

2020-07-23 (v2.13):
- Added Slovenian translation
- Fixed issue with reading ATmega328PB efuse
Expand Down
2 changes: 1 addition & 1 deletion installer/avrdudess.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "AVRDUDESS"
#define MyAppDescription "A GUI for AVRDUDE"
#define MyAppVersion "2.13"
#define MyAppVersion "2.14"
#define MyAppPublisher "Zak Kemble"
#define MyAppURL "https://zakkemble.net/"
#define MyAppExeName "avrdudess.exe"
Expand Down
1 change: 1 addition & 0 deletions src/avrdudess/Files/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
<Width>0</Width>
<Height>0</Height>
</windowSize>
<checkForUpdates>true</checkForUpdates>
</ConfigData>
6 changes: 3 additions & 3 deletions src/avrdudess/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Zak Kemble")]
[assembly: AssemblyProduct("AVRDUDESS")]
[assembly: AssemblyCopyright("Copyright © 2021 Zak Kemble")]
[assembly: AssemblyCopyright("Copyright © 2022 Zak Kemble")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.13.*")]
[assembly: AssemblyFileVersion("2.13.0.0")]
[assembly: AssemblyVersion("2.14.*")]
[assembly: AssemblyFileVersion("2.14.0.0")]

0 comments on commit 813c017

Please sign in to comment.