From 0dfb7b794d08e5bd8690d18833f808c7b9e3ff95 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 28 Dec 2021 19:52:55 +0000 Subject: [PATCH] Update to v0.34 --- Makefile | 2 +- RELEASE_NOTES | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27090a40..501b3661 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d491ece8..930fdfea 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,8 +1,18 @@ ************************************ -** Greaseweazle Release Notes +** Greaseweazle Tools Release Notes ** Keir Fraser ************************************ +** 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