Skip to content

Commit 7c57593

Browse files
committed
Up version to 1.7.0
1 parent 26a685d commit 7c57593

File tree

2 files changed

+112
-1
lines changed

2 files changed

+112
-1
lines changed

CHANGELOG.md

+111
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.7.0] - 2019-08-31
10+
### Added
11+
- Support for EntrySat
12+
- Support for Delphini-1
13+
- Support for AmGU-1
14+
- Support for Sokrat
15+
- Support for BEESAT-9
16+
- Support for Lucky-7
17+
- Support for Światowid 9k6 protocol
18+
19+
### Removed
20+
- Telemetry submitter for EntrySat
21+
22+
### Fixed
23+
- Bug in FUNcube telemetry parsing
24+
25+
## [1.6.0] - 2019-07-05
26+
### Added
27+
- Support for SpooQy-1
28+
- Generic 1k2 AFSK AX.25 decoder
29+
30+
### Fixed
31+
- Bug in AAUSAT-4 decoder
32+
33+
### Removed
34+
- SatNOGS telemetry forwarders for satellites not coordinated by IARU
35+
36+
## [1.5.0] - 2019-05-01
37+
### Added
38+
- Support for AISTECHSAT-3
39+
- JY1SAT SSDV decoder
40+
- Support for MYSAT 1
41+
42+
### Fixed
43+
- Bugs in FUNcube telemetry parser
44+
45+
## [1.4.0] - 2019-04-07
46+
### Added
47+
- Support for 1KUNS-PF in 9k6 mode
48+
- Support for AISTECH-2
49+
- Support for EQUiSat
50+
- Support for QO-100
51+
- Support for AstroCast 0.1 new protocol and 9k6 mode
52+
53+
### Fixed
54+
- Bugs regarding malformed or unknown frames in Funcube tlm decoder
55+
56+
## [1.3.1] - 2019-01-06
57+
### Fixed
58+
- Bug in the Reed-Solomon decoder (affects ESEO decoder)
59+
60+
## [1.3.0] - 2019-01-05
61+
### Added
62+
- Support for FMN-1
63+
- Support for Shaonian Xing
64+
- Support for Zhou Enlai
65+
- Support for TY 4-01
66+
- Support for FACSAT-1
67+
- Support for INNOSAT-2
68+
- Support for Reaktor Hello World
69+
- CC110x decoder
70+
- Support for 3CAT-1
71+
- Generic FSK AX.25 decoders
72+
- Support for JY1-Sat
73+
- Support for Suomi 100
74+
- Support for PW-Sat2
75+
- Support for ESEO
76+
- Generic Reed-Solomon decoder
77+
- FUNcube telemetry submitter
78+
- Support for ITASAT 1
79+
- Support for D-STAR One
80+
- Support for Astrocast 0.1
81+
- Support for LUME-1
82+
83+
### Changed
84+
- Update to construct 2.9
85+
86+
### Fixed
87+
- Miscellaneous bugs
88+
89+
## [1.2.0] - 2018-09-20
90+
### Added
91+
- feh fullscreen parameter for image decoders
92+
93+
## [1.1.0] - 2018-09-01
94+
### Added
95+
- Support for TANUSHA-3 PM
96+
- 9k6 support for ExAlta-1
97+
- Some extra checks in LilacSat-1 image decoder
98+
99+
## [1.0.0] - 2018-08-02
100+
First gr-satellites release using semantic versioning
101+
102+
[Unreleased]: https://github.com/daniestevez/gr-satellites/compare/v1.7.0...HEAD
103+
[1.7.0]: https://github.com/daniestevez/gr-satellites/compare/v1.6.0...v1.7.0
104+
[1.6.0]: https://github.com/daniestevez/gr-satellites/compare/v1.5.0...v1.6.0
105+
[1.5.0]: https://github.com/daniestevez/gr-satellites/compare/v1.4.0...v1.5.0
106+
[1.4.0]: https://github.com/daniestevez/gr-satellites/compare/v1.3.1...v1.4.0
107+
[1.3.0]: https://github.com/daniestevez/gr-satellites/compare/v1.3.0...v1.3.1
108+
[1.3.0]: https://github.com/daniestevez/gr-satellites/compare/v1.2.0...v1.3.0
109+
[1.2.0]: https://github.com/daniestevez/gr-satellites/compare/v1.1.0...v1.2.0
110+
[1.1.0]: https://github.com/daniestevez/gr-satellites/compare/v1.0.0...v1.1.0
111+
[1.0.0]: https://github.com/daniestevez/gr-satellites/releases/tag/v1.0.0

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
4242

4343
# Set the version information here
4444
set(VERSION_INFO_MAJOR_VERSION 1)
45-
set(VERSION_INFO_API_COMPAT 6)
45+
set(VERSION_INFO_API_COMPAT 7)
4646
set(VERSION_INFO_MINOR_VERSION 0)
4747
set(VERSION_INFO_MAINT_VERSION git)
4848

0 commit comments

Comments
 (0)