Skip to content

Commit b12b2c7

Browse files
committed
chore: bump version to 1.11.0 and update contributors
1 parent 0072034 commit b12b2c7

3 files changed

Lines changed: 35 additions & 24 deletions

File tree

CONTRIBUTORS.md

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,34 @@
22

33
Thanks to everyone who has contributed to Telemachus Reborn.
44

5-
- Alex Moon
6-
- Andrew (lawnmowerlatte)
7-
- Brandon Frie
8-
- Craig Peterson
9-
- Daniel Solmann (DanGSun)
10-
- Edward Cree
11-
- ExoKalork
12-
- Fabian Damken
13-
- Fabio Regis
14-
- Jan Sandbrink
15-
- John M Knight
16-
- Mark T. Tomczak
17-
- Martin Schmidt
18-
- monstrim
19-
- Nicholas Devenish
20-
- Richard Bunt
21-
- Row-Bear
22-
- StoneBlue
23-
- Thomas Cannon
24-
- Whitey04
5+
## Maintainer
6+
7+
- [Sol Astrius (@SolAstrius)](https://github.com/SolAstrius) — current maintainer: scaling APIs, mod integrations (Kerbalism, Astrogator, FAR, RealChute, Principia), quick save/load, embedded controller support (2018–2020, 2026–present)
8+
9+
## Past maintainers
10+
11+
- [Richard Bunt (@rbunt)](https://github.com/rbunt) — original creator and core developer: websocket streaming, API design, navigation ball (2012–2016)
12+
- [Thomas Cannon (@tcannonfodder)](https://github.com/tcannonfodder) — camera/streaming: RPM camera integration, NGROK compatibility, performance (2015–2017)
13+
- [Brandon Frie (@blfrie)](https://github.com/blfrie) — project lead: PR management, version control, community coordination (2020)
14+
15+
## Contributors
16+
17+
- [Alex Moon (@alexmoon)](https://github.com/alexmoon) — SVG console, data series legend, time formatting (2013–2014)
18+
- [Andrew (@lawnmowerlatte)](https://github.com/lawnmowerlatte) — setAttitude and setTranslation API (2015)
19+
- [Attila Strba (@attilastrba)](https://github.com/attilastrba) — HTTP/1.1 connection header fix (2026)
20+
- [Craig Peterson (@captncraig)](https://github.com/captncraig) — websocket variable name bug fix (2015)
21+
- [Edward Cree (@ec429)](https://github.com/ec429) — staging API fix for KSP 1.1, stream rate corrections (2016)
22+
- ExoKalork — readme link fix (2016)
23+
- [Fabian Damken (@fdamken)](https://github.com/fdamken) — hardened post-build script (2020)
24+
- [Fabio Regis (@phets)](https://github.com/phets) — data rate code documentation and variable cleanup (2019)
25+
- [HebaruSan (@HebaruSan)](https://github.com/HebaruSan) — CKAN maintainer; version file URL fix (2026)
26+
- [Jan Sandbrink (@NobodysNightmare)](https://github.com/NobodysNightmare) — added G-force telemetry API and chart (2014)
27+
- [John M Knight (@johnmknight)](https://github.com/johnmknight) — added mp4, json, and txt MIME types (2016)
28+
- [Mark T. Tomczak (@fixermark)](https://github.com/fixermark) — docking port downcast bug fix (2014)
29+
- [Martin Schmidt (@maschmi)](https://github.com/maschmi) — Linux build support, OS detection (2019)
30+
- [monstrim (@monstrim)](https://github.com/monstrim) — float precision APIs, boolean parsing (2016)
31+
- [Nicholas Devenish (@ndevenish)](https://github.com/ndevenish) — websocket-sharp HTTP server rewrite, plugin system, binary subscriptions, RasterPropMonitor API integration (2015)
32+
- [Row-Bear (@Row-Bear)](https://github.com/Row-Bear) — map layers, zoom limits, popup display, documentation (2020)
33+
- [scripty (@scriptythekid)](https://github.com/scriptythekid) — build documentation and solution file updates (2020)
34+
- [StoneBlue (@StoneBlue)](https://github.com/StoneBlue) — RemoteTech integration (2019)
35+
- [Whitey04 (@Whitey04)](https://github.com/Whitey04) — career mode part config: unlocked antenna at start (2014)

Telemachus/Telemachus.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<LangVersion>12</LangVersion>
66
<AssemblyName>Telemachus</AssemblyName>
77
<RootNamespace>Telemachus</RootNamespace>
8-
<AssemblyVersion>1.10.1</AssemblyVersion>
9-
<FileVersion>1.10.1</FileVersion>
8+
<AssemblyVersion>1.11.0</AssemblyVersion>
9+
<FileVersion>1.11.0</FileVersion>
1010

1111
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

TelemachusReborn.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"VERSION": {
1111
"MAJOR": 1,
12-
"MINOR": 10,
13-
"PATCH": 1,
12+
"MINOR": 11,
13+
"PATCH": 0,
1414
"BUILD": 0
1515
},
1616
"KSP_VERSION": {

0 commit comments

Comments
 (0)