Skip to content

Commit

Permalink
v2.16 ☀️
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Jan 31, 2024
1 parent 5561bca commit 1c9f690
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-01-31 (v2.16):
- Fix fuse read failure with USBasp running old firmware
- Fix some MCUs being detected as AT661xx parts
- USBasp bit clock selector now shows for USBasp clones
- Updated Turkish and Polish translations
- Performance improvements
- Various tweaks

2024-01-06 (v2.15):
- Updated AVRDUDE to v7.2
- Enabled TLSv1.2 and TLSv1.3 for the update checker
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.15"
#define MyAppVersion "2.16"
#define MyAppPublisher "Zak Kemble"
#define MyAppURL "https://zakkemble.net/"
#define MyAppExeName "avrdudess.exe"
Expand Down
4 changes: 2 additions & 2 deletions src/avrdudess/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.*")]
[assembly: AssemblyFileVersion("2.15.0.0")]
[assembly: AssemblyVersion("2.16.*")]
[assembly: AssemblyFileVersion("2.16.0.0")]

0 comments on commit 1c9f690

Please sign in to comment.