Browse Source

Update to v0.26

Keir Fraser 4 years ago
parent
commit
b77224fa28
2 changed files with 7 additions and 1 deletions
  1. 1 1
      Makefile
  2. 6 0
      RELEASE_NOTES

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 
 export FW_MAJOR := 0
-export FW_MINOR := 25
+export FW_MINOR := 26
 
 TARGETS := all blinky clean dist windist mrproper f1_ocd ocd flash start serial pysetup
 .PHONY: $(TARGETS)

+ 6 - 0
RELEASE_NOTES

@@ -3,6 +3,12 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.26 - 26 March 2021
+ - Support new Greaseweazle model: F7 v3 "Thunderbolt"
+ - EDSK: Support for writing many protected EDSK files
+ - Windows 7: Disable jumperless firmware update as it hangs.
+ - Default head-step delay is doubled to 10ms.
+
 ** v0.25 - 27 February 2021
  - EDSK: Support for writing unprotected EDSK files
  - SCP: Allow disktype header byte to be specified (eg "a.scp::disktype=amiga")