Skip to content

Releases: brunocalza/pi-notes

PI Notes v0.0.4

Choose a tag to compare

@brunocalza brunocalza released this 02 Apr 14:31
a4caf88

Other Changes

  • release v0.0.4

Other

  • Add screenshot to README
  • Fix e2e tests: update selectors for aria-label and changed empty state text
  • UI polish: animations, accessibility, empty states, layout guards
  • Fix editor UX: link styling, focus jump, date calendar, popover clipping
  • Optimistic feed updates and e2e edit test

PI Notes v0.0.3

Choose a tag to compare

@brunocalza brunocalza released this 02 Apr 01:12
e7b306b

Features

  • show note indicators as box outlines on calendar days and fix overflow cell dots
  • surface collection validation errors and wrap long note titles
  • update wikilinks when a note title is renamed
  • create notes from wikilinks, adjust view on navigation, dim broken wikilinks

Bug Fixes

  • update e2e title test to query textarea instead of input

Other Changes

  • release v0.0.3
  • add copyright license
  • ignore coverage dir and include Cargo.lock in release commit

Other

  • Security hardening, settings popover, and MIT license
  • Switch wikilinks from title-based to ID-based with note_links table
  • Fix flaky e2e test by waiting for title textarea
  • Replace BlockEditor with Milkdown live editor
  • Fix Milkdown live editor context errors
  • Add experimental Milkdown live editor
  • Clean up UI components and styling
  • Fix wikilink popover positioning
  • security: fix all issues from security assessment