Releases: ComputelessComputer/philo
Releases · ComputelessComputer/philo
v0.0.26
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
v0.0.20
- Add always-on-top pin button in titlebar
- Fix relative asset paths in markdown images
- Preserve blank lines in markdown round-trip — blank lines between blocks now display as visible empty lines in the editor, and are normalized back to clean markdown on save
v0.0.19
- Fix empty lines being removed after reopening the app
- Fix tauri.conf.json syntax error preventing dev server from starting
v0.0.18
- Add Cmd+L shortcut to toggle task list items
- Add Check for Updates menu item with native dialogs
- Make widgets draggable and fix interactive button clicks
- Update app icon
- Persist widgets to markdown
- Add Tab/Shift+Tab list indentation support
- Add minimum window size
- Show download progress during update
- Switch editor to sans-serif font and polish list/link styles
- Fix Tab key stealing focus in today editor
v0.0.17
- Switch editor font to sans-serif for cleaner list alignment
- Add link hover tooltip ("Cmd+click to open link")
- Fix Tab key stealing focus outside of lists
- Add Tab/Shift+Tab list indentation to today editor
- Polish task list and nested list spacing