Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 994 Bytes

Change Log

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]

[1.1.1] - 2024-11-30

Fixed

  • the readme image url is now fixed.

[1.1.0] - 2024-11-30

Added

  • completed the README.md file with a short explanation about the extension.

Changed

  • lowered the minimum supported vscode version to 1.54.0.

[1.0.1] - 2024-11-29

Fixed

  • an error finding the initial webview html was fixed.

[1.0.0] - 2024-11-29

Added

  • v1.0 Initial mechanism and functionality implemented.

Changed

  • Clean up by breaking functionalities into different classes.
  • Choosing chokidar to handle syncing. I give up.
  • final cleanups

Fixed

  • Bug squashing for a good amount of time. This is what I get for trying to manually do things without using packages.