Releases: techdiary-dev/techdiary.dev
Releases · techdiary-dev/techdiary.dev
v1.8.0
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
ArticleFeedfor array splicing (329bc8a) - Make article drafted when scheduled for deletion (
8a83b92)
🔧 Other Changes
- Improve error handling in notification persistence and publishing (
9f59d15) - Update
publishMessageusage for consistency and error handling (802dbb3) - Standardize Pusher event handling with
REALTIME_PUSHER_EVENTS(46fb559) - Refine
listenChanneland 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
ltefor date comparison (972dcce)
v1.7.0
v1.6.0
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
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
remove toast on update title and body by debounce