See also: Web version
v0.2.7-beta - July 27, 2024
- Add a title edit feature to the entry page.
(
28e03cd
) - Add the one daily entry limit for Starter plan users.
(
28e03cd
)
- 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
)
- Fix a bug with the position of the user dropdown button on the sidebar.
(
28e03cd
)
v0.2.6-beta - June 6, 2024
- Add Plausible for analytics tracking.
(
9684521
) - Add some animations on the home page.
(
307ca3b
) - Add configuration for Fly.io, for API hosting.
69268ee
- Updated the privacy policy for the new analytics provider.
(
9684521
)
- Remove all
posthog
references and integrations. (9684521
)
v0.2.5-beta - June 5, 2024
- Add LogSnag for easy insights.
(
ea15dde
) - Add a feedback dialog and form utilizing LogSnag.
(
fbf9e6f
) (46029e7
) - Add a PostHog event for feedback submission.
(
f94793f
)
- Fix a token
null
error when saving content via WS. (20f5838
) - Fix a warning about a
ref
being passed toPlateContent
. (d204386
)
v0.2.4-beta - June 4, 2024
- Add document font options. (
2a6a7ad
) - Add
metadata
field to document schema. (2a6a7ad
) - Add UI to change document font and size.
(
2a6a7ad
)
v0.2.3-beta - June 3, 2024
- Change content renderer from a
textarea
to 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
updateDocumentByID
function now properly returns a single document rather than an array. (572005c
) - Change
content-input.tsx
toeditor.tsx
. (572005c
)
- 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
- Fix a bug preventing the saving of empty strings.
(
4772a07
)
- Remove test file
websockets.tsx
. (4772a07
)
v0.2.1-beta - June 2, 2024
- Add WebSocket functionality to the
/documents/
API endpoint. (e802a34
)
- 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
)
- Fix the mobile landing navbar blur.
(
b526571
)
- Remove success toasts for entry creation and deletion.
(
e802a34
)
v0.2.0-beta - June 1, 2024
- Stripe integration. (
e7ab9a1
) - Mobile support for entry pages. (
e7ab9a1
) - Add pricing page. (
e7ab9a1
) - Add landing page navbar. (
e7ab9a1
)
- 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
)