Skip to content

Comments

Release 0.7.13#543

Merged
Tim020 merged 5 commits intomainfrom
dev
Jul 4, 2024
Merged

Release 0.7.13#543
Tim020 merged 5 commits intomainfrom
dev

Conversation

@Tim020
Copy link
Contributor

@Tim020 Tim020 commented Jul 4, 2024

No description provided.

Tim020 and others added 5 commits June 2, 2024 16:10
* 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
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](pyca/bcrypt@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>
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>
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](tornadoweb/tornado@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>
@Tim020 Tim020 merged commit 9217163 into main Jul 4, 2024
@github-actions github-actions bot added client Pull requests changing front end code large-diff server Pull requests changing back end code git labels Jul 4, 2024
mattg66 added a commit that referenced this pull request Dec 1, 2024
* Release 0.7.11 (#520)

* Bump anytree from 2.12.0 to 2.12.1 in /server

Bumps [anytree](https://github.com/c0fec0de/anytree) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/c0fec0de/anytree/releases)
- [Commits](c0fec0de/anytree@2.12.0...2.12.1)

---
updated-dependencies:
- dependency-name: anytree
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump bcrypt from 4.0.1 to 4.1.1 in /server

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.1 to 4.1.1.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.0.1...4.1.1)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump tornado from 6.3.3 to 6.4 in /server

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.3.3...v6.4.0)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump version to 0.7.11

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release 0.7.12 (#530)

* Bump bcrypt from 4.1.1 to 4.1.2 in /server

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.1 to 4.1.2.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump marshmallow-sqlalchemy from 0.29.0 to 0.30.0 in /server

Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 0.29.0 to 0.30.0.
- [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow-sqlalchemy@0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: marshmallow-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump python-dateutil from 2.8.2 to 2.9.0.post0 in /server

Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0.post0.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.8.2...2.9.0.post0)

---
updated-dependencies:
- dependency-name: python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Release] 0.7.12

* [Fix] Python unit test failures

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Focus line input after selecting character/character group (#534) (#536)

* 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](pyca/bcrypt@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](tornadoweb/tornado@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>

* Stage direction highlight (#547)

* Allow script leader to reload all connected clients

* Auto dismiss no leader toast when leader reconnects

* Add server config option for disabling lazy loading

* Reload client on websocket reconnect after error on live page

* Highlight stage direction in cue and script edit pages

* Add option to disable page batching in live page view

* Do not allow cues to be added to cut lines

* Update browsers list

* Set version to 0.7.14

* Run npm update and audit fix

* Release 0.8.0 (#556)

* Upgrade client packages to latest minor

* Upgrade to node 22

* Bump version to 0.8.0

* Update github actions node version

* Bump bcrypt from 4.1.3 to 4.2.0 in /server

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.3 to 4.2.0.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.1.3...4.2.0)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump alembic from 1.13.2 to 1.13.3 in /server

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.2 to 1.13.3.
- [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>

* Add ID returns to API and update Docker Compose to build (#568)

* Updated API to return ID values of created objects

* Updated docker compose to build if no image found

* Update shows API return

---------

Co-authored-by: Tim Bradgate <timbradgate@hotmail.co.uk>

* Bump tornado from 6.4.1 to 6.4.2 in /server

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.4.1...v6.4.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump bcrypt from 4.2.0 to 4.2.1 in /server

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.2.0...4.2.1)

---
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.3 to 1.14.0 in /server (#564)

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.3 to 1.14.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Release] 0.8.1

* Add display name and help text to settings

* [Release] 0.8.2

* Starburst UI Changes and scroll fix

* Scroll fixes

* Update ScriptLineViewer.vue - act and scene set to bold purple

* Update ScriptLineViewer.vue

Add functionality to only display a cue on a line by inserting  a cue with a space - hacky! :)

* Loading bug and cue on blank line fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Tim Bradgate <timbradgate@hotmail.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Gaynor <matt@gaynor.tech>
Co-authored-by: Matt Gaynor <56981878+mattg66@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client Pull requests changing front end code git large-diff server Pull requests changing back end code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant