47
Total Releases
128
Features Added
312
Bugs Fixed
~6d
Avg. Release Cycle
LATEST v3.2.0 January 15, 2025
Feature

๐ŸŽจ New Theme Customizer

Readers can now customize their reading experience with light, dark, and sepia themes. Font size, line spacing, and font family preferences are saved automatically.

ML Maya Lin ๐Ÿท๏ธ UI/UX โฑ๏ธ 3 weeks
Feature

๐Ÿ“Š Writer Analytics Dashboard

Published authors now have access to detailed analytics including page views, reading time, engagement heatmaps, and audience demographics.

AK Alex Kovacs ๐Ÿท๏ธ Analytics
Fix
\n

๐Ÿ› Fixed image upload crashes on mobile Safari

Resolved an issue where uploading images on iOS Safari would cause the editor to crash intermittently.

RP Raj Patel ๐Ÿท๏ธ Editor
v3.1.3 January 3, 2025
Security

๐Ÿ”’ Patched XSS vulnerability in comment section

Fixed a reflected XSS vulnerability that allowed malicious scripts to be injected through malformed comment submissions. All user inputs are now properly sanitized.

EJ Elena Jones ๐Ÿท๏ธ Security ๐Ÿ”ฅ Critical
Fix

๐Ÿ› Fixed broken search indexing for articles published in December

Articles published between Dec 20-31 were not appearing in search results due to a date formatting bug. Indexing has been rebuilt.

TW Tom Walker ๐Ÿท๏ธ Search
v3.1.2 December 20, 2024
Improvement

โšก 40% faster page load times

Implemented edge caching, lazy-loaded images, and optimized bundle sizes. Average page load time dropped from 2.1s to 1.2s globally.

NC Nina Cruz ๐Ÿท๏ธ Performance
Fix

๐Ÿ› Fixed email notification duplicates

Subscribers were receiving duplicate weekly digest emails. Deduplication logic has been implemented at the mail queue level.

DK David Kim ๐Ÿท๏ธ Notifications
v3.1.1 December 12, 2024
Fix

๐Ÿ› Fixed broken table of contents for long-form articles

Articles over 3,000 words had missing or misaligned table of contents entries due to an anchor ID collision. Now uses unique hash-based IDs.

ML Maya Lin ๐Ÿท๏ธ Reading
v3.1.0 December 5, 2024
Feature

๐Ÿ”” Real-time push notifications

Web Push notifications now keep you updated when your favorite authors publish new content. Works across Chrome, Firefox, Safari, and Edge.

RP Raj Patel ๐Ÿท๏ธ Notifications
Feature

๐Ÿ–ผ๏ธ Image caption & alt-text support in editor

Writers can now add captions and alt-text to uploaded images directly within the block editor, improving accessibility for all readers.

AK Alex Kovacs ๐Ÿท๏ธ Editor ยท a11y
Improvement

โšก Improved mobile reading experience

Larger tap targets, optimized font rendering on iOS, and smoother scrolling on Android. Reading progress bar added at the top of articles.

EJ Elena Jones ๐Ÿท๏ธ Mobile
v3.0.2 November 21, 2024
Deprecation

โš ๏ธ Legacy RSS v1.0 endpoint deprecated

The old RSS feed endpoint (/rss/v1) will be sunset on March 1, 2025. Please update your feed readers to use /rss/v2. Migration guide available in docs.

TW Tom Walker ๐Ÿท๏ธ API
Fix

๐Ÿ› Fixed pagination infinite scroll on category pages

Browsing deeply into category archives caused the infinite scroll loader to hang. Now properly handles empty result sets.

NC Nina Cruz ๐Ÿท๏ธ Navigation
v3.0.1 November 14, 2024
Fix

๐Ÿ› Hotfix: Registration email not being sent

A misconfigured SMTP template caused new user verification emails to fail silently. All pending registrations have been resent manually.

DK David Kim ๐Ÿท๏ธ Auth ๐Ÿ”ฅ Hotfix
v3.0.0 November 8, 2024
Feature

๐Ÿš€ Complete platform redesign & rebuild

From the ground up: new design system, rebuilt editor with block-based composition, revamped reader experience, and a modern microservices architecture. Over 6 months in the making.

All Entire Team ๐Ÿท๏ธ Platform โญ Major
Feature

โœ๏ธ Block-based article editor

Write with flexible content blocks: paragraphs, headings, images, code, quotes, embeds, and more. Drag-and-drop reordering and inline formatting.

ML Maya Lin ๐Ÿท๏ธ Editor
Improvement

โšก 99.95% uptime SLA with new infrastructure

Migrated to a multi-region cloud setup with automatic failover. Database reads are now served from edge caches with <50ms latency worldwide.

RP Raj Patel ๐Ÿท๏ธ Infrastructure