Releases: Abdulmuiz44/ScreenFast
Releases · Abdulmuiz44/ScreenFast
ScreenFast 1.0.0 Preview 2
ScreenFast 1.0.0 Preview 2
This is a Windows x64 preview build for public testing.
Changes in this preview:
- Adds initial ScreenFast brand/logo assets to the repository.
- Adds repository ignore rules so build outputs and local machine files are not pushed.
- Uses a startup-safe native WinUI recorder shell for the preview build.
- Publishes a downloadable framework-dependent Windows x64 zip.
Validation performed:
- Built Release win-x64 from clean commit 03f02bc.
- Launched the built app locally.
- Confirmed app.startup_complete in ScreenFast logs.
- Confirmed startup smoke checks completed with no warnings or errors.
Known limitations:
- This is a preview zip, not a signed installer.
- Users may need the .NET 8 Desktop Runtime and Windows App SDK runtime installed.
- Full recording smoke validation across video-only, system audio, microphone, pause/resume, and MP4 playback was not completed in this automated pass.
ScreenFast 1.0.0 Preview 1
ScreenFast 1.0.0 Preview 1
First public preview release of ScreenFast, a native Windows screen recorder.
Included
- WinUI desktop recorder shell.
- Source and output folder selection.
- Video recording pipeline with optional system audio and microphone capture.
- Start, stop, pause, resume, timer, countdown, tray, hotkeys, overlay indicator, and post-record actions.
- Recording history, diagnostics export, structured logging, startup checks, disk-space checks, and interrupted-session recovery.
- Encoding and audio/video sync quality fixes from the release branch.
Install / Run
- Download
ScreenFast-1.0.0-preview1-win-x64.zip. - Extract the ZIP.
- Run
ScreenFast.App.exe.
Requirements
- Windows 10 2004 / build 19041 or later.
- .NET Desktop Runtime 8 installed.
- Windows App Runtime support available on the machine.
Known Limitations
- This is an unpackaged preview build.
- Overlay behavior, source resize handling, disk-space estimates, and audio sync are still being hardened.
- Polished render/export features such as cursor-aware smart zoom, styled composition, and presentation exports are planned but not included in this preview.
Validation
- Built from clean worktree at commit
c120ef5usingdotnet publish ScreenFast.App\ScreenFast.App.csproj -p:PublishProfile=LocalFolder -c Release -r win-x64. - Packaged published
win-x64output as a ZIP release asset. - Manual recording smoke tests were not run as part of this release publish.