Skip to content

Commit

Permalink
Update to v0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Mar 26, 2021
1 parent 5fb95d1 commit b77224f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
** Keir Fraser <[email protected]>
************************************

** 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")
Expand Down

0 comments on commit b77224f

Please sign in to comment.