Skip to content

Projectum v1.8.0

Choose a tag to compare

@wleeaf wleeaf released this 04 Jun 06:56
· 12 commits to main since this release

The relations release — Projectum can now connect anything to anything, and the Notes tab is a proper notebook.

Highlights

  • Relations. Right-click a project, playlist, or todo → Links… to attach it to another entity, a calendar day, a span of days, or a bare duration like "2 weeks". Links are undirected and show up as backlinks on the other side. They're global, so they reach across every folder you've opened.
  • Calendar tab. A month view over those relations: anything linked to a date lands on that day, date frames draw as bars, hover to highlight, click to attribute, drag to make a frame. Color-coded by kind, rendered off the UI thread.
  • Notes is now a notebook. The single scratchpad became a list of named notes — create, search, reorder, delete — with a title field per note. Your old scratchpad migrates into a first note automatically.
  • Cursor-aware Markdown. Notes hide their syntax markers (#, **, backticks, links, >) on every line except the one the cursor is on, where they reappear for editing. Live preview, no preview toggle, and the document stays plain Markdown.
  • Suspended and Failed project states, each color-coded.
  • GitHub Sponsors — optional, and Projectum stays free with no servers, accounts, or telemetry.

Fixed

  • Folders over 2 GB no longer report a negative size.

Removed

  • The experimental Graph view — the Calendar and Links dialog cover it.

Install

pip install -U projectum

Or grab a standalone build below — Projectum-x86_64.AppImage (Linux), Projectum-windows-x64.exe, or Projectum-macos.dmg. The desktop builds aren't code-signed, so the OS will warn on first launch.

Full notes in CHANGELOG.md.