Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency bitmovin-player to v8.185.0 #19

Closed
wants to merge 136 commits into from

Commits on Mar 31, 2024

  1. initial-commit: Add initial project files

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1a8aad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. typing: Export ref and prop types for VideoPlayer

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    063b2a2 View commit details
    Browse the repository at this point in the history
  2. feat: Add a simple main window for application

    * Upgrade outdated packages
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a7f8fda View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. feat: Add a simple playback option via content ID

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    df5892a View commit details
    Browse the repository at this point in the history
  2. chore: Add license information to source

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b527939 View commit details
    Browse the repository at this point in the history
  3. chore: Add README

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    60bfc1b View commit details
    Browse the repository at this point in the history
  4. style: Replace double quote with single in source files

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5445875 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b1571a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    151b331 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. chore: Upgrade packages

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3003d3a View commit details
    Browse the repository at this point in the history
  2. chore: Remove unnecessary ref usage

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e5d8d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    740a677 View commit details
    Browse the repository at this point in the history
  4. refactor: Change how source and configure is used

    * Make use of video player reference and configure/load directly from the shaka-player reference
    * Remove saving play data as state
    * Make video player no longer accept src & config as props
    * Don't send channel ID for additional stream with identifier WIF to contentPlay
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ac92cc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. refactor: Minor changes to player

    * Add a simple context menu with option to close the window
    * Lock player aspect ratio to 16:9
    * Specify 480x270 as minimum window size
    * Set player background color to #303030
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f1cb304 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat: Add initial support for DRM-protected stream playback

    * Use css modules for React components
    * Remove Referer header from any https://f1tv.formula1.com requests (widevine return 403 with Referer)
    * Change onContentVideo to onPlayerData (added ascendon to callback argument for widevine license request
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    967a173 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. chore: Small changes

    * Disable source map compilation
    * Re-enable webSecurity for player window
    * Add Content-Security-Policy header to web requests in production
    * Change Referer login to include all formula1.com hosts
    * Remove un-necessary style block in HTML
    * Rename .module.css back to .css and import as normal .css (Some issue is currently present where trying to import mdule css files causes undefined error while reading CSS by className
    * Autoplay video from player by default
    * Disable css-loader sourceMap creation (helps with obtaining CSS SHA256 directly from CSS files without having to rely on error message)
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b9db575 View commit details
    Browse the repository at this point in the history
  2. chore: Redesigned MainWindow main page

    * Use react-pro-sidebar to add a simple sidebar with login/logout button
    * Don't open devtools in production
    * Fix CORS headers
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7b773a9 View commit details
    Browse the repository at this point in the history
  3. feat: Add VMP signing after packaging

    * Looks for python path in .venv folder
    * Need to specify CASTLABS_EVS_USERNAME & CASTLABS_EVS_PASSWORD as environment variables for signing
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    825ec1f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore: Add information about postPackage hook used to VPM sign as n…

    …ecessary
    
    * Changed step to directly call python command instead of looking for python executable
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    116e377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b35fad View commit details
    Browse the repository at this point in the history
  3. ci: Update build action to use upload-artifact@v4

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d88364f View commit details
    Browse the repository at this point in the history
  4. ci: Maximum compression level for upload artifact

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ab897b7 View commit details
    Browse the repository at this point in the history
  5. ci: Make some changes for macOS builds

    * Build and upload the ZIP as artifact for macOS builds
    * This aims to fix broken uploaded macOS builds
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e34c091 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. chore: Provide username/password directly to vmpSignPkg

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1d92860 View commit details
    Browse the repository at this point in the history
  2. refactor: Backend code refactor

    * Add support for custom config on startup to modify
    * Enable full sandbox mode for application
    * Specify `webSecurity: true`, `nodeIntegration: false` & `contextIsolation: true` for all windows created
    * Allow development tools to be toggled with F12 button press
    * Temporarily removed fixes widevine license requests until a new live content is available to test with refactor
    * Temporarily removed adding CSP header to requests
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ec331eb View commit details
    Browse the repository at this point in the history
  3. chore: Replace double quote with single quote

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    83f2117 View commit details
    Browse the repository at this point in the history
  4. fix: Override default system context menu for draggable frameless win…

    …dows in Windows (electron/electron#24893)
    
    * system-context-menu event is never fired with frameless window in Windows (electron/electron#26726 (comment))
    * Workaround with electron/electron#24893 (comment)
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2885644 View commit details
    Browse the repository at this point in the history
  5. feat: Add dotenv as devDependency

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7a44b53 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. chore: Upgrade dependencies

    * Update and lock `shaka-player` to v4.7.12
    * Remove package `react-collapsible` added by mistake
    * Upgrade outdated devDependencies` packages to latest version and reflect upgrade version in `package.json`
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    adbcd17 View commit details
    Browse the repository at this point in the history
  2. feat: Add CSP headers to requests from BrowserWindow

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8048e22 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. feat: Add support for CSS modules

    * This will most likely break when packaged due to CSP restrictions
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    06f4021 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. chore: Small changes

    * Upgrade electron to 29.3.0
    * Delete Referer for requests from player window
    * Drop CSP header support
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8c3272b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. refactor: Use react-redux to store subscriptionToken

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ab5995d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. refactor: Rename file

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1b9edd3 View commit details
    Browse the repository at this point in the history
  2. feat: Add loading state to MainWindow

    * During the initial load, the application will incorrectly show status as logged out due to initial value of subscriptionToken slice being null.
    * To fix this, during the initial load, we will consider loading as true and it being permanently set to false after the inital load
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    445fae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. chore: Upgrade packages

    * Remove maker-squirrel temporarily until lodash command injection vulnerability is fixed
    * Upgrade shaka-player and patch to 4.7.13
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    89ef129 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. feat: Add support for macOS codesigning and notarization

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c827e76 View commit details
    Browse the repository at this point in the history
  2. chore: Upgrade packages

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f9c4e1d View commit details
    Browse the repository at this point in the history
  3. ci: Add initial macOS codesigning support

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d07a1ae View commit details
    Browse the repository at this point in the history
  4. build: Replace exec with spawn

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5b2a710 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. fix: Widevine license requests

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d67ff77 View commit details
    Browse the repository at this point in the history
  2. build: Add support for universal macOS builds

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    bbe0275 View commit details
    Browse the repository at this point in the history
  3. ci: Add build status badge to README

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b1b2ff4 View commit details
    Browse the repository at this point in the history
  4. docs: Add updated macOS packaging information

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    72a6210 View commit details
    Browse the repository at this point in the history
  5. build: VMP sign development build on npm install

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d6b3fbf View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. build: Only run patch-package on install

    * Move patches for development to patch-dev script
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    43cf40d View commit details
    Browse the repository at this point in the history
  2. feat: Add routing with react-router-dom

    * Rename VideoPlayer component to ShakaPlayer
    * Change buffering and rebuffering goal to 1s
    * Ignore minimum buffer time from DASH playlist
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c96a021 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore: Upgrade packages

    * Upgrade Electron to v29.3.1
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2315261 View commit details
    Browse the repository at this point in the history
  2. chore: Package changes

    * Upgrade Electron to v30.0.1
    * Remove unused maker dependencies
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    456d91f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. refactor: Change app config options

    * Make sandbox configurable
    * Set a default app config with predefined defaults if it doesn't exist
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6eea67e View commit details
    Browse the repository at this point in the history
  2. chore: Add new packages

    * Add react-bootstrap and bootstrap
    * Add scss and scss-loader for webpack
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    491d421 View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade outdated packages

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6681393 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore: Small changes

    * Upgrade dependencies (& patch for shaka-player)
    * Add an example env file
    * Add support for DMG maker
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6cb73d3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. refactor: IPC channels to enums

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 4, 2024
    Configuration menu
    Copy the full SHA
    2a4f350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d9ec56 View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6963b1a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. refactor: Replace Shaka Player with Bitmovin Player

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e7910cf View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. chore: Add icon for application package

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a40b0b9 View commit details
    Browse the repository at this point in the history
  2. chore: Update IPC return values

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5ed4444 View commit details
    Browse the repository at this point in the history
  3. refactor: Use react-redux to store some player data

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5156dc9 View commit details
    Browse the repository at this point in the history
  4. style: Add new player UI skin based on skin-modern

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e6dabec View commit details
    Browse the repository at this point in the history
  5. refactor: Use custom UI & styling for player

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4241480 View commit details
    Browse the repository at this point in the history
  6. chore: Add license boilerplate to source

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    44cd452 View commit details
    Browse the repository at this point in the history
  7. chore: Add logo to README

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5e84102 View commit details
    Browse the repository at this point in the history
  8. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a151a96 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. style: Change player UI color to red

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ec1b367 View commit details
    Browse the repository at this point in the history
  2. refactor: Small player changes

    * Move all channel switching logic to a function
    * Default stream will be selected on VOD's with additional streams
    * Remove subtitles logic from player UI
    * Update fast-forward/rewind button to not require player API during initialization
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c5e1c28 View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade packages

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2200890 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. refactor: Small refactor

    * Remove react-pro-sidebar (using react-bootstrap for all UI elements)
    * Add functioning PIP button for players
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cde8826 View commit details
    Browse the repository at this point in the history
  2. chore: Remove unavailable cast options

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2c8981d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7a0cc27 View commit details
    Browse the repository at this point in the history
  2. fix: Issue related to new version of `@vercel/webpack-asset-relocator…

    …-loader`
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    87ca8c2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 18, 2024
    Configuration menu
    Copy the full SHA
    28a1f88 View commit details
    Browse the repository at this point in the history
  2. chore: Remove remotecontrol config from player

    * Casting with Electron is not supported as `chrome.cast` API is not available with Electron
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 18, 2024
    Configuration menu
    Copy the full SHA
    31163b9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    2bea31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a478d9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7916a96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90182e0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix: Warning about robustness level not being specified

    * During the first load, there might be 2 warnings still however this will not cause any playback issues
    * related: https://community.bitmovin.com/t/chrome-shows-robustness-level-warning-even-if-source-config-videorobustness-is-set/2396
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5e517b5 View commit details
    Browse the repository at this point in the history
  2. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4037af9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix: Rewind/FF buttons for live streams

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6d475bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79fe8e View commit details
    Browse the repository at this point in the history
  3. fix: Check for source instead of playing status

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c0a7b83 View commit details
    Browse the repository at this point in the history
  4. chore: Add player event logging to config

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    45f2c7b View commit details
    Browse the repository at this point in the history
  5. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2ceb101 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. refactor: Move CSS modules to SCSS modules

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0e39138 View commit details
    Browse the repository at this point in the history
  2. refactor: Move scripts to scripts folder

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    264bb0a View commit details
    Browse the repository at this point in the history
  3. fix: Live stream FF/Rewind button

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    732e4ed View commit details
    Browse the repository at this point in the history
  4. chore: Set no-drag to Bitmovin Title Bar in UI

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d72a2a8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. refactor: Make overlay z-index modifiable

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e60d0f9 View commit details
    Browse the repository at this point in the history
  2. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 24, 2024
    Configuration menu
    Copy the full SHA
    aedb662 View commit details
    Browse the repository at this point in the history
  3. fix: Path to package during development VPM signing

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e5e7548 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    8e4d08f View commit details
    Browse the repository at this point in the history
  2. ci: Build packages on new commit to main branch

    * Also run on new PRs & tags
    eXhumer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    35d8783 View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade Electron to v30.0.8+wvcus

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b8610b2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    74a8738 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. feat: Add live timing client implementation

    * Upgrade dependencies
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5823b6d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6abfa90 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    46bffc1 View commit details
    Browse the repository at this point in the history
  2. fix: Player skin coloring

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8a0af4b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    92e0dc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    195cfc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore: Change dependency versions

    * Upgrade all available packages, except sass
    * `sass` currently shows warnings with 1.77.6 and above due to SCSS loading `bitmovin-player-ui` & `bootstrap`
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    49a413d View commit details
    Browse the repository at this point in the history
  2. chore: Add information regarding dependency version locks due to comp…

    …atibility
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ee2e828 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3e58846 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. chore: Upgrade dependencies

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6b8c75b View commit details
    Browse the repository at this point in the history
  2. chore: Revert workaround for electron/electron#26726

    * fixed with electron/electron#43243
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1a6a004 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. fix: linting errors

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9601f91 View commit details
    Browse the repository at this point in the history
  2. Add renovate.json

    renovate[bot] authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b0eb3f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aef100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7912599 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    7cfef56 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. chore(deps): update dependency sass-loader to v16.0.1 (#7)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a35a7dc View commit details
    Browse the repository at this point in the history
  2. chore(deps): update typescript-eslint monorepo to v8.2.0 (#8)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d0fb73d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. refactor: Use yarn instead of npm as package manager

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c0ee5be View commit details
    Browse the repository at this point in the history
  2. ci: Cleanup un-necessary steps

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ce31957 View commit details
    Browse the repository at this point in the history
  3. ci: Refactor CI workflow

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3ffad5a View commit details
    Browse the repository at this point in the history
  4. ci: Fix image matrix array

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    670b95f View commit details
    Browse the repository at this point in the history
  5. ci: Initial caching implementation

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    db50b5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba49ab9 View commit details
    Browse the repository at this point in the history
  7. ci: Use setup-node caching mechanism for yarn

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cab5e73 View commit details
    Browse the repository at this point in the history
  8. lint: Add SCSS linting

    * lint as much as possible without breaking anything
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a8cc706 View commit details
    Browse the repository at this point in the history
  9. chore: Update README

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    92c6287 View commit details
    Browse the repository at this point in the history
  10. license: Add license for player skin

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a3569f1 View commit details
    Browse the repository at this point in the history
  11. lint: SCSS code linting

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e84f939 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c9b3ed View commit details
    Browse the repository at this point in the history
  13. chore: silence sass mixed decl warnings

    * bootstrap package currently produces deprecation warning
    * fix in v5.3.4
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2e48abe View commit details
    Browse the repository at this point in the history
  14. chore(deps): update dependency sass to v1.77.8

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3342678 View commit details
    Browse the repository at this point in the history
  15. fix(deps): update dependency bitmovin-player to v8.178.0 (#10)

    * fix(deps): update dependency bitmovin-player to v8.178.0
    * chore(deps): Bump version in package.json
    
    Signed-off-by: eXhumer <[email protected]>
    
    ---------
    
    Signed-off-by: eXhumer <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: eXhumer <[email protected]>
    renovate[bot] and eXhumer authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c1355c3 View commit details
    Browse the repository at this point in the history
  16. fix(deps): update dependency bitmovin-player-ui to v3.70.0 (#11)

    * fix(deps): update dependency bitmovin-player-ui to v3.70.0
    * chore(deps): Bump version in package.json
    
    Signed-off-by: eXhumer <[email protected]>
    
    ---------
    
    Signed-off-by: eXhumer <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: eXhumer <[email protected]>
    renovate[bot] and eXhumer authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    102eb66 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. chore: Small changes

    * Update README
    * use actions/setup-python for Windows as well
    * Remove unnecessary end of options for yarn commands
    * Use custom upload-artifact to fix uploading macOS builds without needing to double ZIP artifacts to preserve symlinks (actions/upload-artifact#93)
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7d909ac View commit details
    Browse the repository at this point in the history
  2. ci: Small changes

    * Fix macOS ZIP artifact path
    * Rename upload steps for macOS
    
    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f4b8369 View commit details
    Browse the repository at this point in the history
  3. ci: Small changes

    Signed-off-by: eXhumer <[email protected]>
    eXhumer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    119ec1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a6e0eb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    0ddc0e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    5a83313 View commit details
    Browse the repository at this point in the history