v0.1.2 — Cleanup personal paths
Tubelight v0.1.2
Date: 2026-05-27
Author: Alonso J. Núñez (GS·RUN)
License: PolyForm Noncommercial 1.0.0 — commercial: gsrun.editor@gmail.com
Supersedes: v0.1.1 (0 downloads at time of supersede)
Highlights
- Cleanliness patch: enforced Constitution C1 across versioned files.
No moreD:\AgentWorkspace\...personal paths indocs/manual/, the
capture scripts, orNEXT_STEPS.md.
Changes
Fixed
docs/manual/INTEGRATION.md— removedD:\AgentWorkspace\Tubelight\
reference; capture-script docs now describe$PSScriptRootauto-detect.- Five PowerShell capture scripts (
docs/manual/scripts/*.ps1) now
resolve repo root relatively to their own location via
(Resolve-Path (Join-Path $PSScriptRoot "..\..\..")). Defaults work
on any clone, anywhere. Override with-ExePath/-AssetsRoot/
-Imageif needed. NEXT_STEPS.md— purged the obsolete "manual planning" section that
contained the personal path.- Removed
docs/manual/PENDING.md(obsolete v0.1.1 planning doc).
Notes
tubelight.exebinary behaviour unchanged — only version string bumped.- v0.1.1 release kept on GitHub for history. Use v0.1.2.
Distribution layout
tubelight-0.1.2-win64.zip
├── tubelight.exe
├── epoxy-0.dll
├── glfw3.dll
├── profiles/
│ ├── crts/*.json (16 CRT profiles)
│ └── signals/*.json (7 signal profiles)
├── docs/
│ └── manual/
│ ├── manual.html
│ ├── manual.pdf
│ ├── manual.es.txt
│ ├── manual.en.txt
│ ├── INTEGRATION.md (cleaned)
│ └── assets/ (42 PNGs ~42 MB)
├── CHANGELOG.md
├── LICENSE
└── README.md