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: imtaotao/danmu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: imtaotao/danmu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 24 files changed
  • 4 contributors

Commits on May 18, 2025

  1. docs: update docs

    imtaotao committed May 18, 2025
    Configuration menu
    Copy the full SHA
    6bda068 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

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

Commits on Jul 29, 2025

  1. add progress

    Mr-Quin authored and imtaotao committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    d5443d1 View commit details
    Browse the repository at this point in the history
  2. switch to transition delay

    Mr-Quin authored and imtaotao committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    cb912ad View commit details
    Browse the repository at this point in the history
  3. add docs

    Mr-Quin authored and imtaotao committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    83c5450 View commit details
    Browse the repository at this point in the history
  4. style: format code style

    imtaotao committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    e0b544a View commit details
    Browse the repository at this point in the history
  5. release: v0.17.1

    imtaotao committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    1fe8702 View commit details
    Browse the repository at this point in the history
  6. release: v0.18.0

    imtaotao committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    33c62d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. style: format code style

    imtaotao committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    cc71ec9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    f9c0aaa View commit details
    Browse the repository at this point in the history
  2. release: v0.18.1

    imtaotao committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    1f81f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7603513 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. feat(lifecycle): add reachEdge hook for danmaku edge detection (#46)

    * feat(lifecycle): add reachEdge hook for danmaku edge detection
    
    - Introduced `reachEdge` hook to trigger when danmaku's edge touches the container's edge.
    - Implemented edge detection logic in `FacileDanmaku` and `FlexibleDanmaku` classes.
    
    Fixes #45
    
    * feat(lifecycle): enhance lifecycle management with real listener checks
    
    - Added hasRealListeners function to filter out bridge functions and check for actual user listeners.
    - Updated hasAnyRealListeners to utilize hasRealListeners for improved performance.
    - Integrated manager plugin system into Engine and Manager classes for better lifecycle management.
    - Refactored edge detection logic to optimize checks for real user listeners.
    
    * fix(lifecycle/monitorEdge): improve edge detection logic
    
    - Added check for paused state in edge detection to prevent unnecessary calculations.
    - Executed edge check immediately to avoid missing detection due to requestAnimationFrame delay.
    - Initiated edge monitoring when the direction is not 'none' and edge has not been reached.
    AnYiEE authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    e0ac25b View commit details
    Browse the repository at this point in the history
  2. style: format code style

    imtaotao committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    5c5bf7c View commit details
    Browse the repository at this point in the history
  3. release: v0.19.0

    imtaotao committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    d90ff60 View commit details
    Browse the repository at this point in the history
Loading