Skip to content

Commit cf4b4a2

Browse files
Add v1.1.0 changelog entry
1 parent 69bdca9 commit cf4b4a2

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ See [README.md](README.md) for the feature overview and install instructions.
99

1010
## [Unreleased]
1111

12+
## [1.1.0] -- 2026-05-27
13+
14+
### Fixed
15+
16+
- **Unload no longer kills persistent TCC sessions**: `formcast-check.btm`
17+
now checks `%_transient` instead of `%_parent` containing `explorer`,
18+
so only double-click-spawned windows auto-close on unload.
19+
- **Template loading on SUBST/mapped drives**: all `@FORMLOAD` calls in
20+
example BTMs now resolve paths through `@truename` before passing to
21+
.NET, matching the pattern already used for `plugin /l`.
22+
23+
### Changed
24+
25+
- **Flat release zip**: DLLs and `FormCast.Host.exe` are now in the zip
26+
root instead of a `bin/` subfolder. Install docs updated to match
27+
(e.g. `C:\FormCast\FormCast.dll` instead of `C:\FormCast\bin\FormCast.dll`).
28+
1229
## [1.0.0] -- 2026-04-22
1330

1431
First public release.
@@ -48,5 +65,6 @@ First public release.
4865
119-case TCC integration + smoke suite covering the designer,
4966
templates, events, and plugin lifecycle.
5067

51-
[Unreleased]: https://github.com/Tim-Butterfield/FormCast/compare/v1.0.0...HEAD
68+
[Unreleased]: https://github.com/Tim-Butterfield/FormCast/compare/v1.1.0...HEAD
69+
[1.1.0]: https://github.com/Tim-Butterfield/FormCast/compare/v1.0.0...v1.1.0
5270
[1.0.0]: https://github.com/Tim-Butterfield/FormCast/releases/tag/v1.0.0

0 commit comments

Comments
 (0)