Skip to content

Releases: ffpy/vscode-git-toolkit

v1.1.1

Choose a tag to compare

@ffpy ffpy released this 27 Jan 09:04

Changed

  • Changed changelist configuration file location from .vscode/changelists.json to .git/info/changelists.json
  • Improve squash commits validation and UX

v1.1.0

Choose a tag to compare

@ffpy ffpy released this 12 Jan 06:32

Added

  • Added Git pull rebase and squash commits buttons to SCM title
  • Added stash/unstash support for changelists
  • Added diff view for files in changelist

Changed

  • Enhanced squash commits feature to support multiple commits

v1.0.1

Choose a tag to compare

@ffpy ffpy released this 30 Dec 06:05

Fix

  • Modified command names
  • Fixed Git Squash Commits cannot handle multi-line commit messages
  • Added warning message when attempting to add untracked files to changelist

v1.0.0

Choose a tag to compare

@ffpy ffpy released this 29 Dec 13:52

Features

  • Initial release of Git Toolkit
  • Added Changelist management features
  • Added Git squash commits functionality
  • Added Git pull rebase functionality