Skip to content

Releases: chuot/rdio-scanner

v6.3.3

24 May 15:04
Compare
Choose a tag to compare

v6.3.3

  • Fix concurrent map writes fatal error in dirwatch (issue #187).
  • Brighter LED colors and new orange color.
  • Fix call id when retrieved from a MySQL database.
  • Add loudnorm audio filter to the ffmpeg audio conversion.
  • Show the real IP address in the logs taking into account if behind a proxy.
  • Fix panic when emitting a call to clients.

v6.3.2

21 May 13:49
Compare
Choose a tag to compare

v6.3.2

  • New #TGLBL metatag for dirwatch for ProScan (%C) or alike.
  • Fix semacquire lockup in Clients (issue #177, #181, #182).
  • Replay button now replays from history if pressed multiple times quickly (issue #186).

v6.3.1

20 May 12:24
Compare
Choose a tag to compare

v6.3.1

  • Playback mode catch up to live, then swith to livefeed mode.
  • Removed the mutex lock on Clients.Count which led to a deadlock and froze call ingestion.

v6.3.0

19 May 14:19
Compare
Choose a tag to compare

Version 6.3

  • Change scroll speed when drag droping talkgroups or units in a system (discussion #170).
  • System Ids listed in the Config / Options / AFS Systems will have their talkgroup Ids displayed in AFS format (issue #163).
  • New dirwatch meta tags #GROUP #SYSLBL #TAG #TGAFS and #UNIT for better ProScan compatibility (issue #164).
  • Playback mode will now catch up to live (issue #175).
  • Dirwatch code rewrite (issue #177).

v6.2.5

06 Apr 11:42
Compare
Choose a tag to compare

v6.2.5

  • Fix unnecessary auto populate of unit id/label (issue #160).

v6.2.4

04 Apr 17:48
Compare
Choose a tag to compare

v6.2.4

  • Fix call frequencies table not being transmitted to downstream.
  • Avoid using setInterval and setTimeout in the webapp.
  • Fix talkgroup search filter upon new configuration (issue #158).

v6.2.3

30 Mar 18:02
Compare
Choose a tag to compare

v6.2.3

  • New random UUID in the JSON-Web Token payload.
  • Fix dirwatch not properly shutting down when a new configuration is applied.
  • Fix dashboard logout not sending HTTP 200 OK status.
  • Clear the active dirwatch list when stopped.
  • Pauses calls ingestion before database pruning.
  • Fix regex for units in driwatch type SDRTrunk (discussion #155).
  • Update SQLite driver.

v6.2.2

25 Mar 18:42
Compare
Choose a tag to compare

v6.2.2

  • Fix another SIGSEGV error in Units.Merge (issue #151).

v6.2.1

25 Mar 17:53
Compare
Choose a tag to compare

v6.2.1

  • Fix SIGSEGV error in Units.Merge (issue #151).

v6.2.0

25 Mar 16:34
Compare
Choose a tag to compare

Version 6.2

  • New max clients options which is 200 by default.
  • New show listeners count options which is disabled by default (issue #125).
  • Fix panic: concurrent write to websocket connection on goroutine.
  • Fix units import from SDR Trunk (issue #150).