Releases: W3AXL/rc2-dvm
Release list
Added talkgroup scanning and improved call logic
What's Changed
- Added talkgroup scanning functionality! See the example config for more information
- WebRTC enhancements and fixes post-NuGet package upgrade by @W3AXL in #18
- Fix FNE encryption key loading and request keys for encrypted home channels on startup by @proxiboi69 in #17
- Crypto, call handling, and scan logic improvements by @W3AXL in #19
- fixed release workflows by @W3AXL in #20
New Contributors
- @proxiboi69 made their first contribution in #17
Full Changelog: v0.3.1...v0.4.0
v0.3.1 - default startup config
With this release, rc2-dvm will now default to using a config.yml file located in the same directory as the .exe. If the -c/--config command line argument is specified, it will override the default search.
v0.3 - improved and simplified configuration
New Features
- Added home/startup talkgroup configuration entry and HOME softkey for returning to this talkgroup
Bugfixes
- Fixed an issue where
Full Changelog: v0.2...v0.3
Updated Configuration and Announcement Groups
Added Support for Announcement Groups
Virtual Channels now have an announcementGroup configuration item, which will cause the channel to receive traffic for the configured announcement talkgroup ID regardless of which channel is currently selected. Additionally, an optional announcementGroupTone can be enabled to play a short tone at the beginning of the call to alert the user that it's an announcement call.
Configuration File Simplification
Configuration files for rc2-dvm can now have global audioConfig and talkgroups entries, which will propagate to all virtual channels that don't have their own versions. This is useful for setups with multiple virtual channels and avoids the need to copy/paste the same configuration for each channel. See the config.example.yml file for more details.