You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-6Lines changed: 31 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
This the fourth major release of the GreatFET software and firmware stacks. As usual, this release contains firmware images in `firmware-bin`, host software in `host-packages`, and a copy of all sources necessary to build the entire codebase.
1
+
All notable changes to this project will be documented in this file.
2
+
3
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+
5
+
<!--
6
+
## [Unreleased]
7
+
-->
2
8
3
9
## Upgrading to this release
4
10
@@ -13,21 +19,33 @@ After upgrading the host tools, update your GreatFET firmware to the latest rele
13
19
Happy hacking!
14
20
15
21
16
-
# Changelog
22
+
## v2024.0.2
23
+
### Fixed
24
+
* The GreatFET shell was unable to access globals inside user defined functions.
25
+
* Import errors on some Python distributions.
26
+
### Changed
27
+
* 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)
29
+
### Added
30
+
* Windows support for Cynthion.
17
31
18
32
19
-
## v2024.0.0
33
+
## v2024.0.1
34
+
### Added
35
+
* Add IPython to the GreatFET installation by default.
36
+
### Changed
37
+
* Updated udev rules to use uaccess tag rather than the plugdev group.
38
+
* Updated the rad1o board file (tx @dos1!)
20
39
21
-
### GreatFET
22
40
41
+
## v2024.0.0
42
+
### GreatFET
23
43
*[gpio: add support for configuring all gpio pin modes](https://github.com/greatscottgadgets/greatfet/pull/418)
24
44
*[uart: fix python KeyError when parity argument not specified](https://github.com/greatscottgadgets/greatfet/pull/375)
25
45
*[shell: support versions of IPython >= 3.11](https://github.com/greatscottgadgets/greatfet/pull/414)
26
46
*[facedancer: fix usb mass storage example](https://github.com/greatscottgadgets/greatfet/pull/425)
27
47
*[shell: fix runtime errors when using uart functionality](https://github.com/greatscottgadgets/greatfet/pull/426)
28
-
29
48
### libgreat
30
-
31
49
*[Added TX & RX pin definitions for UART1, USART2&3](https://github.com/greatscottgadgets/libgreat/pull/25)
0 commit comments