v0.3.6
To learn how to install and configure OpenCue, see our Getting Started guide.
IMPORTANT:
The database schema was updated with this release, please be sure to run the migrations on any existing database to pick up these changes. See Applying Database Migrations for more info.
In this release we also updated the spring boot dependencies which forced us to make some changes to the command line flags used when starting cuebot. To specify the database url, username and password for cuebot use the following flags:
--datasource.cue-data-source.jdbc-url
--datasource.cue-data-source.username
--datasource.cue-data-source.password
For more information, please see Deploying Cuebot.
Changes:
- 66969b9 Use dark stylesheet for Windows too (#567)
- ecf04c8 Update install-client-archives.sh (#566)
- 48f29a8 Update cuesubmit_config.example.yaml (#569)
- c031437 add /spcue/ prefix back to static content (#571)
- cd38d7d Update to jdk11 and spring boot 2.2.1 (#562)
- 95cb3fe Split GUI requirements out into their own file. (#560)
- 3e7521d Bump version to 0.3. (#561)
- 2ec05f1 Alter table to increase show lengh (#528)
- a968455 Add CCLA and ICLA text (#551)
- a481531 Fix passing message to kill frame (#546)