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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.1.3] - 2026-03-19

### Fixed

- Added an explicit `{ scheme: "twincat", language: "iec-st" }` formatter selector so `TcTidier` works reliably with `TcView` virtual documents.

### Changed

- Trimmed redundant activation events from the extension manifest.

## [0.1.2] - 2026-03-19

### Added

- GitFlow documentation for `develop`, `feature/*`, `release/*`, and `hotfix/*` branch usage.
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.2",
"version": "0.1.3",
"publisher": "CodePiercerTechnologies",
"license": "MIT",
"icon": "media/icon.png",
Expand Down
Loading