Releases: dickeyy/diary
Releases · dickeyy/diary
v0.2.7-beta
Added
- Add a title edit feature to the entry page. (
28e03cd
) - Add the one daily entry limit for Starter plan users. (
28e03cd
)
Changed
- Change the entry page to use the new title edit feature. (
28e03cd
) - Change the WS endpoint to use the new title edit feature. (
28e03cd
)) - Change the "Coming Soon" features on the pricing page. (
28e03cd
)
Fixed
- Fix a bug with the position of the user dropdown button on the sidebar. (
28e03cd
)
v0.2.6-beta
v0.2.5-beta
Changelog
- Added LogSnag for push notifications and easy insights about core events (
account_created
,account_deleted
,plan_upgrade
, etc). - Added a feedback dialog and form utilizing LogSnag.
- Added a PostHog event for feedback submission.
- Fix token null error when saving via WS.
- Fixed a warning about a
ref
being passed toPlateContent
.
v0.2.4-beta
Changelog
- Added document font options
- Added
metadata
field to documents - Added UI to change font family and size
v0.2.3-beta
Changelog
- Changed renderer from a
textarea
to using Plate (for now it is visually the same, later I will work on adding bold, underline, and all that stuff). - Changed the backend to handle this change.
- Content stored in DB is now a JSON string still entirely encrypted, frontend receives the JSON string and parses it for rendering.
updateDocumentByID
function now properly returns a single document rather than an array.- Fixed a bug where the sidebar sheet wouldn't dismiss when you selected a new entry (mobile).
- Changed
content-input.tsx
toeditor.tsx
. - Fixed a z-index bug with the document navbar.
v0.2.2-beta
Changelog
- Fixed a bug preventing saving of empty strings
- Removed testing file
websocket.tsx
- Removed testing
console.log
's
v0.2.1-beta
Changelog
- Added WebSocket functionality to the
/documents/
API route. - Updated frontend to use the WebSocket server for content updating.
- Fix mobile landing navbar blur.
- Cleaner error messages.
- Moved the toast location from bottom-right to top-right.
- Removed success toasts for entry creation and deletion.
v0.2.0-beta
Major beta release
v0.2.0-beta
is the next beta release. This is still labeled as beta because I haven't had time to bug test.
Updates
- Stripe integration (full-stack)
- Mobile support
- Fix entry page layout
- Fix sidebar sizing
- Pricing page
- Landing navbar
- Fix layouts and general containers for landing pages
- General small bug fixes :)
v0.1.0-beta
Diary v0.1.0 BETA
Initial release of Diary.