Skip to content

Releases: ComputelessComputer/philo

v0.0.45

16 Mar 07:56

Choose a tag to compare

  • Auto-fill today's note city more reliably, including backfilling blank city frontmatter when location lookup falls back to the system timezone.
  • Simplify Google account status so connection state and helper copy are easier to scan in settings.

v0.0.44

16 Mar 07:48

Choose a tag to compare

  • Connect and manage multiple Google accounts from Settings
  • Bring Philo back to the front more reliably after Google sign-in in the browser
  • Refine Google account controls with per-account refresh and disconnect actions

v0.0.43

12 Mar 15:52

Choose a tag to compare

  • Improve the filename pattern field in Settings with inline token rendering that keeps the caret visible while editing
  • Clean up the vault settings UI with clearer filename guidance and Obsidian-aware vault path display
  • Simplify the city field in the daily header with cleaner inline editing and content-sized layout

v0.0.42

12 Mar 10:18

Choose a tag to compare

  • Preserve blank lines more faithfully when syncing between the editor and raw markdown.
  • Fix oversized spacing around paragraphs and lists after editing notes in Philo.
  • Fix note header city overrides rendering incorrectly in some cases.
  • Fix mention picker clipping in the editor.

v0.0.41

12 Mar 07:54

Choose a tag to compare

  • Save library widgets as shared SQLite-backed components so reused widgets stay in sync.
  • Improve generated widget bindings so saved widgets can run shared queries and mutations.
  • Preserve underline formatting in notes instead of dropping it during serialization.

v0.0.40

12 Mar 05:46

Choose a tag to compare

  • Add tool-backed AI note chat with grounded answers, inline thinking/stop states, and focused refresh from the chat input.
  • Add multi-provider AI settings so you can configure and switch providers more flexibly.
  • Improve editor behavior with better markdown spacing round-trips and smoother date chip scrolling.

Philo v0.0.39

10 Mar 05:45

Choose a tag to compare

  • Improve markdown sync for blank lines, mixed lists, nested tasks, and empty bullet items when notes round-trip with Obsidian-style files.
  • Fix editor list creation so pressing Enter and then starting a bullet or using cmd+l works on a real new block instead of collapsing into the previous paragraph.
  • Document the markdown file sync and editor rendering pipeline for contributors working on the storage boundary.

Philo v0.0.38

09 Mar 07:11

Choose a tag to compare

  • Save daily note links as simple relative wiki links when your notes already live in the same directory, instead of prefixing the daily notes folder.

Philo v0.0.37

09 Mar 06:52

Choose a tag to compare

  • Make date mention chips follow your daily note filename pattern so they round-trip cleanly with Obsidian-style vaults.
  • Let clicking a date chip jump to that day in the Philo timeline.

Philo v0.0.36

07 Mar 11:36

Choose a tag to compare

  • Show date chips in yellow when the date is today.
  • Show overdue date chips in red once the date has passed.
  • Normalize today-style date labels so "Today" displays consistently.