@@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+ ## [ 5.2.0] , [ 4.9.0] , [ 3.16.0] - 2023-01-29
10
+
11
+ ### Added
12
+ - Support for BDSat-2
13
+ - Support for CAS-5A
14
+ - Support for CIRBE
15
+ - Support for HKSAT
16
+ - Support for INS-2B
17
+ - Support for MARIO
18
+ - Support for NUTSat
19
+ - Support for SharjahSat-1
20
+ - Support for SS-1
21
+ - Support for TRISAT-R
22
+
23
+ ### Changed
24
+ - Doppler Correction block: use constant frequency before start of file
25
+ - Doppler Correction block: use logging instead of printing
26
+ - Marked Fixedlen Tagger block as deprecated
27
+
28
+ ### Fixed
29
+ - Throttle mode when used with --wavfile
30
+ - MTCUBE-2 NORAD ID
31
+
9
32
## [ 5.1.1] , [ 4.8.1] , [ 3.15.1] - 2022-11-19
10
33
11
34
### Fixed
@@ -546,10 +569,12 @@ Large refactor release bringing new functionality and improvements. This is an o
546
569
## [ 1.0.0] - 2018-08-02
547
570
First gr-satellites release using semantic versioning
548
571
549
- [ Unreleased ] : https://github.com/daniestevez/gr-satellites/compare/v5.1.1...main
572
+ [ Unreleased ] : https://github.com/daniestevez/gr-satellites/compare/v5.2.0...main
573
+ [ 5.2.0 ] : https://github.com/daniestevez/gr-satellites/compare/v5.1.1...v5.2.0
550
574
[ 5.1.1 ] : https://github.com/daniestevez/gr-satellites/compare/v5.1.0...v5.1.1
551
575
[ 5.1.0 ] : https://github.com/daniestevez/gr-satellites/compare/v5.0.0...v5.1.0
552
576
[ 5.0.0 ] : https://github.com/daniestevez/gr-satellites/compare/v4.6.0...v5.0.0
577
+ [ 4.8.1 ] : https://github.com/daniestevez/gr-satellites/compare/v4.8.1...v4.9.0
553
578
[ 4.8.1 ] : https://github.com/daniestevez/gr-satellites/compare/v4.8.0...v4.8.1
554
579
[ 4.8.0 ] : https://github.com/daniestevez/gr-satellites/compare/v4.7.0...v4.8.0
555
580
[ 4.7.0 ] : https://github.com/daniestevez/gr-satellites/compare/v4.6.0...v4.7.0
@@ -562,6 +587,7 @@ First gr-satellites release using semantic versioning
562
587
[ 4.1.0 ] : https://github.com/daniestevez/gr-satellites/compare/v4.0.0...v4.1.0
563
588
[ 4.0.0 ] : https://github.com/daniestevez/gr-satellites/compare/v4.0.0-rc1...v4.0.0
564
589
[ 4.0.0-rc1 ] : https://github.com/daniestevez/gr-satellites/compare/v3.7.0...v4.0.0-rc1
590
+ [ 3.16.0 ] : https://github.com/daniestevez/gr-satellites/compare/v3.15.1...v3.16.0
565
591
[ 3.15.1 ] : https://github.com/daniestevez/gr-satellites/compare/v3.15.0...v3.15.1
566
592
[ 3.15.0 ] : https://github.com/daniestevez/gr-satellites/compare/v3.14.0...v3.15.0
567
593
[ 3.14.0 ] : https://github.com/daniestevez/gr-satellites/compare/v3.13.0...v3.14.0
0 commit comments