Skip to content

v0.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Apr 23:06
v0.25.0
d3d5a17

DigiScript Release v0.25.0

This release includes both the server application and Electron desktop clients.

Server Application

  • Linux: Download DigiScript-linux.zip
  • Windows: Download DigiScript-windows.zip
  • macOS: Download DigiScript-macos.zip

Electron Desktop Application

  • Windows: Download and run the .exe installer
  • macOS: Download the .zip, extract, and move DigiScript.app to Applications
  • Linux (Debian/Ubuntu): Download and install the .deb package
  • Linux (RedHat/Fedora): Download and install the .rpm package

Important Notes

  • Electron desktop apps require exact version match with server
  • First launch of desktop app will prompt for server connection details
  • Use mDNS discovery to find servers on your local network

See below for detailed release notes.

What's Changed

  • Add future annotations for TYPE_CHECKING compatibility by @Tim020 in #881
  • Add server-side version checker by @Tim020 in #880
  • Standardize on from __future__ import annotations and unquote type annotations by @Tim020 in #882
  • Stage & Crew features by @Tim020 in #692
  • Bump alembic from 1.18.1 to 1.18.2 in /server by @dependabot[bot] in #887
  • Refactor frontend components to use Promise.all for parallel data fetching by @Tim020 in #890
  • Fix duplicate HTML IDs to pass SonarQube quality gate by @Tim020 in #892
  • Reduce code duplication to pass SonarQube quality gate by @Tim020 in #893
  • Bump alembic from 1.18.2 to 1.18.3 in /server by @dependabot[bot] in #891
  • Improved Stage Manager features by @Tim020 in #895
  • Add documentation for stage management features by @Tim020 in #896
  • Bump pyjwt[crypto] from 2.10.1 to 2.11.0 in /server by @dependabot[bot] in #897
  • Add stage crew assignments with timeline visualization by @Tim020 in #902
  • Bump alembic from 1.18.3 to 1.18.4 in /server by @dependabot[bot] in #903
  • Bump ruff from 0.14.14 to 0.15.0 in /server by @dependabot[bot] in #899
  • Allow user configurable log level by @Tim020 in #911
  • User creation cleanup and auto admin login by @Tim020 in #912
  • [Fix] Remove disable behaviour on Settings->Users tab by @Tim020 in #914
  • Move shows table into dedicated tab by @Tim020 in #915
  • Fix CI: update nodelint.yml actions and regenerate electron lock file by @Tim020 in #925
  • Client and Server logging improvements by @Tim020 in #923
  • Bump ruff from 0.15.1 to 0.15.2 in /server by @dependabot[bot] in #926
  • Add log redaction setting and config to user routes by @Tim020 in #933
  • Organise system settings into categories by @Tim020 in #934
  • Bump ruff from 0.15.2 to 0.15.4 in /server by @dependabot[bot] in #937
  • Bump ruff from 0.15.4 to 0.15.8 in /server by @dependabot[bot] in #964
  • Bump pyjwt from 2.11.0 to 2.12.1 in /server by @dependabot[bot] in #962
  • Bump tornado from 6.5.4 to 6.5.5 in /server by @dependabot[bot] in #953
  • Update sqlalchemy requirement from <2.1.0,>=2.0.0 to >=2.0.49,<2.1.0 in /server by @dependabot[bot] in #973
  • Update marshmallow-sqlalchemy requirement from >=1.4.0 to >=1.5.0 in /server by @dependabot[bot] in #974
  • Bump ruff from 0.15.8 to 0.15.12 in /server by @dependabot[bot] in #972
  • Release 0.25.0 by @Tim020 in #885

Full Changelog: v0.24.2...v0.25.0