diff --git a/README.md b/README.md index 3925f08..9dc4313 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rdio Scanner v3.0 +# Rdio Scanner v3.1 *Rdio Scanner* is a progressive web interface designed to act like an old school police radio scanner. It integrates all frontend / backend components to manage audio files from different sources. @@ -10,11 +10,10 @@ Need help? ## What's new in this version -Version 3.0 brings new features: +Version 3.1 brings new features: -* Unit aliases support, display names instead of unit ID -* Download calls from the search pane -* New configuration options: *allowDownload* and *useGroup* +* Code refactoring +* Display live feed listeners count on server end *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.* diff --git a/client/package.json b/client/package.json index 4f902bf..b5e5199 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "rdio-scanner-client", - "version": "3.0.0", + "version": "3.1.0", "private": true, "scripts": { "build": "ng build --cross-origin use-credentials --prod $*", diff --git a/client/src/app/components/rdio-scanner/rdio-scanner-calls-query.service.ts b/client/src/app/components/rdio-scanner/rdio-scanner-calls-query.service.ts index beb88f7..fbb34e6 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner-calls-query.service.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner-calls-query.service.ts @@ -46,7 +46,7 @@ export interface RdioScannerCallsQueryResponse { export class AppRdioScannerCallsQueryService extends Query { document = gql` query rdioScannerCalls( - $date: Date + $date: RdioScannerDate $limit: Int $offset: Int $sort: Int diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.component.html b/client/src/app/components/rdio-scanner/rdio-scanner.component.html index b4344b1..c9fa671 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.component.html +++ b/client/src/app/components/rdio-scanner/rdio-scanner.component.html @@ -173,7 +173,7 @@ - +