@@ -19,26 +19,38 @@ After upgrading the host tools, update your GreatFET firmware to the latest rele
1919Happy hacking!
2020
2121
22- ## v2024.0.2
22+ ## [ v2024.0.4] - 2024-12-18
23+ ### Fixed
24+ * Serial packets were framed incorrectly when using the GreatFET UART interface with parity set to one of: ODD, EVEN or PARITY_STUCK_AT_ONE
25+ ### Changed
26+ * Updated libgreat to [ ` v2024.0.3 ` ] ( https://github.com/greatscottgadgets/libgreat/compare/v2024.0.2...v2024.0.3 )
27+
28+
29+ ## [ v2024.0.3] - 2024-10-10
30+ ### Fixed
31+ * Permission denied error when using logic analyzer on Windows.
32+
33+
34+ ## [ v2024.0.2] - 2024-09-19
2335### Fixed
2436* The GreatFET shell was unable to access globals inside user defined functions.
2537* Import errors on some Python distributions.
2638### Changed
2739* Updated pyfwup dependency to ` 0.5.2 `
28- * Updated libgreat dependency to [ ` v2024.0.2 ` ] ( https://github.com/greatscottgadgets/libgreat/compare/v2024.0.1...v2024.0.2 )
40+ * Updated libgreat to [ ` v2024.0.2 ` ] ( https://github.com/greatscottgadgets/libgreat/compare/v2024.0.1...v2024.0.2 )
2941### Added
3042* Windows support for Cynthion.
3143
3244
33- ## v2024.0.1
45+ ## [ v2024.0.1] - 2024-06-04
3446### Added
3547* Add IPython to the GreatFET installation by default.
3648### Changed
3749* Updated udev rules to use uaccess tag rather than the plugdev group.
3850* Updated the rad1o board file (tx @dos1 !)
3951
4052
41- ## v2024.0.0
53+ ## [ v2024.0.0] - 2024-05-22
4254### GreatFET
4355* [ gpio: add support for configuring all gpio pin modes] ( https://github.com/greatscottgadgets/greatfet/pull/418 )
4456* [ uart: fix python KeyError when parity argument not specified] ( https://github.com/greatscottgadgets/greatfet/pull/375 )
@@ -54,7 +66,8 @@ Happy hacking!
5466* [ Do not set USB device address to zero] ( https://github.com/greatscottgadgets/libgreat/pull/26 )
5567
5668
57- ## v2021.2.1
69+
70+ ## [ v2021.2.1] - 2021-02-23
5871
5972NOTE: We no longer support Python 2. This release targets Python 3.6+.
6073
@@ -73,8 +86,10 @@ NOTE: We no longer support Python 2. This release targets Python 3.6+.
7386 - #344 : Facedancer with bMaxPacketSize0 < 32 does not work.
7487
7588
76- [ Unreleased ] : https://github.com/greatscottgadgets/libgreat/compare/v2024.0.2...HEAD
77- [ v2024.0.2 ] : https://github.com/greatscottgadgets/libgreat/compare/v2024.0.1...v2024.0.2
78- [ v2024.0.1 ] : https://github.com/greatscottgadgets/libgreat/compare/v2024.0.0...v2024.0.1
79- [ v2024.0.0 ] : https://github.com/greatscottgadgets/libgreat/compare/v2021.2.1...v2024.0.0
80- [ v2021.2.1 ] : https://github.com/greatscottgadgets/libgreat/releases/tag/v2021.2.1
89+ [ Unreleased ] : https://github.com/greatscottgadgets/greatfet/compare/v2024.0.4...HEAD
90+ [ v2024.0.4 ] : https://github.com/greatscottgadgets/greatfet/compare/v2024.0.3...v2024.0.4
91+ [ v2024.0.3 ] : https://github.com/greatscottgadgets/greatfet/compare/v2024.0.2...v2024.0.3
92+ [ v2024.0.2 ] : https://github.com/greatscottgadgets/greatfet/compare/v2024.0.1...v2024.0.2
93+ [ v2024.0.1 ] : https://github.com/greatscottgadgets/greatfet/compare/v2024.0.0...v2024.0.1
94+ [ v2024.0.0 ] : https://github.com/greatscottgadgets/greatfet/compare/v2021.2.1...v2024.0.0
95+ [ v2021.2.1 ] : https://github.com/greatscottgadgets/greatfet/releases/tag/v2021.2.1
0 commit comments