Skip to content

Releases: techdiary-dev/techdiary.dev

v1.8.0

02 Apr 21:06

Choose a tag to compare

v1.8.0 — 2026-04-03

✨ Features

  • Realtime UI updates via Pusher/Soketi + TanStack Query invalidation (Phase 1 & 2) (3338a22)
  • Migrate article cleanup cron from Cloudflare Worker to Inngest (1795485)
  • Enhance reaction and comment handling with unique IDs (notification / event idempotency) (c306fea)

🐛 Bug Fixes

  • Add missing comma in ArticleFeed for array splicing (329bc8a)
  • Make article drafted when scheduled for deletion (8a83b92)

🔧 Other Changes

  • Improve error handling in notification persistence and publishing (9f59d15)
  • Update publishMessage usage for consistency and error handling (802dbb3)
  • Standardize Pusher event handling with REALTIME_PUSHER_EVENTS (46fb559)
  • Refine listenChannel and notification handling (50fa1d0)
  • Update Pusher integration and environment variable validation (ce13cb8)
  • Remove Pusher auth endpoint and adjust client configuration (311c7f2)
  • Remove unused import from article cleanup service (603fa3c)
  • Update article deletion logic to use lte for date comparison (972dcce)

v1.7.0

01 Apr 19:29
7b32e82

Choose a tag to compare

v1.7.0 — 2026-04-02

✨ Features

  • feat: enhance notification display with actor profile images (c3db2ac)
  • feat: update documentation and agent rules for Next.js and file storage strategy (3ef4213)

🐛 Bug Fixes

  • fix: update profile photo handling in notifications (2d4f4be)

🔧 Other Changes

  • refactor: simplify Notification model's actor property (1d94a84)
  • refactor: improve formatting and structure in comment section component (2744811)
  • refactor: streamline get_comments function definition (a3d0512)

v1.6.0

01 Apr 18:41
32ac0eb

Choose a tag to compare

v1.6.0 — 2026-04-01

✨ Features

  • feat: add in-app notifications with Inngest queue integration (d70acd2)
  • feat: enhance notification system with improved display and payload handling (1f2b650)
  • feat: integrate unread notification count in sidebars and navbar (b21f7c0)

🐛 Bug Fixes

  • fix: address code review — actor guard, article author username in payload, correct deep links (1f5fe25)

🔧 Other Changes

  • refactor: clean up and standardize WorkOS skill documentation (b49acae)

v1.5.0

01 Apr 15:43
65017c8

Choose a tag to compare

v1.5.0 — 2026-04-01

✨ Features

  • feat: enhance NavbarActions with dropdown menu for creating new entries (eb652b2)
  • feat: add unpublished article notice and draft byline support (4528d1a)
  • feat: enhance profile page with additional user information and improved article loading states (2458ad7)
  • feat: improve user profile experience with enhanced data display and loading states (3dedc30)
  • feat: enhance user profile with additional fields and improved loading states (2db6598)
  • feat: improve user avatar handling and display in LatestUsers component (ea1fe57)

🔧 Other Changes

  • refactor: update theme handling and improve layout structure (524ebc4)

legacy-mantine-version

24 Mar 20:11

Choose a tag to compare

remove toast on update title and body by debounce