From 9a036fa2316c5690a09030214270399405a376c4 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Wed, 9 Oct 2019 09:51:48 +0200 Subject: [PATCH] Version 1.12.0 --- Changelog.md | 42 +++++++++++++++++++ .../resources/ch/psi/pshell/ui/App.properties | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 44c34cf6..11fdfe3f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,47 @@ # Changelog +## 1.12.0 + +### Added + +* 'invoke' method to execute script functions on the event thread. + +* {seq} tag for a sequential identifier for naming data files. + +* Context.Debug option - displaying stack trace of exceptions in scripts + +* 2d tweak command. + +* Configurable device wait interval. + +* monitorByPosition option to motor config. + +* EPICS Motor kickstart utility cycling modes to GO. + +* Ability to reload CPython modules with JEP. + +* Persistence of experiment state to diffutils (limits, restrictions, ub) + +* MotorGroup.isStartingSimultaneousMove for interlocks differ synchronized and sequential moves. + + +### Changed + +* BSREAD version 0.4.0 + +* ZMQ version 0.5.1 + +* Removed reflection call from waitReady. + + + +### Fixed + +* Compatibility with JDK > 10 + +* Bug pushing null image. + + ## 1.11.0 ### Added diff --git a/src/main/resources/ch/psi/pshell/ui/App.properties b/src/main/resources/ch/psi/pshell/ui/App.properties index 5466ee06..b64e0faa 100644 --- a/src/main/resources/ch/psi/pshell/ui/App.properties +++ b/src/main/resources/ch/psi/pshell/ui/App.properties @@ -1,6 +1,6 @@ Application.name = pshell Application.title = PShell Workbench -Application.version = 1.12-SNAPSHOT +Application.version = 1.12.0 Application.vendor = psi.ch Application.feedback = alexandre.gobbo Application.homepage = https://github.com/paulscherrerinstitute/pshell