Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 23:13
· 79 commits to main since this release

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