Releases: pickledish/cardi
Releases · pickledish/cardi
v1.1.0
v1.0.0
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
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
Adds support for filtering notes by time, and revisiting old months via the sidebar
v0.9.2
Small improvements:
- Slight contrast reduction in dark mode
- Ability to un-archive a note by pressing "restore"
v0.9.1
Bugfix for an issue that came up when minifying the pica
lib with rollup-plugin-terser
v0.9.0
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
A few small visual improvements:
- Using
cursor: pointer
in locations it makes sense - Fixing word wrap / overflow settings
v0.8.1
Small navbar changes, and another attempt at the web app manifest
v0.8.0
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