Releases: hmatuschek/qdmr
Releases · hmatuschek/qdmr
Version 0.10.2
A bugfix release fixing
- Fixed static colors for ChannelListView (dark mode).
- Fixed limit DB entries toggling.
- Fixed radio limit checks.
- Fixed MD2017 zone decoding (off-by-one error).
- Fixed creation of APRS channel when decoding D878UV codeplugs.
- Fixed encoding/decoding of DCS settings for all AnyTone devices.
and adding
- Repeaterbook integration.
- Implemented encryption settings.
- Added 'show extension' setting.
- Implemented bitmap for hidden zones for the AT-D878UV and later.
Version 0.10.1
Bugfix release:
- Added auto-gen list of supported devices to about dialog.
- Added access right check for Unix systems.
- Implemented interface selection and detection.
- Implemented Radioddity radio settings extension. Addresses #192.
- Implemented RadioID editor. Fixed RadioID list. Fixes #190.
- Store header states for all extension views. Fixes #189.
- Fixed stupid cast mistake in AbstractConfigObjectList. Addresses #194.
- Fixed encoding/decoding of APRS src/dst for D878UV and later. Addresses #193.
- Added color output for logger.
- Fixed squelch encoding for RD5R. Fixes #192.
- Fixed decoding of AnyTone general settings. Fixes #191.
- Fixed manual license.
Version 0.10.0
Release with new radio and some bug fixes:
- Added support for Baofeng DM-1701, still untested and user-db is missing.
- Hide extensions in AnalogChannelEditor if show-commercial-features is disabled.
- Fixed potential crash and memory leak in DTMFContactDialog.
- Fixed squelch settings for RD-5R. Fixes #182.
- Implemented TyT menu, extension.
- Fixed error message on TyT device detection.
- Fixed copying of squelch settings & signalling for analog channels.
- Fixed GUI update for general settings tab.
- Fixed handling and instantiation of device specific extensions.
Version 0.9.3
Bugfix release (mostly issues concerning the core library):
- Fixed YAML serialization.
- Fixed YAML parser warning.
- Added description fields for device specific settings.
- Added TyT channel, scan list, general settings.
- Fixed reset of owned ConfigItem properties.
- Added auto-copying of properties.
- Fixed udev rules (prep Debian package).
- Fixed icon sizes (prep Debian package).
Version 0.9.2
This release contains the following changes:
- Fixed YAML parser to properly link APRS systems. Fixes #179.
- Fixed YAML parser issue serializing DefaultRadioID.
- Fixed connection issue with TyT devices.
- Fixed GUI update issue when reading a codeplug from the device.
- Added extension editors to all config elements. These editors are only visible when "Show Commercial Features" is enabled in the settings dialog.
Version 0.9.1
This is the release of version 0.9.1. It is basically a rewrite of the internal core library that implements assembly and decoding of binary codeplugs and the abstract device-independent codeplug representation.
Changelog (since version 0.8.1):
- Rewrite of codeplug representation, allows to extend generic device-independent codeplug representation for device specific settings.
- New codeplug file format (YAML based). Also allows for device-specific settings to be strored.
- Rewrite of binary codeplug encoding/decoding. Allows to extend existing codeplugs and codeplug elements by just implementing the differences. This makes the cumbersome encoding/decoding of device specific settings feasible.
- Added support for the TyT MD-2017.
- Added TyT MD-390 support.
- Added Hide/Show Commercial Features flag to settings dialog. This shows/hides the radio ID list (in ham radio you will only need one DMR ID).
- Cleanup of GUI. Some minor GUI cleanup things.
- Added unified device names and --list-radios option for command line tool.
- Fixed call-sign DB entry for OpenGD77.
- Added band information to repeater database, showing it in auto-completer.
Version 0.9.0-alpha4
Bugfix release:
- Destroy radio object when verification fails. Addresses #150.
- Fixed ZoneDialog adding channels always to list A. Fixes #151.
- Fixed include path for yaml-cpp. Fixes #153.
- Fixed crash when encoding OpenGD77 codeplugs with extension. Fixes #155.
- Disabled conf-format export in command line tool. Addresses #154.
Version 0.9.0-alpha3
Bugfix release towards 0.9.0:
- Added TyT MD-390 support.
- Added alias for TyT MD-UV380 to UV390. Fixes #149 for now.
- Fixed crash after codeplug reset in the presence of extensions.
- Fixed encoding of GPS systems for TyT devices. Fixes #144.
- Fixed crash when decoding an unkown enum value.
- Fixed analog and digital channel dialog. Fixes #145.
- Fixed copy constructor of Analog/DigitalChannel. Fixes #146.
- Fixed crash in TyTInterface when no radio is connected. Fixes #147.
- Fixed overriding of radio detection. Fixes #148.
Version 0.9.0-alpha2
Hot bugfix release towards 0.9.0 fixing:
- Added unified device names and --list-radios option for command line tool
- Cleanup & fixed decoding of UV390 and MD2017 codeplugs.
- Fixed YAML serializer, added missing default DMR radio ID.
- Added error message on call-sign DB upload when no default ID is specified.
- Added find_library() for libyaml-cpp.
Version 0.9.0-alpha1
Quick bugfix release to 0.9.0-alpha including: