Skip to content

Commit 9771f7e

Browse files
committed
Release 0.3.3
1 parent 5540e0a commit 9771f7e

File tree

7 files changed

+33
-15
lines changed

7 files changed

+33
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd builddir
3232
## License
3333

3434
```
35-
Copyright (c) 2022-2025 Wojciech Graj
35+
Copyright (c) 2022-2026 Wojciech Graj
3636
3737
This program is free software; you can redistribute it and/or
3838
modify it under the terms of the GNU General Public License
@@ -49,7 +49,7 @@ Portions of this software are copyright of their respective authors:
4949
- [stb](https://github.com/nothings/stb), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2017 Sean Barrett
5050
- [hashmap.c](https://github.com/tidwall/hashmap.c), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2020 Joshua J Baker
5151
- [sgp4](https://github.com/aholinch/sgp4), Licensed under the [Unlicense](https://opensource.org/licenses/Unlicense)
52-
- [satcat](https://github.com/wojciech-graj/libSATCAT), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2022-2025 Wojciech Graj
52+
- [satcat](https://github.com/wojciech-graj/libSATCAT), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2022-2026 Wojciech Graj
5353
- [libcurl](https://curl.se/libcurl/), Licensed under the [curl license](https://curl.se/docs/copyright.html); Copyright (c) 1996 - 2022, Daniel Stenberg, and many contributors
5454
- [cglm](https://github.com/recp/cglm), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2015 Recep Aslantas
5555
- [epoxy](https://github.com/anholt/libepoxy), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2013-2014 Intel Corporation

flatpak/io.github.wojciech_graj.OrbVis.appdata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2023-2025 Wojciech Graj -->
2+
<!-- Copyright 2023-2026 Wojciech Graj -->
33
<component type="desktop-application">
44
<id>io.github.wojciech_graj.OrbVis</id>
55
<metadata_license>CC0-1.0</metadata_license>
@@ -32,9 +32,9 @@
3232
<developer_name>Wojciech Graj</developer_name>
3333

3434
<releases>
35-
<release version="v0.3.2" date="2025-03-25">
35+
<release version="v0.3.3" date="2026-01-13">
3636
<description>
37-
<p>Fix TLE downloads.</p>
37+
<p>Fix strings missing null-terminator.</p>
3838
</description>
3939
</release>
4040
</releases>

lib/satcat/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022 Wojciech Graj
1+
Copyright (c) 2022-2026 Wojciech Graj
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

lib/satcat/satcat_code.c

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2025 Wojciech Graj
2+
* Copyright (c) 2022-2026 Wojciech Graj
33
*
44
* Licensed under the MIT license: https://opensource.org/licenses/MIT
55
* Permission is granted to use, copy, modify, and redistribute the work.
@@ -65,20 +65,24 @@ const char *sc_source_str(const sc_code_t code)
6565
return "Bermuda";
6666
case SCSRC_BGD :
6767
return "Peoples Republic of Bangladesh";
68+
case SCSRC_BHR:
69+
return "The Kingdom of Bahrain";
6870
case SCSRC_BHUT:
69-
return "Kingdom of Bhutan";
71+
return "The Kingdom of Bhutan";
7072
case SCSRC_BOL :
7173
return "Bolivia";
7274
case SCSRC_BRAZ:
7375
return "Brazil";
74-
case SCSRC_BUL:
76+
case SCSRC_BUL :
7577
return "Bulgaria";
78+
case SCSRC_BWA :
79+
return "Republic of Botswana";
7680
case SCSRC_CA :
7781
return "Canada";
7882
case SCSRC_CHBZ:
7983
return "China/Brazil";
8084
case SCSRC_CHTU:
81-
return "China/Turkey";
85+
return "China/Türkiye";
8286
case SCSRC_CHLE:
8387
return "Chile";
8488
case SCSRC_CIS :
@@ -183,6 +187,8 @@ const char *sc_source_str(const sc_code_t code)
183187
return "Mexico";
184188
case SCSRC_MMR :
185189
return "Republic of the Union of Myanmar";
190+
case SCSRC_MNE :
191+
return "Montenegro";
186192
case SCSRC_MNG :
187193
return "Mongolia";
188194
case SCSRC_MUS :
@@ -251,6 +257,8 @@ const char *sc_source_str(const sc_code_t code)
251257
return "Singapore";
252258
case SCSRC_SKOR:
253259
return "Republic of Korea";
260+
case SCSRC_SLB :
261+
return "Solomon Islands";
254262
case SCSRC_SPN :
255263
return "Spain";
256264
case SCSRC_STCT:
@@ -270,7 +278,7 @@ const char *sc_source_str(const sc_code_t code)
270278
case SCSRC_TUN :
271279
return "Republic of Tunisia";
272280
case SCSRC_TURK:
273-
return "Turkey";
281+
return "Türkiye";
274282
case SCSRC_UAE :
275283
return "United Arab Emirates";
276284
case SCSRC_UK :
@@ -307,6 +315,10 @@ const char *sc_launch_site_str(const sc_code_t code)
307315
return "Air Force Western Test Range, California, USA";
308316
case SCSITE_ANDSP:
309317
return "Andøya Spaceport, Nordland, Norway";
318+
case SCSITE_ALCLC:
319+
return "Alâcantara Launch Center, Maranhão, Brazil";
320+
case SCSITE_BOS :
321+
return "Bowen Orbital Spaceport, Queensland, Australia";
310322
case SCSITE_CAS :
311323
return "Canaries Airspace";
312324
case SCSITE_DLS :

lib/satcat/satcat_code.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2025 Wojciech Graj
2+
* Copyright (c) 2022-2026 Wojciech Graj
33
*
44
* Licensed under the MIT license: https://opensource.org/licenses/MIT
55
* Permission is granted to use, copy, modify, and redistribute the work.
@@ -60,10 +60,12 @@ const char *sc_launch_site_str(sc_code_t code);
6060
#define SCSRC_BELA (sc_code_t)138534470978UL
6161
#define SCSRC_BERM (sc_code_t)138736190786UL
6262
#define SCSRC_BGD (sc_code_t)137980299074UL
63+
#define SCSRC_BHR (sc_code_t)137981216834UL
6364
#define SCSRC_BHUT (sc_code_t)138853828674UL
6465
#define SCSRC_BOL (sc_code_t)137980825410UL
6566
#define SCSRC_BRAZ (sc_code_t)138953183810UL
6667
#define SCSRC_BUL (sc_code_t)137980826946UL
68+
#define SCSRC_BWA (sc_code_t)137980106562UL
6769
#define SCSRC_CA (sc_code_t)137977938243UL
6870
#define SCSRC_CHBZ (sc_code_t)138953246787UL
6971
#define SCSRC_CHTU (sc_code_t)138870540355UL
@@ -119,6 +121,7 @@ const char *sc_launch_site_str(sc_code_t code);
119121
#define SCSRC_MDA (sc_code_t)137980101709UL
120122
#define SCSRC_MEX (sc_code_t)137981609293UL
121123
#define SCSRC_MMR (sc_code_t)137981218125UL
124+
#define SCSRC_MNE (sc_code_t)137980366413UL
122125
#define SCSRC_MNG (sc_code_t)137980497485UL
123126
#define SCSRC_MUS (sc_code_t)137981285709UL
124127
#define SCSRC_NATO (sc_code_t)138769875278UL
@@ -153,6 +156,7 @@ const char *sc_launch_site_str(sc_code_t code);
153156
#define SCSRC_SGJP (sc_code_t)138785998675UL
154157
#define SCSRC_SING (sc_code_t)138635266387UL
155158
#define SCSRC_SKOR (sc_code_t)138819881811UL
159+
#define SCSRC_SLB (sc_code_t)137980169299UL
156160
#define SCSRC_SPN (sc_code_t)137980956755UL
157161
#define SCSRC_STCT (sc_code_t)138852652115UL
158162
#define SCSRC_SVN (sc_code_t)137980958291UL
@@ -179,6 +183,8 @@ const char *sc_launch_site_str(sc_code_t code);
179183
#define SCSITE_AFETR (sc_code_t)353601144385UL
180184
#define SCSITE_AFWTR (sc_code_t)353602324033UL
181185
#define SCSITE_ANDSP (sc_code_t)344994369089UL
186+
#define SCSITE_ALCLC (sc_code_t)289042287681UL
187+
#define SCSITE_BOS (sc_code_t)137981284162UL
182188
#define SCSITE_CAS (sc_code_t)137981280579UL
183189
#define SCSITE_DLS (sc_code_t)137981283396UL
184190
#define SCSITE_ERAS (sc_code_t)138835743301UL

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'OrbVis',
33
'c',
4-
version : '0.3.2',
4+
version : '0.3.3',
55
license : 'GPL-2.0-or-later',
66
default_options : [
77
'c_std=c11',

src/version.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023-2025 Wojciech Graj
2+
* Copyright (c) 2023-2026 Wojciech Graj
33
*
44
* This program is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU General Public License
@@ -23,7 +23,7 @@
2323
#define DEBUG_STRING
2424
#endif
2525

26-
#define ABOUT_STRING "OrbVis " VERSION_STRING "\nCopyright (c) 2022-2025 Wojciech Graj" \
26+
#define ABOUT_STRING "OrbVis " VERSION_STRING "\nCopyright (c) 2022-2026 Wojciech Graj" \
2727
"\nLicense GPLv2+: GNU GPL version 2 or later."
2828

2929
#endif /* __VERSION_H__ */

0 commit comments

Comments
 (0)