Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Lightricks/LTX-Desktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: Lightricks/LTX-Desktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 6 commits
  • 150 files changed
  • 3 contributors

Commits on Mar 12, 2026

  1. electron-builder: add zip target

    needed for auto-update on macos
    alexger committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    52b4ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    016ddcd View commit details
    Browse the repository at this point in the history
  3. electron/updater: do not force quit when update is ready

    let it auto-install after user quits the app
    alexger committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    049cb1f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. fix progress of initial models download

    Nowadays huggingface mostly uses xet protocol for downloads,
    but we only monkey-patched the pure http-based flow.
    Progress updates are driven by the patch, hence there were none
    for xet based downloads.
    
    In addition, increase granularity so we report downloaded bytes
    before reaching the first Mb.
    alexger committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    5671a27 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. upgrade npm dependencies

    alexger committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    4a8e74b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. sync upstream/main with origin/main

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    ofirgluzman and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    1d2acd2 View commit details
    Browse the repository at this point in the history
Loading