- Change to how the server reports version.
- Fix cmd.js exiting on inexistant session token keystore.
- Fix issue with iframe.
- Node modules updated for security fixes.
v5.2.1
- Fix talkgroup header on the search panel (issue #47).
- Update dirwatch meta tags #DATE, #TIME and #ZTIME for SDRSharp compatibility (issue #48).
- Fix dirwath date and time parsing bug.
- Configurable call duplicate detection time frame.
v5.2.2
- Little changes to the main screen history layout, more room for the second and third columns.
- Node modules updates.
v5.2.3
- Change history columns padding from 1px to 6px on the main screen.
- Fix a bug in the admin api where the server crash when saving new config from the admin dashboard.
v5.2.4
- Updated to Angular 12.2.
- New update prompt for clients when server is updated.
- Fix unaligned back arrow on the search panel.
v5.2.5
- STS command removed from the server.
- Minor fixes here and there.
- README.md updated.
- Documentation images resized.
v5.2.6
- Fix crash when when options.pruneDays = 0.
v5.2.7
- Fix handling of JSON datatypes on MySQL/MariaDB database backend.
- Fix listeners count.
V5.2.8
- Fix SQLite does not support TEXT with options.
V5.2.9
- Fix bad code for server options parsing.
- Increase dirwatch polling interval from 1000ms to 2500ms.
This one is a big one... Be sure to backup your config.json and your database.sqlite before updating.
- With the exception of some parameters like the SSL certificates, all configurations have been moved to an administrative dashboard for easier configuration. No more config.json editing!
- Access codes can now be set with a limit of simultaneous connections. It is also possible to configure an expiration date for each access codes.
- Auto populate option can now be set per system in addition to globally.
- Duplicate call detection is now optional and can be disabled from the options section of the administrative dashboard.
- On a per system basis, it is now possible to blacklist certain talkgroup IDs against ingestion.
- Groups and tags are now defined in their own section, then linked to talkgroup definitions.
- Server logs are now stored in the database and accessed through the administrative dashboard, in addition to the standard output.
- Talkgroups CSV files can now be loaded in from the administrative dashboard.
- Server configuration can be exported/imported to/from a JSON file.
- The downstream id_as property is gone due to its complexity of implementation with the new systems/talkgroups selection dialog for access codes, downstreams and apikeys.
- The keyboard shortcuts are a thing of the past. They caused conflicts with other features.
- Minor changes to the webapp look, less rounded.
- Talkgroup buttons label now wraps on 2 lines.
v5.1.1
- Fix database migration script to version 5.1 to filter out duplicate property values on unique fields.
- Fix payload too large error message when saving configuration from the administrative dashboard.
- Bring back the load-rrdb, load-tr and random uuid command line tools.
v5.1.2
- Fix config class not returning proper id properties when new records are added.
- Fix database migration script to version 5.1 when on mysql.
- Fix bad logic in apiKey validation.
- Remove the autoJsonMap from the sequelize dialectOptions.
- Client updated to angular 12.
- Add rdioScanner.options.autoPopulate which by default is true. The configuration file will now be automatically populated from new received calls with unknown system/talkgroup.
- Add rdioScanner.options.sortTalkgroupswhich by default is false. Sort talkgroups based on their ID.
- Remove default rdioScanner.systems for new installation, since now we have autoPopulate.
- Node modules update.
v5.0.1
- Remove the EBU R128 loudness normalization as it's not working as intended.
- Fix the API key validation when using the complex syntax.
v5.0.2
- Fix rdioScanner.options.disableAudioConversion which was ignored when true.
v5.0.3
- Fix error with docker builds where sequelize can't find the sqlite database.
v5.0.4
- Improvement to load-rrdb and load-rr functions.
- Sort groups on the selection panel.
- Allow downstream to other instances running with self-signed certificates.
- Node modules update.
v5.0.5
- Node modules security update.
- Improve documentation in regards to minimal Node.js LTS version.
- Add python to build requirements (to be able to build SQLite node module).
- Add basic duplicate call detection and rejection.
- Add keyboard shortcuts for the main buttons.
- Add an avoid indicator when the talkgroup is avoided.
- Add an no link indicator when websocket connection is down.
- Node modules update.
v4.9.1
- Add EBU R128 loudness normalization.
- dirWatch.type="trunk-recorder" now deletes the JSON file in case the audio file is missing.
- Fix downstream sending wrong talkgroup id.
v4.9.2
- Add Config.options.disableKeyboardShortcuts to make everyone a happy camper.
- Add downstream.system.id_as property to allow export system with a different id.
- Add system.order for system list ordering on the client side.
- Fix client main screen unscrollable overflow while in landscape.
- Fix issue 26 - date in documentation for mask isn't clear.
- The skip button now also allows you to skip the one second delay between calls.
- Node modules update.
v4.8.1
- Refactor panels' back button and make them fixed at the viewport top.
- Node modules update.
v4.8.2
- Fix dirWatch.type='sdr-trunk' metatag artist as source is now optional.
- Fix dirWatch.type='sdr-trunk' metatag title as talkgroup.id.
- Web app now running with Angular 11.
- Node modules update.
v4.8.3
- Add the ability to overwrite the default dirWatch extension for type sdr-trunk and trunk-recorder.
- Fix dirWatch.disabled being ignored.
- Node modules update.
v4.8.4
- Fix the timezone issue when on mariadb.
- Fix downstream sending wrong talkgroup id.
- Node modules security update.
v4.8.5
- Fix broken dirwatch.delay.
- Node modules update.
- New dirWatch.type='sdr-trunk'.
- New search panel layout with new group and tag filters.
- Add load-tr to load Trunk Recorder talkgroups csv.
- Remove Config.options.allowDownloads, but the feature remains.
- Remove Config.options.useGroup, but the feature remains.
- Bug fixes.
v4.7.1
- Fix crash on client when access to talkgroups is restricted with a password.
v4.7.2
- Fix Keypad beeps not working on iOS.
- Fix pause not going off due to the above bug.
v4.7.3
- Fix websocket not connection on ssl.
v4.7.4
- Fix display width too wide when long talkgroup name.
v4.7.5
- Fix playback mode getting mixed up if clicking too fast on play.
- Fix side panels background color inheritance.
- Node modules update.
v4.7.6
- Fix search results not going back to page 1 when search filters are modified.
- Skip next button no longer emit a denied beeps sequence when pushed while there's no audio playing.
- Node modules update.
- Fix documentation in regards to load-rrd in install-github.md.
- Fix database absolute path in config.json.
- Remove config.options.useLed.
- Rename Config.options.keyBeep to Config.options.keypadBeeps.
- Config.options.keypadBeeps now with presets instead of full pattern declaration.
- Bug fixes.
- Config.options.keyBeep which by default is true.
- Bug fixes.
- Config.systems.talkgroups.patches to group many talkgroups (patches) into one talkgroup.id.
- Config.options now groups allowDownloads, disableAudioConversion, pruneDays, useDimmer, useGroup and useLed options instead of having them spread all over the config file.
- Client will always display talkgroup id on the right side instead of 0 when call is analog.
- Fix annoying bug when next call queued to play is still played even though offline continuous play mode is turned off.
- Talkgroup ID is displayed no matter what and unit ID is displayed only if known.
- Add metatags to converted audio files.
- Automatic database migration on startup.
- Client now on Angular 10 in strict mode.
- Dockerized.
- Fix downstream not being triggered when a new call imported.
- Fix dirWatch mask parser and new mask metatags.
- Fix stop button on the search panel when in offline play mode.
- Fix SSL certificate handling.
- Rewritten documentation.
- Fix possible race conditions....
- Added websocket keepalive which helps mobile clients when switching from/to wifi/wan.
- Better playback offline mode animations and queue count.
- New dirWatch.mask option to simplify meta data import.
- New offline playback mode.
- GraphQL replaced by a pure websocket command and control system.
server/.env
replaced by aserver/config.json
.- Systems are now configured through
server/config.json
, which also invalidate the scriptupload-system
. - Indexes which result in much faster access to archived audio files.
- Add SSL mode.
- Restrict systems/talkgroups access with passwords.
- Directory watch and automatic audio files ingestion.
- Automatic m4a/aac file conversion for better compatibility/performance.
- Selectively share systems/talkgroups to other instances via downstreams.
- Customizable LED colors by systems/talkgroups.
- Dimmable display based on active call.
- Your
server/.env
file will be used to create the newserver/config.json
file. Then theserver/.env
will be deleted. - The
rdioScannerSystems
table will be used to create the rdioScanner.systems withinserver/config.json
. Then therdioScannerSystems
table will be purged. - The
rdioScannerCalls
table will be rebuilt, which can be pretty long on some systems. - It is no longer possible to upload neither your TALKGROUP.CSV nor you ALIAS.CSV files to Rdio Scanner. Instead, you have to define them in the
server/config.json
file.
YOU SHOULD BACKUP YOUR
SERVER/.ENV
FILE AND YOUR DATABASE PRIOR TO UPGRADING, JUST IN CASE. WE'VE TESTED THE UPGRADE PROCESS MANY TIMES, BUT WE CAN'T KNOW FOR SURE IF IT'S GOING TO WORK WELL ON YOUR SIDE.
- Client now on Angular 9.
- Display listeners count on the server's end.
- Unit aliases support, display names instead of unit ID.
- Download calls from the search panel.
- New configuration options: allowDownload and useGroup.
Note that you can only update from version 2.0 and above. You have to do a fresh install if your actual version is prior to version 2.0.
- New group toggle on the select panel.
- Various speed improvements for searching stored calls.
- Ditched meteor in favour of GraphQL.
- First public version.