Projectum v1.3.0
Projectum v1.3.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
- Project quick-actions — right-click a project for Open folder, Copy path, Open in terminal, and Open in your editor (VS Code / Cursor / Zed / Sublime when on
PATH). - Git status in the detail panel — branch + a dirty indicator, read off the UI thread.
- Recent-folders menu (Recent ▾) for fast switching between tracked folders.
- Keyboard shortcuts —
Ctrl+1–4switch tabs,Ctrl+Dtoggles the selected project's done state,Ctrl+Tjumps to Todo and starts a task. - Test suite — a headless
pytestsuite (data round-trips, prior regressions, todo lifecycle, smooth scroll) now runs in CI across Linux/macOS/Windows × Python 3.10–3.12.
Changed
- Mouse-wheel scrolling now ticks at the display's real refresh rate (PreciseTimer, read from the shown window) rather than a fixed ~60 fps — the wheel glide matches dragging the scrollbar on high-refresh panels. Override with
PROJECTUM_SCROLL_FPSif your setup misreports its rate.
Full changelog: CHANGELOG.md · compare v1.2.0...v1.3.0
Windows & macOS (new)
Projectum-windows-x64.exe and Projectum-macos.dmg are attached below. They are unsigned — on first launch use More info → Run anyway (Windows SmartScreen) or right-click → Open (macOS Gatekeeper). Linux/AppImage and from-source are unaffected.