Releases: dreamteamprod/DigiScript
Releases · dreamteamprod/DigiScript
v0.8.2
v0.8.1
Commits
- f07e58c: Bump bcrypt from 4.1.3 to 4.2.0 in /server (dependabot[bot]) #569
- d66a131: Bump alembic from 1.13.2 to 1.13.3 in /server (dependabot[bot]) #569
- 123390f: Add ID returns to API and update Docker Compose to build (#568) (Jack Pollock) #569
- 3202d56: Bump tornado from 6.4.1 to 6.4.2 in /server (dependabot[bot]) #569
- 2354536: Bump bcrypt from 4.2.0 to 4.2.1 in /server (dependabot[bot]) #569
- 90a1893: Bump alembic from 1.13.3 to 1.14.0 in /server (#564) (dependabot[bot]) #569
- ce8451f: [Release] 0.8.1 (Tim Bradgate) #569
v0.8.0
Commits
- d9efd1d: Stage direction highlight (#547) (Tim Bradgate) #555
- 0d4018d: Allow script leader to reload all connected clients (Tim Bradgate) #555
- a25e327: Auto dismiss no leader toast when leader reconnects (Tim Bradgate) #555
- 941d5bd: Add server config option for disabling lazy loading (Tim Bradgate) #555
- 832083c: Reload client on websocket reconnect after error on live page (Tim Bradgate) #555
- e3aefd2: Highlight stage direction in cue and script edit pages (Tim Bradgate) #555
- c7396d4: Add option to disable page batching in live page view (Tim Bradgate) #555
- ff1038f: Do not allow cues to be added to cut lines (Tim Bradgate) #555
- 7881fb5: Update browsers list (Tim Bradgate) #555
- 96498e1: Set version to 0.7.14 (Tim Bradgate) #555
- b380431: Run npm update and audit fix (Tim Bradgate) #555
- cd610e2: Release 0.8.0 (#556) (Tim Bradgate) #556
v0.7.14
Release 0.7.13 (#543) * Add automatic database migration support via Alembic (#537) * Add automatic database migration support via Alembic * Move some stuff around * Fix test implementation * Create backup of database file before performing migrations * Ignore migrations directory with pylint * Bump bcrypt from 4.1.2 to 4.1.3 in /server Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.2 to 4.1.3. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump alembic from 1.13.1 to 1.13.2 in /server Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump tornado from 6.4 to 6.4.1 in /server Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump version to 0.7.13 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>