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: johannesjo/parallel-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: johannesjo/parallel-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 31, 2026

  1. fix(ui): improve diff preview for added and deleted files (#49)

    Added files no longer trigger broken GapView/TrailingGap context fetches.
    Deleted files show a "This file was deleted" banner instead of raw hunks.
    Status badges for Added/Deleted now render with tinted backgrounds.
    Footer line totals now include uncommitted/untracked files.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    ASRagab and claude authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    b944064 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. chore(deps-dev): bump the npm_and_yarn group across 1 directory with …

    …3 updates (#50)
    
    Bumps the npm_and_yarn group with 3 updates in the / directory: [@xmldom/xmldom](https://github.com/xmldom/xmldom), [flatted](https://github.com/WebReflection/flatted) and [picomatch](https://github.com/micromatch/picomatch).
    
    
    Updates `@xmldom/xmldom` from 0.8.11 to 0.8.12
    - [Release notes](https://github.com/xmldom/xmldom/releases)
    - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
    - [Commits](xmldom/xmldom@0.8.11...0.8.12)
    
    Updates `flatted` from 3.3.3 to 3.4.2
    - [Commits](WebReflection/flatted@v3.3.3...v3.4.2)
    
    Updates `picomatch` from 2.3.1 to 2.3.2
    - [Release notes](https://github.com/micromatch/picomatch/releases)
    - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/picomatch@2.3.1...2.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@xmldom/xmldom"
      dependency-version: 0.8.12
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: flatted
      dependency-version: 3.4.2
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: picomatch
      dependency-version: 2.3.2
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    91f00f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. fix(ui): respect user's choice to disable Docker mode

    The auto-enable Docker effect would re-enable Docker mode whenever
    skip-permissions was on and Docker was available, even after the user
    explicitly unchecked it. Track the user's opt-out so the effect doesn't
    override their choice.
    
    https://claude.ai/code/session_01SvsewC7VFxe7fZuy1pc5uV
    claude committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    9b32cf3 View commit details
    Browse the repository at this point in the history
  2. fix(ui): remove auto-enable Docker effect tied to skip-permissions

    Docker mode should be controlled solely by the user's checkbox. The
    auto-enable effect was forcing Docker on whenever skip-permissions was
    enabled, ignoring the user's choice.
    
    https://claude.ai/code/session_01SvsewC7VFxe7fZuy1pc5uV
    claude committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    2cd16d9 View commit details
    Browse the repository at this point in the history
  3. 1.4.0

    claude committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    2350f77 View commit details
    Browse the repository at this point in the history
Loading