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: tweakphp/tweakphp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea1b5b9
Choose a base ref
...
head repository: tweakphp/tweakphp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c0bbbf
Choose a head ref
  • 7 commits
  • 9 files changed
  • 6 contributors

Commits on Sep 6, 2025

  1. Bump form-data from 4.0.1 to 4.0.4 (#169)

    Bumps [form-data](https://github.com/form-data/form-data) from 4.0.1 to 4.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
    - [Commits](form-data/form-data@v4.0.1...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    667e8ff View commit details
    Browse the repository at this point in the history
  2. Bump tmp from 0.2.3 to 0.2.5 (#170)

    Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.5.
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.3...v0.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-version: 0.2.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    dependabot[bot] and saeedvaziry authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    d784043 View commit details
    Browse the repository at this point in the history
  3. Bump vite from 6.3.1 to 6.3.5 (#172)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.1 to 6.3.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 6.3.5
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    dependabot[bot] and saeedvaziry authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    13151e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Bump electron from 33.2.1 to 35.7.5 (#171)

    Bumps [electron](https://github.com/electron/electron) from 33.2.1 to 35.7.5.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v33.2.1...v35.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-version: 35.7.5
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    dependabot[bot] and saeedvaziry authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    9a62bc7 View commit details
    Browse the repository at this point in the history
  2. feat: private key with passphrase (#166)

    * feat: private key with passphrase
    
    * Apply suggestions from code review
    
    Co-authored-by: khalidmaquilang <120788000+khalidmaquilang@users.noreply.github.com>
    
    * refactor: combine key and key-passphrase into one
    
    * fix: code style
    
    ---------
    
    Co-authored-by: khalidmaquilang <120788000+khalidmaquilang@users.noreply.github.com>
    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    3 people authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    b3f1a51 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Feature add LSP status management and reconnect functionality (#168)

    * feat: add LSP status management and reconnect functionality
    
    * refactor: format SVG components for improved readability
    
    * feat: implement LSP server restart functionality with IPC communication
    
    * refactor: remove unused setStatus function from LSP store
    
    * ui adjustments
    
    ---------
    
    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
    3 people authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    ed05760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0bbbf View commit details
    Browse the repository at this point in the history
Loading