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: zydezu/ModernX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.8
Choose a base ref
...
head repository: zydezu/ModernX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.9
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 29, 2024

  1. Fix crash when switching through video files too fast

    Due to description not being available yet the UI will crash when spam clicking the forwards/back button in the UI.
    
    The problematic call with the first argument occasionally being null is:
    return string.gsub(state.localDescription, '\\N', ' ')
    cloudy-dev authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7bb6dd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from cloudy-dev/patch-1

    Fix crash when switching through video files too fast
    zydezu authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3d2d2ae View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. update modernx

    zydezu committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    820843e View commit details
    Browse the repository at this point in the history
  2. spelling

    zydezu authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    392a388 View commit details
    Browse the repository at this point in the history
Loading