Skip to content

Releases: dreamteamprod/DigiScript

v0.6.1

16 Jun 00:06
Compare
Choose a tag to compare

Commits

  • ffdccb4: Add API for script line cuts (Tim Bradgate) #442
  • 6407d3f: Fix linting errors (Tim Bradgate) #442
  • 058c1ca: Show cuts on cue edit page, and do not require edit mode for adding cues (Tim Bradgate) #442
  • 473c3c4: Bump version to 0.6.1 (Tim Bradgate) #442

v0.6.0

14 Jun 22:33
Compare
Choose a tag to compare

Commits

  • c476c77: Add table and schema for script line cuts (Tim Bradgate) #441
  • ccc1fea: Add API for script line cuts (Tim Bradgate) #441
  • 63b6c6c: Add front-end to edit script line cuts (Tim Bradgate) #441
  • 43f24b4: Show line part cuts in live show view (Tim Bradgate) #441
  • 5bf715d: Ensure cues and cuts are fetched when revision changed (Tim Bradgate) #441
  • 426fb38: Don't show entirely cut lines in live view (Tim Bradgate) #441
  • 553d9a9: Fix linting errors (Tim Bradgate) #441
  • 1437d31: Bump version to 0.6.0 (Tim Bradgate) #441

v0.5.0

14 Jun 11:58
fb5e282
Compare
Choose a tag to compare

Commits

v0.4.0

09 Jun 23:13
Compare
Choose a tag to compare

Commits

  • 6ee9e39: Migrate from vue-cli to Vite (Tim Bradgate) #427
  • 013f97a: Update npm packaging (Tim Bradgate) #427
  • 9c4571a: Bump eslint-plugin-vue from 9.14.0 to 9.14.1 in /client (dependabot[bot]) #427
  • e2b6797: Bump sass-loader from 13.3.0 to 13.3.1 in /client (dependabot[bot]) #427
  • 8c51f79: Bump @babel/core from 7.21.8 to 7.22.1 in /client (dependabot[bot]) #427
  • 3e10d38: Bump vite from 4.3.8 to 4.3.9 in /client (dependabot[bot]) #427
  • 3d148a5: Bump @babel/preset-env from 7.21.5 to 7.22.4 in /client (dependabot[bot]) #427
  • 214525e: Bump eslint from 8.41.0 to 8.42.0 in /client (dependabot[bot]) #427
  • ad51cd6: Bump sass from 1.62.1 to 1.63.2 in /client (dependabot[bot]) #427
  • 388adce: Bump @babel/preset-env from 7.22.4 to 7.22.5 in /client (dependabot[bot]) #427
  • aab9ccd: Bump @babel/core from 7.22.1 to 7.22.5 in /client (dependabot[bot]) #427
  • 98ec92f: Bump @babel/eslint-parser from 7.21.8 to 7.22.5 in /client (dependabot[bot]) #427
  • e56df71: Remove visible scrollbar from script live view (Tim Bradgate) #427
  • 99ca58e: Better handling of 404 errors in root and static file handlers (Tim Bradgate) #427
  • aa61af8: Change boundary calculations for first and last script elements (Tim Bradgate) #427
  • cf267be: Track previous first and last pages (Tim Bradgate) #427
  • 195ba8e: Improve live page scrolling performance (Tim Bradgate) #427
  • 65ca3e1: Give each line its own ID (Tim Bradgate) #427
  • 01367e9: Remove debug background highlighting (Tim Bradgate) #427
  • e686635: Fix scrolling related behaviour and general styling (Tim Bradgate) #427
  • 892cd4d: Ensure enough pages are loaded to satisfy last line on page (Tim Bradgate) #427
  • 4c21672: Enable dynamic Vue devtools (Tim Bradgate) #427
  • 31fddbd: Remove unused scrollTimer in live show (Tim Bradgate) #427
  • c82bd70: Associate live session to user that started it (Tim Bradgate) #427
  • f649126: Ensure user is set on websocket session when first opened (Tim Bradgate) #427
  • f618f25: Handle client connect/disconnect/reconnect when show session is live (Tim Bradgate) #427
  • b9614ab: Script leader updates server with latest line reference when script is scrolled (Tim Bradgate) #427
  • 60125dc: Send script scroll data to all clients (Tim Bradgate) #427
  • 9fad6e8: Fix incorrect ACTION key in websocket ops (Tim Bradgate) #427
  • f4fabfc: Disable scrolling for script followers (Tim Bradgate) #427
  • 8d3c907: Initial implementation of script following (Tim Bradgate) #427
  • f7fd457: Handle edge cases around script following (Tim Bradgate) #427
  • 56e9a93: Add current line indicator (Tim Bradgate) #427
  • 86b6e17: Address linting issues (Tim Bradgate) #427
  • 2cb275a: Update version number and documentation for script following (Tim Bradgate) #427

v0.3.2

24 May 22:25
Compare
Choose a tag to compare

Commits

  • 84962b4: Bump eslint-plugin-vue from 9.13.0 to 9.14.0 in /client (dependabot[bot]) #412
  • 7ca3a35: Bump sass-loader from 13.2.2 to 13.3.0 in /client (dependabot[bot]) #412
  • 3592143: Fix alignment of line parts if character heading partially changes (Tim Bradgate) #412
  • 06b345d: Add extra host for docker compose prometheus container (Tim Bradgate) #412
  • 4209185: Exclude DebugMetricsController from Prometheus graphs (Tim Bradgate) #412
  • 72e1949: Improve handling of script alignment with character headings (Tim Bradgate) #412
  • bd2b910: Bump version to 0.3.2 (Tim Bradgate) #412

v0.3.1

22 May 22:10
Compare
Choose a tag to compare

Commits

  • 77ba4ac: Bump webpack from 5.82.1 to 5.83.1 in /client (dependabot[bot]) #405
  • 2e426fc: Bump eslint from 8.40.0 to 8.41.0 in /client (dependabot[bot]) #405
  • 7a99e97: Allow line parts in script lines to be empty in multipart lines (Tim Bradgate) #405
  • 2b1e29d: Fix broken margin on live page cue column (Tim Bradgate) #405
  • d44213a: Autoset character/character group for line part based on previous line (Tim Bradgate) #405
  • 38c872d: Fix issue with assigning character/character group to stage directions (Tim Bradgate) #405
  • 38f571f: Ensure script changes are not saved if there is an issue - add rollbacks (Tim Bradgate) #405
  • e792ef2: Jump to specific page number from within script editor (Tim Bradgate) #405
  • 76a1751: Improve Docker build behaviour (Tim Bradgate) #405
  • 2173c48: Act & Scene API route performance improvements (#390) (Tim Bradgate) #405
  • bae167d: Fix issue with live show not loading enough pages (Tim Bradgate) #405
  • cd2f7fc: Fix pagination of tables in show config (Tim Bradgate) #405
  • 4d44a77: Add new blank line when clicking done on previous one (Tim Bradgate) #405
  • c565a24: Stage directions are invisible when considering character[group] headings (Tim Bradgate) #405
  • ba61b19: Fix blank pages when going backwards in script editor (Tim Bradgate) #405
  • 1cdbf5a: Add padding around change of character/character groups (Tim Bradgate) #405
  • 7197124: Autofocus input on new line text (Tim Bradgate) #405
  • 1739406: Fix issue with live show elapsed time not parsing UTC correctly (Tim Bradgate) #405
  • 479ce28: Bump version to 0.3.1 (Tim Bradgate) #405

v0.3.0

16 May 23:33
Compare
Choose a tag to compare

Commits

  • e042ac7: Update dependabot.yml (Tim Bradgate) #369
  • 0f752f8: Update dependabot.yml (Tim Bradgate) #369
  • 35c4906: Bump webpack from 5.75.0 to 5.80.0 in /client (dependabot[bot]) #369
  • 2b85fe6: Bump eslint from 8.33.0 to 8.39.0 in /client (dependabot[bot]) #369
  • 51ed472: Bump core-js from 3.27.2 to 3.30.1 in /client (#342) (dependabot[bot]) #369
  • b643a8b: Bump marshmallow-sqlalchemy from 0.28.1 to 0.29.0 in /server (#321) (dependabot[bot]) #369
  • 4693dcb: Bump sass from 1.58.0 to 1.62.0 in /client (#340) (dependabot[bot]) #369
  • 44f062a: Bump @babel/core from 7.20.12 to 7.21.4 in /client (#335) (dependabot[bot]) #369
  • 7b472ef: Bump sass-loader from 13.2.0 to 13.2.2 in /client (#350) (dependabot[bot]) #369
  • af83ee8: Bump @babel/eslint-parser from 7.19.1 to 7.21.3 in /client (#351) (dependabot[bot]) #369
  • c91a414: Bump jquery from 3.6.3 to 3.6.4 in /client (#352) (dependabot[bot]) #369
  • df55cf4: Bump eslint-plugin-vue from 9.9.0 to 9.11.0 in /client (#353) (dependabot[bot]) #369
  • 65a5c2c: Bump tornado from 6.3 to 6.3.1 in /server (#354) (dependabot[bot]) #369
  • 125f60c: Bump sass from 1.62.0 to 1.62.1 in /client (#355) (dependabot[bot]) #369
  • f6f85d5: Bump eslint-plugin-vue from 9.11.0 to 9.11.1 in /client (#362) (dependabot[bot]) #369
  • 4800bd3: Bump core-js from 3.30.1 to 3.30.2 in /client (#361) (dependabot[bot]) #369
  • e92a436: Bump webpack from 5.80.0 to 5.82.0 in /client (#360) (dependabot[bot]) #369
  • 1d120db: Bump @babel/core from 7.21.4 to 7.21.8 in /client (#359) (dependabot[bot]) #369
  • 7366681: Bump @babel/eslint-parser from 7.21.3 to 7.21.8 in /client (#358) (dependabot[bot]) #369
  • 0022a75: Users and RBAC (#309) (Tim Bradgate) #369
  • 8d585c3: Bump tornado from 6.3.1 to 6.3.2 in /server (dependabot[bot]) #369
  • 06f10e4: Bump jquery from 3.6.4 to 3.7.0 in /client (dependabot[bot]) #369
  • 09715fb: Bump eslint-plugin-vue from 9.11.1 to 9.12.0 in /client (dependabot[bot]) #369
  • ad9fcbc: Bump webpack from 5.82.0 to 5.82.1 in /client (dependabot[bot]) #369
  • 5e594b9: Bump eslint from 8.39.0 to 8.40.0 in /client (dependabot[bot]) #369
  • 34532ee: Create documentation for Users and RBAC (Tim Bradgate) #369
  • 0cf2f18: Bump eslint-plugin-vue from 9.12.0 to 9.13.0 in /client (dependabot[bot]) #369
  • 554db17: Bump version to 0.3.0 (Tim Bradgate) #369

v0.2.3

20 Apr 00:07
1aa7978
Compare
Choose a tag to compare

Commits

  • 21cc754: Bump http-cache-semantics from 4.1.0 to 4.1.1 in /client (dependabot[bot]) #305
  • 903bd03: Bump @sideway/formula from 3.0.0 to 3.0.1 in /client (dependabot[bot]) #311
  • 1aa7978: House keeping (#345) (Tim Bradgate) #345

v0.2.2

30 Jan 21:14
Compare
Choose a tag to compare

Commits

  • 4a028ed: Use dev branch for dependabot (Tim Bradgate)
  • 3e98d2c: Add basic outline for unit testing DigiScript server (Tim Bradgate) #293
  • 6bc5286: Settings unit tests (#276) (Tim Bradgate) #293
  • efdfa0a: Change action used for publishing test reports (#286) (Tim Bradgate) #293
  • 3584f73: Bump eslint from 8.32.0 to 8.33.0 in /client (dependabot[bot]) #293
  • 52af977: Ensure ordering of acts/scenes after delete (Tim Bradgate) #293
  • c61e4e7: Ensure deletes are properly cascaded to relationship objects (Tim Bradgate) #293
  • a932124: Set first act/scene automatically (Tim Bradgate) #293
  • 5ac4944: Add option to save and load show when creating (#263) (Tim Bradgate) #293
  • 16a811c: Prevent show resources being edited during live session (#265) (Tim Bradgate) #293
  • ac8ec10: Remove ID columns from resource tables (#267) (Tim Bradgate) #293
  • 4a1a5cc: Move db_path from env variable to settings file (#269) (Tim Bradgate) #293
  • 285870b: Fix issue with auto-fill script line act/id from previous line (Tim Bradgate) #293
  • b6a1549: Remove redundant show_id checks from show controllers (#285) (Tim Bradgate) #293
  • 38ef9e2: Sort act/scenes table by script order of acts and scenes (#287) (Tim Bradgate) #293
  • 72bef23: Reduce redundant backend calls on page load (#288) (Tim Bradgate) #293
  • b9a0874: Fix circular dependency between acts and scenes (#290) (Tim Bradgate) #293
  • daadcbb: Optimise performance of max_page API route (#291) (Tim Bradgate) #293
  • 23cb9e7: Improve documentation structure (Tim Bradgate) #293
  • f9053f9: Bump version to 0.2.2 (Tim Bradgate) #293
  • bb63f52: max_page controller should return 0 and not None (Tim Bradgate) #296

v0.2.1

29 Jan 14:55
Compare
Choose a tag to compare

Commits

  • 281d9a2: Remove broken tagging workflow (Tim Bradgate) #252
  • fc34469: Update pylint ignore file based on current code (Tim Bradgate) #272
  • b3b9231: Ensure settings path exists and create if not (#271) (Tim Bradgate) #272