Skip to content

Releases: ComputelessComputer/philo

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.

v0.0.35

07 Mar 10:17

Choose a tag to compare

  • Fix desktop release packaging so installer and updater artifacts can be generated again.

v0.0.34

07 Mar 10:07

Choose a tag to compare

  • Add @mention chips with date picker and recurring date suggestions
  • Poll for updates every 5 minutes and show changelog banner after install
  • Fix editor caret height
  • Fix mention chip text alignment
  • Style markdown separators
  • Stop reloading note on window focus
  • Website: multi-platform download with auto-detection and auto-advance carousel

v0.0.33

06 Mar 01:42

Choose a tag to compare

  • Convert @mentions into wikilinks to make in-note references cleaner and faster.
  • Improve editor behavior so pressing Enter in top-level paragraphs inserts a single newline as expected.
  • Add option arrow node reordering for smoother organization while editing.
  • Fix release pipeline configuration so pnpm-based builds publish reliably.

v0.0.32

04 Mar 12:17

Choose a tag to compare

  • Refresh the Philo web presence with a cleaner landing page and improved visual hierarchy.
  • Add a new blog powered by Astro content collections and MDX, including a dedicated /blog index.
  • Improve desktop and mobile demo video presentation, including centered desktop layout and overflow fixes.

v0.0.31

04 Mar 02:57

Choose a tag to compare

  • Limit Global Search to the configured journal folder so results stay focused on your journal notes.
  • Add a new Philo landing site scaffold and updated landing page design.
  • Keep desktop app versioning aligned for the latest release pipeline.

v0.0.30

03 Mar 01:56

Choose a tag to compare

  • Add a full Global Search view across markdown notes with faster, relevance-ranked results.
  • Open Global Search with Cmd/Ctrl+F.
  • Highlight matched terms in yellow and support Arrow Up/Down + Enter keyboard navigation in search results.
  • Keep keyboard selection stable while navigating results (hover only takes over after actual mouse movement).
  • Save generated components as markdown files in vault library folders for easier portability.
  • Improve always-on-top UX by dimming pinned windows when unfocused and simplifying the title bar.

v0.0.29

28 Feb 07:50

Choose a tag to compare

  • Improve dev build app labeling so macOS menu/Dock naming uses Philo Dev instead of philo.
  • Add pointer cursor on hovered links in the editor for clearer link interactivity.
  • Keep markdown spacing and empty-line behavior more consistent between editor view and saved notes.

v0.0.28

28 Feb 06:27

Choose a tag to compare

  • Add Obsidian-friendly onboarding that auto-detects vault folders and daily note filename patterns.
  • Add Excalidraw embed support improvements, including .excalidraw.md resolution and compressed-json scene rendering.
  • Fix image/asset path handling so markdown image links resolve consistently from the vault.
  • Improve live note refresh when markdown files change externally.
  • Improve markdown blank-line handling to better preserve spacing between editor and raw markdown.

v0.0.27

27 Feb 10:41

Choose a tag to compare

  • Add Obsidian-aware onboarding that discovers vaults and auto-populates daily logs, Excalidraw, and assets folders from .obsidian config.
  • Improve onboarding flow with better defaults (existing vault path), direct vault chips, smoother layout behavior, and faster get-started navigation.
  • Fix vault picker behavior to open from the current configured path and resolve chooser-opening regressions.
  • Move vault bootstrap and daily markdown note read/write to Tauri backend commands for more reliable filesystem handling.
  • Improve markdown spacing fidelity so intentional blank lines round-trip cleanly between Philo and Obsidian without persisting   markers.
  • Update editor rendering to rely on explicit empty lines for spacing and remove extra paragraph vertical padding.