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: release-notes/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This is a running list of significant bug fixes and new features since the last
6
6
7
7
* ThunderScope: updates for SCPI / binary waveform format API changes in TS.NET
8
8
* SiniLink: Added driver for ModBus control of XYS3580 and related PSUs (https://github.com/ngscopeclient/scopehal/pull/1003)
9
+
* 8B/10B decode now tries more aggressively to recover comma sync after bitslipping when decoding jittery or noisy data, rather than giving decode errors for the remainder of the waveform (https://github.com/ngscopeclient/scopehal/issues/1025)
9
10
10
11
## Bugs fixed since v0.1
11
12
@@ -18,8 +19,10 @@ This is a running list of significant bug fixes and new features since the last
18
19
* ThunderScope: trigger position would occasionally be corrupted and get stuck at -9223 seconds (no github ticket)
19
20
* Typing a new trigger position into the text box in the trigger properties dialog does not actually change the trigger position in hardware (no github ticket)
20
21
* Protocol analyzer dialogs still show the old title if a filter is renamed (https://github.com/ngscopeclient/scopehal-apps/issues/923)
22
+
* PCIe link training decode got confused if the waveform started with the link in L0 then it dropped (https://github.com/ngscopeclient/scopehal/issues/1024)
21
23
22
24
## Other changes since v0.1
23
25
24
26
* Updated to latest upstream imgui (1.92.4 WIP)
25
27
* Unit tests now use FFTW instead of FFTS because FFTS had portability issues and a GPL dependency is fine for unit tests we don't redistribute (https://github.com/ngscopeclient/scopehal/issues/757)
28
+
* Protocol analyzer now displays marker text in the rightmost column if there is no hexdump column, and stretches the column width to leave room for text (https://github.com/ngscopeclient/scopehal/issues/926) rather than defaulting to the leftmost which might be too small to read clearly
0 commit comments