Skip to content

Commit

Permalink
Version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgobbo committed Oct 9, 2019
1 parent 45787bd commit 9a036fa
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ch/psi/pshell/ui/App.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a036fa

Please sign in to comment.