Skip to content

Releases: masonasons/FastPlay

Latest Build

01 May 04:42

Choose a tag to compare

Latest Build Pre-release
Pre-release

Automated build from commit ad36093

Version: 0.6.6
Built: 2026-04-30T23:35:55-05:00
Commit: Make the Podcasts episode list multi-select.

Episodes are now LBS_EXTENDEDSEL with explicit Ctrl+Up/Down (caret-only
move) and Ctrl+Space (toggle selection of focused item) handling in a
listbox subclass. The default listbox proc wasn't honoring caret-only
keyboard navigation reliably, so the subclass implements it directly and
fires EVENT_OBJECT_FOCUS / EVENT_OBJECT_STATECHANGE so screen readers
announce focus moves and selection toggles.

Pressing Enter adds all selected episodes to the playlist and starts
playback; the Download button downloads all selected episodes (skipping
ones already on disk). Description-edit updates are deferred via a
custom WM_APP message so they run after the listbox finishes its own
event processing instead of interleaving with selection-state-change
notifications.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

This release is automatically updated on every commit to master.

Download

  • Windows Installer: FastPlayInstaller.exe (recommended for most users)
  • Windows Portable: FastPlay.zip (no installation required)