Skip to content

Releases: pickledish/cardi

v1.1.0

11 Jul 03:18
Compare
Choose a tag to compare

Substantial changes to the note-card design to make it more compact without feeling cramped.

Additionally, updates to the backend proxy to allow Cardi to get an appropriate title and image for youtube and twitter links.

v1.0.0

20 Jun 00:48
Compare
Choose a tag to compare

No significant changes for the 1.0, it's just been stable for months now, using it daily, so figured it was time :)

  • Added a little spinner so you know when it's loading and when that's failed, instead of telling you to check the console for errors
  • Significantly darker dark mode, should work better with e.g. OLED screens

v0.10.1

28 Mar 18:31
Compare
Choose a tag to compare

Couple of little design improvements:

  • Month picker is now a much easier shape to use
  • Login page now fits with theme, not ugly in dark mode

v0.10.0

28 Mar 00:40
Compare
Choose a tag to compare

Adds support for filtering notes by time, and revisiting old months via the sidebar

v0.9.2

06 Mar 21:26
Compare
Choose a tag to compare

Small improvements:

  • Slight contrast reduction in dark mode
  • Ability to un-archive a note by pressing "restore"

v0.9.1

01 Mar 02:34
Compare
Choose a tag to compare

Bugfix for an issue that came up when minifying the pica lib with rollup-plugin-terser

v0.9.0

01 Mar 01:37
Compare
Choose a tag to compare

Big change behind the scenes! Note images are no longer stored as a URL link to their home, but instead pulled at note creation time, downsized to 256px wide, base64 encoded, and then stored alongside the note content in DymanoDB. This means:

  • Notes with images will be larger now in DynamoDB (between 20kb and 30kb, still well below the 400kb limit)
  • Notes with images will now be slightly lower quality (😞)
  • Notes with images will now load much faster and use less bandwidth (🎉)
  • Notes with images will now continue to look normal after the original image has been removed (🎉)
  • There will be no more page "shuffle" a few seconds after notes first come in (🎉)

v0.8.2

26 Feb 15:51
Compare
Choose a tag to compare

A few small visual improvements:

  • Using cursor: pointer in locations it makes sense
  • Fixing word wrap / overflow settings

v0.8.1

15 Feb 14:56
Compare
Choose a tag to compare

Small navbar changes, and another attempt at the web app manifest

v0.8.0

07 Feb 19:13
Compare
Choose a tag to compare

Usability improvements:

  • added loading circle to show submission in progress
  • capitalized board names when filtering by board
  • added tooltips to buttons in upper right corner