Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## [0.1.4] - 2026-03-23

### Added

- Merged `release/*` and `hotfix/*` pull requests into `main` can now auto-create the matching `v*` tag so the release pipeline can publish without a separate manual tagging step.

### Changed

- Rewrote the root `README.md` for Marketplace readers so installation, formatting commands, supported file types, and workspace configuration are easier to scan.
- Kept repo-oriented setup details in `docs/`, including a version-agnostic local VSIX install example in `docs/QUICKSTART.md`.

## [0.1.3] - 2026-03-19

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tctidier",
"displayName": "TcTidier",
"description": "Format TwinCAT Structured Text files with a native TypeScript formatter.",
"version": "0.1.3",
"version": "0.1.4",
"publisher": "CodePiercerTechnologies",
"license": "MIT",
"icon": "media/icon.png",
Expand Down
Loading