Projectum v1.2.0
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.AppImageSelf-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.jsonand are searchable from theCtrl+Kpalette.
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