Skip to content

Commit

Permalink
Update to v0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Dec 28, 2021
1 parent 22940df commit 0dfb7b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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 := 33
export FW_MINOR := 34

TARGETS := all clean dist windist mrproper pysetup
.PHONY: $(TARGETS)
Expand Down
12 changes: 11 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
************************************
** Greaseweazle Release Notes
** Greaseweazle Tools Release Notes
** Keir Fraser <[email protected]>
************************************

** v0.34 - 28 December 2021
- Firmware is now released separately from the host tools
- gw update: Automatically download the latest firmware from GitHub
- Fix read/write raw files (HFE, SCP, etc) when --format is specified
- Allow Acorn ADF images to be read and written using --format specifier
- Support SCP images containing Supercard Pro C64 dumps including halftracks

-------------------------------------------------------------------------
All versions below include firmware and host tools in a combined release.

** v0.33 - 14 December 2021
- Support high-density Amiga images (1760kB ADF)
- IPF: Automatic write verification
Expand Down

0 comments on commit 0dfb7b7

Please sign in to comment.