forked from pothosware/SoapySDRPlay3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog.txt
100 lines (71 loc) · 2.92 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Release 0.8.10 (2024-06-10)
==========================
- Fixed installation to preserve locally built Soapy modules.
- Rebuilt 64bit AND 32bit packages with latest SDRPlay API v3.15.2.
- PLEASE, UPGRADE YOUR SDRPlay API FROM https://www.sdrplay.com/api/
Release 0.8.9 (2024-05-13)
==========================
- Added support for RSPdxR2 devices from Franco.
- Added backward compatibility with API v3.07.
- Rebuilt 64bit packages with SDRPlay API v3.15.
- Rebuilt 32bit packages with SDRPlay API v3.07.
- PLEASE, UPGRADE YOUR SDRPlay API FROM https://www.sdrplay.com/api/
Release 0.8.8 (2024-01-29)
==========================
- Added support for RSP1B devices from Franco.
- Rebuilt 64bit packages with SDRPlay API v3.14.
- PLEASE, UPGRADE YOUR SDRPlay API FROM https://www.sdrplay.com/api/
Release 0.8.7 (2024-01-03)
==========================
- Only enabling HDR for center frequencies where it works.
- Rebuilt 64bit packages with SDRPlay API v3.12.
- PLEASE, UPGRADE YOUR SDRPlay API FROM https://www.sdrplay.com/api/
Release 0.8.6 (2023-10-12)
==========================
- Preventing crashes in SDRPlay service from crashing Soapy.
Release 0.8.5 (2023-09-09)
==========================
- Imported latest changes from the original code repository.
- Added High Dynamic Resolution (HDR) option, available on RSPdx.
Release 0.8.4 (2023-07-07)
==========================
- Now releasing the lock while waiting for a bandwidth change.
- Now only resetting streams after bandwidth change has happened.
- Now updating entire AGC config.
Release 0.8.3 (2023-06-16)
==========================
- Increased time between bandwidth change attempts to 100ms.
- Increased number of bandwidth change retries to 5.
- Now allowing to change IFGR while AGC is on.
- Now always setting decimation with bandwidth.
- Now installing blacklist for Mirics TV drivers.
- Made deleting locally compiled Soapy optional.
Release 0.8.2 (2023-03-14)
==========================
- Widened filters to reduce the hump sizes for all bandwidths.
- Fixed RSP breaking up when changing from LIF to ZIF mode.
- Added 1.536MHz bandwidth.
Release 0.8.1 (2022-12-27)
==========================
- First packaged release.
Release 0.4.1 (2022-09-14)
==========================
- setFrequency() uses RF by default
- New get/set methods for frequency correction
Release 0.4.0 (2022-04-17)
==========================
- Device selection by serial number
- Fix concurrency bugs with SoapySDR remote
- Fix several problems with RSPduo modes
Release 0.3.0 (pending)
==========================
- Implement filter by serial number for enumeration
- Enumeration can yield the already opened device:
Allows the device to be found again in the same process
and fixes multiple clients to work with SoapySDR server
Release 0.2.0 (2019-01-07)
==========================
- support API 2.13 and identify RSPduo
Release 0.1.0 (2016-10-16)
==========================
- Initial release of Soapy SDRPlay support module