Releases: ComputelessComputer/philo
Releases · ComputelessComputer/philo
v0.0.30
- 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
- Improve dev build app labeling so macOS menu/Dock naming uses
Philo Devinstead ofphilo. - 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
- Add Obsidian-friendly onboarding that auto-detects vault folders and daily note filename patterns.
- Add Excalidraw embed support improvements, including
.excalidraw.mdresolution andcompressed-jsonscene 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
- 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
- Switch editor font from IBM Plex Mono to IBM Plex Sans for a cleaner sans-serif reading/writing experience
v0.0.25
- 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
- Fix Cmd+Click on links to open in system default browser
v0.0.23
- 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
v0.0.22
- Sync local markdown files in real time — external edits (Obsidian, Vim, etc.) are now picked up immediately without restarting
- Show current city (derived from system timezone) in today's date header
- Record travel transitions in note headers — flying Seoul → SF on the same day shows "Seoul → San Francisco"
- Cmd+A now correctly selects all editor content with visible highlight
- Cmd+L toggles the current line into a task item (and back)
v0.0.21
- Fix spurious blank lines added under headings when the app opens
- Rolled-over tasks now appear under a ## To-do section heading instead of bare at the top
- Add window opacity slider in the titlebar
- Fix titlebar drag not working (missing permission)
- Fix scroll jumping to top of editor content on initial load
- Menu bar "Check for Updates" now shows the update banner with download progress and restart