OpenFreq v1.0.0-RC3
·
15 commits
to develop
since this release
📦 Portable
No .NET install needed, unzip and run. Larger files.
| 🪟 Windows | 🐧 Linux | |
|---|---|---|
| Client | Download | Download |
| Server | Download | Download |
⚙️ .NET 10 Required
Smaller download, needs the .NET 10 runtime installed.
| 🪟 Windows | 🐧 Linux | |
|---|---|---|
| Client | Download | Download |
| Server | Download | Download |
What's Changed
- Adds unit tests & basic coverage reporting by @richionizor in #78
- Chore: integration tests by @richionizor in #79
- Fixes the client saving the config on the wrong path in some configurations by @richionizor in #80
- fixes incorrect vhf power being used at uhf by @richionizor in #81
- fixes bms volume knob mapping by @richionizor in #82
- fixes frequency input validation by @richionizor in #83
- improves release pages for nightly and releases by @richionizor in #84
- Fix fec/plc physics fallback by @richionizor in #85
- adds WINE info to docu by @richionizor in #86
- BMS altitudes now correctly treated as MSL instead of AGL by @richionizor in #89
- Adds mic level normalization towards 0.1 (-20 dBFS) by @richionizor in #91
- fix silent client disconnect failures by @richionizor in #92
- improves server stability by introducing jitter on reconnect and coalescing broadcast updates by @richionizor in #94
- ensures IVC mutex owned by OpenFreq process by @richionizor in #95
- adds recording/stream functionality by @richionizor in #87
- fixes cell size of heightmap by @richionizor in #97
- cleanly disconnect when the BMS process has exited/crashed without telling us to disconnect by @richionizor in #98
Full Changelog: v1.0.0-RC2...v1.0.0-RC3