Skip to content

Releases: ComputelessComputer/philo

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

v0.0.22

19 Feb 17:47

Choose a tag to compare

  • 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

19 Feb 05:17

Choose a tag to compare

  • 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

18 Feb 16:02

Choose a tag to compare

  • 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

18 Feb 12:42

Choose a tag to compare

  • Fix empty lines being removed after reopening the app
  • Fix tauri.conf.json syntax error preventing dev server from starting

v0.0.18

18 Feb 12:17

Choose a tag to compare

  • 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

18 Feb 08:49

Choose a tag to compare

  • 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