Skip to content

Releases: ComputelessComputer/philo

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.

v0.0.26

23 Feb 07:11

Choose a tag to compare

  • Switch editor font from IBM Plex Mono to IBM Plex Sans for a cleaner sans-serif reading/writing experience

v0.0.25

23 Feb 06:07

Choose a tag to compare

  • Fix horizontal overflow causing content to extend past window bounds
  • Fix clicking task item text toggling the checkbox instead of placing cursor
  • Fix Cmd+A (select all) not visually highlighting editor content

v0.0.24

22 Feb 16:41

Choose a tag to compare

  • Fix Cmd+Click on links to open in system default browser

v0.0.23

22 Feb 12:42

Choose a tag to compare

  • Adopt Char (hyprnote) editor styling via git submodule — consistent typography, headings, code blocks, tables, and hashtag style
  • Replace manual file-save logic with `md2json`/`json2md` round-trip for cleaner markdown on disk
  • Add file drag-and-drop and paste support via `@tiptap/extension-file-handler`
  • Add table, highlight, and underline extensions from Char's extension set
  • Remove ZWSP blank-line workarounds from storage layer