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: styly-dev/STYLY-NetSync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: styly-dev/STYLY-NetSync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 17 commits
  • 20 files changed
  • 7 contributors

Commits on Jan 8, 2026

  1. feat: automatically update current version in release-workflow input …

    …description (#263)
    
    * Initial plan
    
    * feat: display current version in release-workflow input description
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    * docs: add comment to remind updating version in workflow description
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    * feat: automatically update workflow description with version
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    * fix: properly escape version string in sed command
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    Copilot and from2001 authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    8d10b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79096d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Revise installation instructions in README

    Updated installation instructions for Unity and Server.
    from2001 authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    3b791b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2026

  1. Fix auto-reconnect failure after receive-thread exceptions (#260)

    * Initial plan
    
    * Implement connection error handling with main-thread handoff
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    * Add thread-safety improvements for exception state
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    * Add documentation and replace magic numbers with constants
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    * Address Claude review feedback: add avatar cleanup, clear exception, improve docs
    
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    
    * Refactor exception timestamp handling for thread safety and clarity
    
    * Fix race condition in reconnection handling by using _reconnectAt check
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: from2001 <387880+from2001@users.noreply.github.com>
    Co-authored-by: Masahiro Yamaguchi <from2001@hotmail.com>
    3 people authored Jan 10, 2026
    Configuration menu
    Copy the full SHA
    bac5ec2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Improve server stability (#255)

    * Refactor client simulator for improved shutdown handling and non-blocking socket operations
    
    * Refactor socket management and enhance file descriptor limit handling in client simulator and server
    
    * Remove logging for RLIMIT_NOFILE adjustments in NetSyncServer
    
    * add count monitor for pubsub (useful to debug client number broadcast issue)
    
    * fix for review comments (with codex)
    
    * Add file descriptor monitoring to NetSyncServer for improved resource tracking
    
    ---------
    
    Co-authored-by: Makoto Hamanaka <ham.lua@gmail.com>
    from2001 and mhama authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    9466dd3 View commit details
    Browse the repository at this point in the history
  2. Clarify Windows installation commands in README

    Updated installation commands for Windows to specify the source.
    from2001 authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    46d6b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8739baa View commit details
    Browse the repository at this point in the history
  4. Fix bridge server ip (#271)

    * feat: add optional IP address parameter to server start method
    
    * fix: change uvicorn log level from info to warning in run_uvicorn_in_thread
    
    * fix: refactor assertion for custom discovery port test for clarity
    from2001 authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    8ae1e07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a20a64c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edf88f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    535ea69 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #273 from styly-dev/add-claude-github-actions-1768…

    …190258390
    
    Add Claude Code GitHub Workflow
    styly-dev authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    34568c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00c25ff View commit details
    Browse the repository at this point in the history
  10. Avoid client removals by timeout (#274)

    * feat: increase socket high-water mark settings for improved message handling
    
    * feat: implement ID mapping broadcast debouncing for improved performance
    
    * feat: enhance ID mapping broadcast handling with improved state management
    from2001 authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    230f286 View commit details
    Browse the repository at this point in the history
  11. Feature/simple sync check (#277)

    * Add SimpleSyncCheck
    
    * Change default value of NetSyncManager
    
    ---------
    
    Co-authored-by: afjk <afjk01@gmail.com>
    from2001 and afjk authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    f1ae0bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7f222d View commit details
    Browse the repository at this point in the history
  13. chore: bump version to 0.7.2

    - Updated Unity package version in package.json
    - Updated Unity version.txt file for runtime version retrieval
    - Updated Python server version in pyproject.toml
    - Updated version references in .md files (if any)
    github-actions[bot] committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    8470c6d View commit details
    Browse the repository at this point in the history
Loading