Skip to content

Releases: ChannelFinder/pvinfo

2.1.4

23 Sep 22:38
65beb25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.1.4

2.1.3

03 Sep 18:13
ed7c3a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

14 May 19:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

06 Feb 02:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

15 Dec 05:01
212f413
Compare
Choose a tag to compare

What's Changed

  • Add option to display live value of waveform PVs by @tynanford in #86

Full Changelog: 2.0.1...2.1.0

2.0.1

06 Dec 00:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

09 Nov 00:04
87eee7c
Compare
Choose a tag to compare

Changed build tools from Create React App (CRA) to Vite. It should mostly be transparent (besides the much faster dev server and build times) but there are a few things to be mindful of. See the migration notes page for more details. Importantly, all your REACT_APP_ environment variable definitions should work the same way and all the npm commands are the same.

What's Changed

Full Changelog: 1.3.1...2.0.0

1.3.1

24 Oct 17:31
8ffddcc
Compare
Choose a tag to compare

Only show EPICS epoch timestamp for INVALID PVs. PVWS sends the epoch timestamp for the initial JSON message on all PVs even if there is a real timestamp

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

10 Oct 20:59
a5a9198
Compare
Choose a tag to compare

Added new page "Services" to the application to display the connection status and basic details from each of the four connection services - Channel Finder, PVWS, Alarm Logger, and OLOG. Included is a new REACT_APP_PVWS_HTTP_URL env variable, separated for now in case some sites don't expose PVWS HTTP to PV Info. Also include the git commit and PV Info version on the Services page.

Added new env variable REACT_APP_CF_MAX_RESULTS to allow for limiting the number of channels returned by CF on the client side. Refactored some code in Home.js and the severity color handling. And updated the PV details page to make the Live Monitor checkbox disabled if PV is Inactive.

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

20 Sep 14:36
d65f922
Compare
Choose a tag to compare

Support for Channel Finder tags added in the free form search and the PV details page. A helper dropdown added showing available properties and tags to search on for free form search. Null checks added on PV details page for CF properties that might not exist.

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0