What's New?
Keep track of all the changes made to Diary.
v0.2.7-beta - July 27, 2024
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 - June 6, 2024
Added
- Add Plausible for analytics tracking.
(
9684521) - Add some animations on the home page.
(
307ca3b) - Add configuration for Fly.io, for API hosting.
69268ee
Changed
- Updated the privacy policy for the new analytics provider.
(
9684521)
Removed
- Remove all
posthogreferences and integrations. (9684521)
v0.2.5-beta - June 5, 2024
Added
- Add LogSnag for easy insights.
(
ea15dde) - Add a feedback dialog and form utilizing LogSnag.
(
fbf9e6f) (46029e7) - Add a PostHog event for feedback submission.
(
f94793f)
Fixed
- Fix a token
nullerror when saving content via WS. (20f5838) - Fix a warning about a
refbeing passed toPlateContent. (d204386)
v0.2.4-beta - June 4, 2024
Added
- Add document font options. (
2a6a7ad) - Add
metadatafield to document schema. (2a6a7ad) - Add UI to change document font and size.
(
2a6a7ad)
v0.2.3-beta - June 3, 2024
Changed
- Change content renderer from a
textareato Plate. (572005c) - Change the backend to handle the new content renderer.
(
572005c) - Change content to be stored as a JSON string in the database to support block architecture.
(
572005c) - The
updateDocumentByIDfunction now properly returns a single document rather than an array. (572005c) - Change
content-input.tsxtoeditor.tsx. (572005c)
Fixed
- Fix a bug where the sidebar sheet wouldn't dismiss when you selected a new entry (mobile).
(
572005c) - Fix a z-index bug causing the document navbar to overlap the sidebar.
(
d54d904)
v0.2.2-beta - June 2, 2024
Fixed
- Fix a bug preventing the saving of empty strings.
(
4772a07)
Removed
- Remove test file
websockets.tsx. (4772a07)
v0.2.1-beta - June 2, 2024
Added
- Add WebSocket functionality to the
/documents/API endpoint. (e802a34)
Changed
- Update frontend to use WebSockets for entry content updates.
(
e802a34) - Cleaner error messages. (
e802a34) - Move the toast location from the bottom-right to the top-right.
(
e802a34)
Fixed
- Fix the mobile landing navbar blur.
(
b526571)
Removed
- Remove success toasts for entry creation and deletion.
(
e802a34)
v0.2.0-beta - June 1, 2024
Added
- Stripe integration. (
e7ab9a1) - Mobile support for entry pages. (
e7ab9a1) - Add pricing page. (
e7ab9a1) - Add landing page navbar. (
e7ab9a1)
Fixed
- Fix entry page layout. (
5f36503) - Fix sidebar sizing. (
e7ab9a1) - Fix layouts and general containers for landing pages.
(
e7ab9a1) - General bug fixes. (
e7ab9a1)
v0.1.0-beta - May 31, 2024
First release. (55087c2)