Skip to content

Releases: matbgn/p3fo

0.18.0

18 Apr 19:45

Choose a tag to compare

v0.18.0 (2026-04-18)

Features

  • common: implement card aging with visual feedback (877483e)

0.17.2

08 Apr 18:38

Choose a tag to compare

v0.17.2 (2026-04-08)

Bug Fixes

  • metrics: compute metrics per EFT instead of per user pool (739435f)
  • tests: syntax (a9da54a)
  • common: use selected user settings in projections (2ffa708)
  • kanban: only count leaf tasks in total difficulty calculations (a78544e)

0.17.1

18 Mar 19:03

Choose a tag to compare

v0.17.1 (2026-03-18)

Bug Fixes

  • ressources plan: handle empty inputs on preferred days (0ed0cd2)
  • timetable: make overlap arcs reactive to filter and view changes (0a34c54)
  • running timer: only stop timers belonging to current user (535889c)
  • running timer: filter timer stops by current user only (3cb47ef)

0.17.0

14 Mar 12:20

Choose a tag to compare

v0.17.0 (2026-03-14)

Features

  • timetable: add overlapping time entry detection (991dd8e)
  • time-picker-dialog: add keyboard input for direct time entry (cb2d48c)
  • running timer: centralize QuickTimer with user-specific filtering and resume (873304b)

Bug Fixes

  • running timer: stop and persist other running timers on toggle (79a7915)

0.16.0

14 Mar 00:20

Choose a tag to compare

v0.16.0 (2026-03-14)

Features

  • persistence: add bulk import/export for circles and reminders (dc8ba00)
  • metrics: use preferred days for pace projection (f8fd4e4)
  • users: add inline trigram editing UI (37fd1a2)

Bug Fixes

  • filters: prevent race condition clobbering persisted filters on views reload (04d3e9a)
  • reminders: add HTTP persistence adapter CRUD operations (970b511)

0.15.0

14 Feb 19:35

Choose a tag to compare

v0.15.0 (2026-02-14)

Features

  • tasks: add Sprint Target togglable label with filtering (f6b1a4d)
  • users: persist trigrams in user settings for stability (5ba57c7)
  • users: add standardized trigram identification system (c51cbcd)
  • ressources: add resource scheduler with preferred working days (40df2a3)
  • board: add focus mode and toggle off functionality in task board (da44e9b)

Bug Fixes

  • reminders: correct reminder system severall way (f37b657)
  • dreamview: create task and highlight it in storyboard upon dream card promotion (55eda27)
  • storyboard: filter archived tasks and add attribute badges (4058e71)
  • settings: support capacity-based preferred working days (84be9c9)
  • users: use generateTrigram for fallback display initial (afa09c5)
  • user: change UUID switch to discard current workspace (954ab82)
  • forecast: make hourly balance badge thresholds related (3896851)
  • settings: add weekStartDay and defaultPlanView user preferences (d81e18c)
  • circles: make deletion more reliable by using shadcn modal (7c659a0)
  • circles: enhance circles editor with node type handling and UI improvements (65ccea7)

0.14.0

03 Feb 23:19

Choose a tag to compare

v0.14.0 (2026-02-04)

Features

  • circles: add description fields and real-time collaboration (abf100e)
  • circles: add smooth zoom animation and fix resize skewing (9de10d5)
  • circles: add basic circles editor visualization with D3.js (9fc1d9d)
  • views: add Celebration and Dream as top-level views (0e6fa25)

Bug Fixes

  • circles: resolve canvas interaction and color mapping issues (aee838d)

0.13.0

03 Feb 16:37

Choose a tag to compare

v0.13.0 (2026-02-03)

Features

  • kanban board: add difficulty points badge and bulk archive functionality (622a0c1)

Bug Fixes

  • import/export: add allTasks state and improve SQLite import/export reliability (688c530)
  • kanban: handle invalid triageStatus values gracefully (180fd3d)
  • prevent default tasks recreation after clearing all data (882f054)

0.12.2

01 Feb 11:46

Choose a tag to compare

v0.12.2 (2026-02-01)

Bug Fixes

  • lint: replace any types with proper interfaces in App.tsx and DataImporter.tsx (b4b995b)
  • lint: replace any types with specific interfaces in sqlite.ts (67125d9)
  • lint: replace any types with specific union types in postgres.ts (e55e3dd)
  • sync imported user settings to Yjs to prevent cache overwrite (7ae7cb2)

0.12.1

30 Jan 14:31

Choose a tag to compare

v0.12.1 (2026-01-30)

  • Internal refactoring