Skip to content

Releases: dickeyy/diary

v0.2.7-beta

28 Jul 02:59
Compare
Choose a tag to compare

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

03 Jul 10:15
Compare
Choose a tag to compare

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 posthog references and integrations.
    (9684521)

v0.2.5-beta

06 Jun 02:27
Compare
Choose a tag to compare

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 to PlateContent.

v0.2.4-beta

05 Jun 00:03
Compare
Choose a tag to compare

Changelog

  • Added document font options
  • Added metadata field to documents
  • Added UI to change font family and size

v0.2.3-beta

04 Jun 10:22
Compare
Choose a tag to compare

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 to editor.tsx.
  • Fixed a z-index bug with the document navbar.

v0.2.2-beta

02 Jun 20:28
Compare
Choose a tag to compare

Changelog

  • Fixed a bug preventing saving of empty strings
  • Removed testing file websocket.tsx
  • Removed testing console.log's

v0.2.1-beta

02 Jun 20:21
Compare
Choose a tag to compare

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

02 Jun 07:47
Compare
Choose a tag to compare

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

01 Jun 05:37
Compare
Choose a tag to compare

Diary v0.1.0 BETA

Initial release of Diary.