-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Mar 31, 2024
-
initial-commit: Add initial project files
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a8aad9 - Browse repository at this point
Copy the full SHA 1a8aad9View commit details
Commits on Apr 1, 2024
-
typing: Export ref and prop types for VideoPlayer
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 063b2a2 - Browse repository at this point
Copy the full SHA 063b2a2View commit details -
feat: Add a simple main window for application
* Upgrade outdated packages Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7f8fda - Browse repository at this point
Copy the full SHA a7f8fdaView commit details
Commits on Apr 2, 2024
-
feat: Add a simple playback option via content ID
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df5892a - Browse repository at this point
Copy the full SHA df5892aView commit details -
chore: Add license information to source
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b527939 - Browse repository at this point
Copy the full SHA b527939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60bfc1b - Browse repository at this point
Copy the full SHA 60bfc1bView commit details -
style: Replace double quote with single in source files
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5445875 - Browse repository at this point
Copy the full SHA 5445875View commit details -
feat: Add a new component which acts as overlay over other HTML elements
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b1571a - Browse repository at this point
Copy the full SHA 4b1571aView commit details -
feat: Add channel switcher button for content with additional streams
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 151b331 - Browse repository at this point
Copy the full SHA 151b331View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3003d3a - Browse repository at this point
Copy the full SHA 3003d3aView commit details -
chore: Remove unnecessary ref usage
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5d8d85 - Browse repository at this point
Copy the full SHA e5d8d85View commit details -
fix: Issue with hot module replacement during development
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 740a677 - Browse repository at this point
Copy the full SHA 740a677View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ac92cc9 - Browse repository at this point
Copy the full SHA ac92cc9View commit details
Commits on Apr 4, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f1cb304 - Browse repository at this point
Copy the full SHA f1cb304View commit details
Commits on Apr 5, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 967a173 - Browse repository at this point
Copy the full SHA 967a173View commit details
Commits on Apr 7, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for b9db575 - Browse repository at this point
Copy the full SHA b9db575View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7b773a9 - Browse repository at this point
Copy the full SHA 7b773a9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 825ec1f - Browse repository at this point
Copy the full SHA 825ec1fView commit details
Commits on Apr 8, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 116e377 - Browse repository at this point
Copy the full SHA 116e377View commit details -
ci: Add option to manually build package using GitHub Actions
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b35fad - Browse repository at this point
Copy the full SHA 5b35fadView commit details -
ci: Update build action to use upload-artifact@v4
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d88364f - Browse repository at this point
Copy the full SHA d88364fView commit details -
ci: Maximum compression level for upload artifact
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab897b7 - Browse repository at this point
Copy the full SHA ab897b7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e34c091 - Browse repository at this point
Copy the full SHA e34c091View commit details
Commits on Apr 9, 2024
-
chore: Provide username/password directly to vmpSignPkg
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d92860 - Browse repository at this point
Copy the full SHA 1d92860View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ec331eb - Browse repository at this point
Copy the full SHA ec331ebView commit details -
chore: Replace double quote with single quote
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83f2117 - Browse repository at this point
Copy the full SHA 83f2117View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2885644 - Browse repository at this point
Copy the full SHA 2885644View commit details -
feat: Add
dotenv
as devDependencySigned-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a44b53 - Browse repository at this point
Copy the full SHA 7a44b53View commit details
Commits on Apr 10, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for adbcd17 - Browse repository at this point
Copy the full SHA adbcd17View commit details -
feat: Add CSP headers to requests from BrowserWindow
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8048e22 - Browse repository at this point
Copy the full SHA 8048e22View commit details
Commits on Apr 11, 2024
-
feat: Add support for CSS modules
* This will most likely break when packaged due to CSP restrictions Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06f4021 - Browse repository at this point
Copy the full SHA 06f4021View commit details
Commits on Apr 13, 2024
-
* Upgrade electron to 29.3.0 * Delete Referer for requests from player window * Drop CSP header support Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c3272b - Browse repository at this point
Copy the full SHA 8c3272bView commit details
Commits on Apr 15, 2024
-
refactor: Use
react-redux
to store subscriptionTokenSigned-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab5995d - Browse repository at this point
Copy the full SHA ab5995dView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b9edd3 - Browse repository at this point
Copy the full SHA 1b9edd3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 445fae3 - Browse repository at this point
Copy the full SHA 445fae3View commit details
Commits on Apr 18, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 89ef129 - Browse repository at this point
Copy the full SHA 89ef129View commit details
Commits on Apr 19, 2024
-
feat: Add support for macOS codesigning and notarization
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c827e76 - Browse repository at this point
Copy the full SHA c827e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c4e1d - Browse repository at this point
Copy the full SHA f9c4e1dView commit details -
ci: Add initial macOS codesigning support
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d07a1ae - Browse repository at this point
Copy the full SHA d07a1aeView commit details -
build: Replace exec with spawn
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b2a710 - Browse repository at this point
Copy the full SHA 5b2a710View commit details
Commits on Apr 20, 2024
-
fix: Widevine license requests
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d67ff77 - Browse repository at this point
Copy the full SHA d67ff77View commit details -
build: Add support for universal macOS builds
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbe0275 - Browse repository at this point
Copy the full SHA bbe0275View commit details -
ci: Add build status badge to README
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1b2ff4 - Browse repository at this point
Copy the full SHA b1b2ff4View commit details -
docs: Add updated macOS packaging information
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72a6210 - Browse repository at this point
Copy the full SHA 72a6210View commit details -
build: VMP sign development build on npm install
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6b3fbf - Browse repository at this point
Copy the full SHA d6b3fbfView commit details
Commits on Apr 21, 2024
-
build: Only run patch-package on install
* Move patches for development to patch-dev script Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43cf40d - Browse repository at this point
Copy the full SHA 43cf40dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c96a021 - Browse repository at this point
Copy the full SHA c96a021View commit details
Commits on Apr 22, 2024
-
* Upgrade Electron to v29.3.1 Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2315261 - Browse repository at this point
Copy the full SHA 2315261View commit details -
* Upgrade Electron to v30.0.1 * Remove unused maker dependencies Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 456d91f - Browse repository at this point
Copy the full SHA 456d91fView commit details
Commits on Apr 24, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6eea67e - Browse repository at this point
Copy the full SHA 6eea67eView commit details -
* Add react-bootstrap and bootstrap * Add scss and scss-loader for webpack Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 491d421 - Browse repository at this point
Copy the full SHA 491d421View commit details -
chore: Upgrade outdated packages
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6681393 - Browse repository at this point
Copy the full SHA 6681393View commit details
Commits on Apr 30, 2024
-
* Upgrade dependencies (& patch for shaka-player) * Add an example env file * Add support for DMG maker Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cb73d3 - Browse repository at this point
Copy the full SHA 6cb73d3View commit details
Commits on May 4, 2024
-
refactor: IPC channels to enums
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a4f350 - Browse repository at this point
Copy the full SHA 2a4f350View commit details -
chore: Skip signature deletion on non-universal macOS builds
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d9ec56 - Browse repository at this point
Copy the full SHA 8d9ec56View commit details -
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6963b1a - Browse repository at this point
Copy the full SHA 6963b1aView commit details
Commits on May 12, 2024
-
refactor: Replace Shaka Player with Bitmovin Player
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7910cf - Browse repository at this point
Copy the full SHA e7910cfView commit details
Commits on May 14, 2024
-
chore: Add icon for application package
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a40b0b9 - Browse repository at this point
Copy the full SHA a40b0b9View commit details -
chore: Update IPC return values
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ed4444 - Browse repository at this point
Copy the full SHA 5ed4444View commit details -
refactor: Use react-redux to store some player data
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5156dc9 - Browse repository at this point
Copy the full SHA 5156dc9View commit details -
style: Add new player UI skin based on skin-modern
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6dabec - Browse repository at this point
Copy the full SHA e6dabecView commit details -
refactor: Use custom UI & styling for player
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4241480 - Browse repository at this point
Copy the full SHA 4241480View commit details -
chore: Add license boilerplate to source
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44cd452 - Browse repository at this point
Copy the full SHA 44cd452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e84102 - Browse repository at this point
Copy the full SHA 5e84102View commit details -
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a151a96 - Browse repository at this point
Copy the full SHA a151a96View commit details
Commits on May 15, 2024
-
style: Change player UI color to red
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec1b367 - Browse repository at this point
Copy the full SHA ec1b367View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c5e1c28 - Browse repository at this point
Copy the full SHA c5e1c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2200890 - Browse repository at this point
Copy the full SHA 2200890View commit details
Commits on May 16, 2024
-
* Remove react-pro-sidebar (using react-bootstrap for all UI elements) * Add functioning PIP button for players Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cde8826 - Browse repository at this point
Copy the full SHA cde8826View commit details -
chore: Remove unavailable cast options
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c8981d - Browse repository at this point
Copy the full SHA 2c8981dView commit details
Commits on May 17, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a0cc27 - Browse repository at this point
Copy the full SHA 7a0cc27View commit details -
fix: Issue related to new version of `@vercel/webpack-asset-relocator…
…-loader` Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87ca8c2 - Browse repository at this point
Copy the full SHA 87ca8c2View commit details
Commits on May 18, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28a1f88 - Browse repository at this point
Copy the full SHA 28a1f88View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 31163b9 - Browse repository at this point
Copy the full SHA 31163b9View commit details
Commits on May 19, 2024
-
fix: Get rid of
postinstall
script* https://github.com/eXhumer/eXViewer/actions/runs/9146391438 Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bea31a - Browse repository at this point
Copy the full SHA 2bea31aView commit details -
* https://github.com/eXhumer/eXViewer/actions/runs/9146419430 Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a478d9b - Browse repository at this point
Copy the full SHA a478d9bView commit details -
fix: macOS packaging on GitHub Actions
* https://github.com/eXhumer/eXViewer/actions/runs/9146613278 Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7916a96 - Browse repository at this point
Copy the full SHA 7916a96View commit details -
fix: macOS artifacts uploading
* https://github.com/eXhumer/eXViewer/actions/runs/9146658752 Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90182e0 - Browse repository at this point
Copy the full SHA 90182e0View commit details
Commits on May 21, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5e517b5 - Browse repository at this point
Copy the full SHA 5e517b5View commit details -
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4037af9 - Browse repository at this point
Copy the full SHA 4037af9View commit details
Commits on May 22, 2024
-
fix: Rewind/FF buttons for live streams
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d475bc - Browse repository at this point
Copy the full SHA 6d475bcView commit details -
feat: Start playback from same position when switch channels
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b79fe8e - Browse repository at this point
Copy the full SHA b79fe8eView commit details -
fix: Check for source instead of playing status
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0a7b83 - Browse repository at this point
Copy the full SHA c0a7b83View commit details -
chore: Add player event logging to config
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45f2c7b - Browse repository at this point
Copy the full SHA 45f2c7bView commit details -
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ceb101 - Browse repository at this point
Copy the full SHA 2ceb101View commit details
Commits on May 23, 2024
-
refactor: Move CSS modules to SCSS modules
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e39138 - Browse repository at this point
Copy the full SHA 0e39138View commit details -
refactor: Move scripts to scripts folder
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 264bb0a - Browse repository at this point
Copy the full SHA 264bb0aView commit details -
fix: Live stream FF/Rewind button
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 732e4ed - Browse repository at this point
Copy the full SHA 732e4edView commit details -
chore: Set no-drag to Bitmovin Title Bar in UI
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d72a2a8 - Browse repository at this point
Copy the full SHA d72a2a8View commit details
Commits on May 24, 2024
-
refactor: Make overlay z-index modifiable
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e60d0f9 - Browse repository at this point
Copy the full SHA e60d0f9View commit details -
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aedb662 - Browse repository at this point
Copy the full SHA aedb662View commit details -
fix: Path to package during development VPM signing
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5e7548 - Browse repository at this point
Copy the full SHA e5e7548View commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e4d08f - Browse repository at this point
Copy the full SHA 8e4d08fView commit details -
ci: Build packages on new commit to main branch
* Also run on new PRs & tags
Configuration menu - View commit details
-
Copy full SHA for 35d8783 - Browse repository at this point
Copy the full SHA 35d8783View commit details -
chore: Upgrade Electron to v30.0.8+wvcus
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8610b2 - Browse repository at this point
Copy the full SHA b8610b2View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74a8738 - Browse repository at this point
Copy the full SHA 74a8738View commit details
Commits on Jun 4, 2024
-
feat: Add live timing client implementation
* Upgrade dependencies Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5823b6d - Browse repository at this point
Copy the full SHA 5823b6dView commit details
Commits on Jun 15, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6abfa90 - Browse repository at this point
Copy the full SHA 6abfa90View commit details
Commits on Jun 21, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46bffc1 - Browse repository at this point
Copy the full SHA 46bffc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0af4b - Browse repository at this point
Copy the full SHA 8a0af4bView commit details
Commits on Jun 28, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92e0dc0 - Browse repository at this point
Copy the full SHA 92e0dc0View commit details
Commits on Jul 13, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 195cfc6 - Browse repository at this point
Copy the full SHA 195cfc6View commit details
Commits on Jul 23, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 49a413d - Browse repository at this point
Copy the full SHA 49a413dView commit details -
chore: Add information regarding dependency version locks due to comp…
…atibility Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee2e828 - Browse repository at this point
Copy the full SHA ee2e828View commit details
Commits on Aug 15, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e58846 - Browse repository at this point
Copy the full SHA 3e58846View commit details
Commits on Aug 16, 2024
-
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b8c75b - Browse repository at this point
Copy the full SHA 6b8c75bView commit details -
chore: Revert workaround for electron/electron#26726
* fixed with electron/electron#43243 Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a6a004 - Browse repository at this point
Copy the full SHA 1a6a004View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9601f91 - Browse repository at this point
Copy the full SHA 9601f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0eb3f8 - Browse repository at this point
Copy the full SHA b0eb3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aef100 - Browse repository at this point
Copy the full SHA 3aef100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7912599 - Browse repository at this point
Copy the full SHA 7912599View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cfef56 - Browse repository at this point
Copy the full SHA 7cfef56View commit details
Commits on Aug 20, 2024
-
chore(deps): update dependency sass-loader to v16.0.1 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a35a7dc - Browse repository at this point
Copy the full SHA a35a7dcView commit details -
chore(deps): update typescript-eslint monorepo to v8.2.0 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0fb73d - Browse repository at this point
Copy the full SHA d0fb73dView commit details
Commits on Aug 21, 2024
-
refactor: Use
yarn
instead ofnpm
as package managerSigned-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0ee5be - Browse repository at this point
Copy the full SHA c0ee5beView commit details -
ci: Cleanup un-necessary steps
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce31957 - Browse repository at this point
Copy the full SHA ce31957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffad5a - Browse repository at this point
Copy the full SHA 3ffad5aView commit details -
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 670b95f - Browse repository at this point
Copy the full SHA 670b95fView commit details -
ci: Initial caching implementation
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db50b5b - Browse repository at this point
Copy the full SHA db50b5bView commit details -
chore(deps): update dependency @types/react to v18.3.4 (#9)
Co-authored-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba49ab9 - Browse repository at this point
Copy the full SHA ba49ab9View commit details -
ci: Use setup-node caching mechanism for yarn
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cab5e73 - Browse repository at this point
Copy the full SHA cab5e73View commit details -
* lint as much as possible without breaking anything Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8cc706 - Browse repository at this point
Copy the full SHA a8cc706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c6287 - Browse repository at this point
Copy the full SHA 92c6287View commit details -
license: Add license for player skin
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3569f1 - Browse repository at this point
Copy the full SHA a3569f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e84f939 - Browse repository at this point
Copy the full SHA e84f939View commit details -
refactor: Opt into new mixed declaration behavior
* see https://sass-lang.com/documentation/breaking-changes/mixed-decls/ Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c9b3ed - Browse repository at this point
Copy the full SHA 7c9b3edView commit details -
chore: silence sass mixed decl warnings
* bootstrap package currently produces deprecation warning * fix in v5.3.4 Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e48abe - Browse repository at this point
Copy the full SHA 2e48abeView commit details -
chore(deps): update dependency sass to v1.77.8
Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3342678 - Browse repository at this point
Copy the full SHA 3342678View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c1355c3 - Browse repository at this point
Copy the full SHA c1355c3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 102eb66 - Browse repository at this point
Copy the full SHA 102eb66View commit details
Commits on Aug 22, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 7d909ac - Browse repository at this point
Copy the full SHA 7d909acView commit details -
* Fix macOS ZIP artifact path * Rename upload steps for macOS Signed-off-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4b8369 - Browse repository at this point
Copy the full SHA f4b8369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119ec1b - Browse repository at this point
Copy the full SHA 119ec1bView commit details -
chore(deps): update dependency electron to v32 (#12)
Co-authored-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a6e0eb - Browse repository at this point
Copy the full SHA 8a6e0ebView commit details
Commits on Aug 23, 2024
-
chore(deps): update dependency electron to v32.0.1+wvcus (#13)
Co-authored-by: eXhumer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ddc0e0 - Browse repository at this point
Copy the full SHA 0ddc0e0View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a83313 - Browse repository at this point
Copy the full SHA 5a83313View commit details