Skip to content

Releases: tlcsdm/vscode-patchReader

vscode-patchReader-1.0.1

12 Mar 02:56

Choose a tag to compare

What's Changed

  • Bump diff2html from 3.4.55 to 3.4.56 by @dependabot[bot] in #27
  • Bump @types/node from 22.19.7 to 22.19.8 by @dependabot[bot] in #28
  • Bump @types/vscode from 1.108.1 to 1.109.0 by @dependabot[bot] in #29
  • Fix @types/vscode version mismatch with engines.vscode by @Copilot in #31
  • Bump @types/node from 22.19.8 to 22.19.9 by @dependabot[bot] in #32
  • Strip git format-patch footer before parsing by @Copilot in #34
  • build(deps-dev): Bump @types/node from 22.19.9 to 22.19.10 by @dependabot[bot] in #35
  • build(deps-dev): Bump typescript-eslint from 8.54.0 to 8.55.0 by @dependabot[bot] in #40
  • build(deps-dev): Bump typescript-eslint from 8.55.0 to 8.56.0 by @dependabot[bot] in #42
  • build(deps-dev): Bump @types/node from 22.19.10 to 22.19.11 by @dependabot[bot] in #41
  • build(deps-dev): Bump eslint from 9.39.2 to 9.39.3 by @dependabot[bot] in #44
  • build(deps-dev): Bump typescript-eslint from 8.56.0 to 8.56.1 by @dependabot[bot] in #45
  • build(deps-dev): Bump @types/node from 22.19.11 to 22.19.12 by @dependabot[bot] in #46
  • build(deps-dev): Bump eslint from 9.39.2 to 10.0.0 by @dependabot[bot] in #36
  • build(deps-dev): Bump @eslint/js from 9.39.2 to 10.0.1 by @dependabot[bot] in #37
  • build(deps-dev): Bump @types/node from 22.19.12 to 22.19.13 by @dependabot[bot] in #47
  • build(deps-dev): Bump @types/node from 22.19.13 to 22.19.15 by @dependabot[bot] in #49
  • build(deps): Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #48
  • build(deps-dev): Bump eslint from 10.0.2 to 10.0.3 by @dependabot[bot] in #50
  • build(deps-dev): Bump typescript-eslint from 8.56.1 to 8.57.0 by @dependabot[bot] in #52
  • build(deps-dev): Bump @types/vscode from 1.109.0 to 1.110.0 by @dependabot[bot] in #51
  • Add GitHub issue templates and exclude .vscode-test.json from VSIX by @Copilot in #55

New Contributors

Full Changelog: v1.0.0...v1.0.1

vscode-patchReader-1.0.0

30 Jan 12:39
4de1661

Choose a tag to compare

  • 📄 Open .patch or .diff files with visual diff rendering
  • 🔄 Two-tab editor: Visual diff view and raw content view
  • 📐 Side-by-side and unified view modes
  • 🎨 Theme integration - automatically follows VS Code's color theme (Light/Dark)
  • ✏️ Auto-render when file content changes
  • 🔧 Configurable default view mode
  • 🌐 Internationalization support (English, Chinese, Japanese)