| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-12 | 3.1 kB | |
| Skill Recorder v0.5.0 source code.tar.gz | 2026-08-12 | 5.3 MB | |
| Skill Recorder v0.5.0 source code.zip | 2026-08-12 | 5.4 MB | |
| Totals: 3 Items | 10.8 MB | 4 | |
Source-only release
Skill Recorder 0.5.0 is published from commit c7f2fe4402527a0eb7f4fc1b653bf438229bac61.
This release is source-only. No installers or portable binaries are attached; GitHub's generated archives contain the tagged repository source only.
Highlights
- Adds a persisted screen selector so recordings can target a specific display.
- Resolves displays through stable identity when Electron reassigns source IDs, shows monitor model labels, and falls back safely when a selected display is disconnected.
- Keeps the recorder controls at a stable width while their height is fitted automatically.
- Upgrades Archiver to 8 and refreshes transitive dependencies.
- Clarifies that transitive deprecation notices shown during source installation do not by themselves indicate an installation failure.
Security, compatibility, and licensing
- The dependency refresh preserves the exact-version lifecycle-script allowlist and canonical
registry.npmjs.orglockfile URLs. - Changed lockfile components use reviewed permissive terms (MIT, ISC, Apache-2.0, BSD-3-Clause, BlueOak-1.0.0, or MIT/CC0), and no changed component introduces a lifecycle install script.
- Existing notices and redistribution controls for GitHub Copilot CLI, Electron/Chromium, Sharp/libvips, ONNX Runtime, Tesseract, and Artistic-2.0 components remain enforced.
- Local release validation produced a 281-package Windows x64 license inventory with zero unresolved entries and passed the lockfile portability, test, build, eval typecheck, and license gates under Node.js 24.19.0 and npm 11.17.0.
- The exact release commit passed the Windows x64, Windows ARM64, macOS, and Ubuntu workflows.
- No data migration is required. Re-run the commit-pinned source installer below to update an existing source installation.
Installer script SHA-256
:::text
13b5d14ff6ecd9d519a708fa2663e11b297231955c78781efb69bc4d2a2e8bb6 install.ps1
bd8b5200a2c140c5a5ed9299d565ac72cee5420181774008977eaf75f210db1d install.sh
Commit-pinned installation
Windows 11 x64 or ARM64
:::powershell
$commit="c7f2fe4402527a0eb7f4fc1b653bf438229bac61"; $env:SKILL_RECORDER_COMMIT=$commit; irm "https://raw.githubusercontent.com/microsoft/skill-recorder/$commit/install.ps1" | iex
macOS or Ubuntu
:::sh
commit="c7f2fe4402527a0eb7f4fc1b653bf438229bac61"; curl -fsSL "https://raw.githubusercontent.com/microsoft/skill-recorder/$commit/install.sh" | SKILL_RECORDER_COMMIT="$commit" bash
What's changed
- Reduce source-install deprecation-warning noise (
92456db) - Add screen selection for recordings (#61)
- Release 0.5.0 (#63)
Full changelog: https://github.com/microsoft/skill-recorder/compare/v0.4.2...v0.5.0