Skip to content

Commit

Permalink
Update to v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Apr 29, 2020
1 parent edb3ec7 commit 94c4de4
Show file tree
Hide file tree
Showing 2 changed files with 12 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 := 13
export FW_MINOR := 14

PROJ = Greaseweazle
VER := v$(FW_MAJOR).$(FW_MINOR)
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
** Keir Fraser <[email protected]>
************************************

** v0.14 - 29 April 2020
- IPF: Full write support (weak data, index misalignment)
- New GW commands: bandwidth, erase
- bandwidth: Measure USB read/write bandwidth
- erase: Erase a disk
- F7 USB: Improved bandwidth when writing to disk
- Much less likely to see FluxUnderflow failures
- update: Fix a bug which could fail to reopen the GW device for update
- update: Automatically find the update file if filename not specified
- Control script: Tidier notification of errors (no scary backtrace)

** v0.13 - 25 April 2020
- HFE: Read & write support
- IPF: Preliminary write support
Expand Down

0 comments on commit 94c4de4

Please sign in to comment.