Skip to content

Projectum v1.2.0

Choose a tag to compare

@wleeaf wleeaf released this 29 May 23:34
· 53 commits to main since this release

Projectum v1.2.0

Download (Linux)

wget https://github.com/wleeaf/projectum/releases/latest/download/Projectum-x86_64.AppImage
chmod +x Projectum-x86_64.AppImage
./Projectum-x86_64.AppImage

Self-contained (bundles Python, Qt, PySide6, yt-dlp). Or run from source — see the README.

Added

  • Todo tab — a folder-scoped to-do list beside Projects, Playlists, and Notes. Add tasks (Enter), check them off, double-click to edit inline, delete, and drag to reorder, with a done/total counter. Tasks live in the folder's .projectum.json and are searchable from the Ctrl+K palette.

Changed

  • Smooth mouse-wheel scrolling rebuilt as one continuous, frame-rate-independent glide toward an accumulating target — replacing the per-notch ease-out that decelerated from a standstill on every notch and stuttered on fast spins. Trackpad / high-precision scrolling still uses the native low-latency path.

Full changelog: CHANGELOG.md · compare v1.1.0...v1.2.0