Skip to content

Latest commit

 

History

History
76 lines (39 loc) · 1.41 KB

File metadata and controls

76 lines (39 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Nothing yet.

[1.1.1] - 2026-03-11

Changed

  • Activate the extension as soon as VS Code starts / the Source Control view opens so per-repo force push buttons are available without expanding the big Force Push view.

[1.1.0] - 2025-08-27

Added

  • Add a per-repo force push icon so you can see and trigger force pushes per Git repository in a workspace.

[1.0.5] - 2025-06-13

Changed

  • Improve support for monorepos and workspaces with multiple Git repositories.

[1.0.4] - 2025-06-07

Changed

  • Only check for incoming commits to decide when the force push button should appear, reducing unnecessary checks.

[1.0.3] - 2025-05-10

Removed

  • Remove an unused command from the extension manifest.

[1.0.2] - 2025-05-09

Changed

  • Update the extension description to better explain what the Force Push Button does.

[1.0.1] - 2025-05-09

Changed

  • Decrease the required Visual Studio Code version so more users can install the extension.

[1.0.0] - 2025-05-09

Added

  • Initial release of the Force Push Button extension with a one-click force push command.