๐Ÿš€ Early Access! Many things may still not work as I refactor the site and make improvements. - Learn more

Changelog

Welcome to the Postreads.co changelog! Here you'll find a detailed history of all the improvements, new features, and fixes we've made to make your reading experience better.

We're currently in early access, actively developing new features and improvements. Your feedback is invaluable in shaping the future of Postreads.co.

March 24, 2025
๐Ÿ”„ Feed Stacking Toggle
+85 -4 ~15
code lines added/removed/modified

Added a toggle switch on the main page to control feed stacking. This prevents your feed from being dominated by prolific publishers who post multiple times per day.

If you prefer to see every post from all sources, simply turn the feature off. For those who want to follow specific feeds more closely, we recommend following the feed to get all updates.

March 20, 2025
๐Ÿ” Backend Improvements
+35 -5 ~15
code lines added/removed/modified

We've made several behind-the-scenes improvements to enhance our platform's performance and online presence:

  • Updated metadata for improved content discovery
  • Enhanced compatibility with various content sharing platforms
  • Optimized foundational elements of the application

While these changes aren't immediately visible, they contribute to a better overall experience and help ensure your content looks great when shared online.

March 17, 2025
๐Ÿ–ผ๏ธ Improved Feed Icons
+85 -20 ~40
code lines added/removed/modified

We've completely revamped how Postreads displays icons for your favorite feeds! You'll notice:

  • More feeds now display their proper logos and brand icons
  • Better support for modern icon formats including SVG, WebP, and high-resolution PNG
  • Icons now load faster and appear more consistently across the platform
  • Improved compatibility with websites that use complex favicon setups

These improvements mean you'll see more accurate and visually appealing icons throughout your reading experience, making it easier to visually identify and browse your favorite sources.

March 10, 2025
๐Ÿ“ฑ User Feed Improvements
+45 -30 ~65
code lines added/removed/modified

Fixed memory issues when loading large feeds by implementing pagination. Your feed now loads 20 items per page, improving performance for feeds with thousands of items.

Layout and usability improvements:

  • Added date grouping to organize feed items by publish day
  • Updated form styling using our design system components
  • Added proper card structure for improved visual hierarchy
  • Enhanced dark mode rendering throughout the feed interface
  • Improved channel settings with clearer labels and controls

Next on our roadmap: customizable feed views and additional filtering options.

March 2, 2025
๐Ÿ” Discovery Section Redesign & Category Improvements
+120 -45 ~85
code lines added/removed/modified

Discovery Section Redesign:

  • Completely transformed the "All Feeds" section into a new "Discovery" experience
  • Redesigned the sidebar with improved category navigation and filtering
  • Enhanced the visual hierarchy and information architecture of the discovery page
  • Optimized queries to improve page load performance

Category System Enhancements:

  • Fixed category display in sidebar to show accurate feed counts
  • Added "All Categories" option for easy filter clearing
  • Improved tag interaction with proper cursor styles
  • Added custom styling for the "All Categories" option

Feed Details Page Improvements:

  • Redesigned the stats display to highlight posts-per-day as the primary metric
  • Moved total posts and clicks data to the description area for better information hierarchy
  • Improved spacing and visual organization of tags and metadata
  • Enhanced overall readability and information density of feed details
March 1, 2025
๐ŸŽจ Feed Item Display Enhancements & Version System
+180 -65 ~20
code lines added/removed/modified

Feed Item Visual Improvements:

  • Added visual indicators for different feed types (blog, YouTube, podcast, newsletter, bluesky, email newsletter)
  • Each feed type now has a distinctive icon and color scheme
  • Improved dark mode support for feed items
  • Created a modular component structure for future enhancements

Version System:

  • Implemented dynamic version display in the site footer
  • Version is now managed through composer.json
  • Added comprehensive documentation for version management

Documentation:

  • Added detailed documentation for feed item display system
  • Created roadmap for future feed display enhancements
  • Documented the version management system
February 26, 2025
โœ… Fixed Pagination Issue
+20 -5 ~10
code lines added/removed/modified

Fixed an issue where pagination was not working correctly due to caching. The page number is now included in the cache key, ensuring that each page is cached separately.

Many changes made behind the scenes with further integration of AI features.

February 23, 2025
๐Ÿ› ๏ธ Internal Improvements for AI services
+312 -145 ~203
code lines added/removed/modified

Behind-the-scenes improvements to make our development process more efficient and maintainable as we work on AI features:

  • Enhanced AI service documentation for better integration and testing
  • Reorganized development tools and testing interfaces
  • Improved code organization and naming conventions
  • Updated internal documentation for development workflows
February 22, 2025
๐ŸŽจ UI/UX Improvements
+245 -178 ~92
code lines added/removed/modified

The next updates are aimed at improving the Profile/Settings area and general navigation across the site

  • Enhanced Feed Management section with consistent styling across all states
  • Optimized user profile page for better performance and maintainability
  • Improved OPML management interface with clearer actions
  • Standardized button styles and interactive elements
  • Better dark mode support across components
February 17, 2025
๐Ÿ“š Reader Improvements
  • Enhanced Read Later functionality with improved bookmark management
  • Consistent styling for read/unread items across all views
  • Improved feed title display in bookmarked articles
  • Added infinite scroll support to bookmark list
  • All article elements now clickable for easier navigation
February 14, 2025
โŒจ๏ธ Keyboard Shortcuts
+312 -45 ~89
code lines added/removed/modified
  • Added comprehensive keyboard shortcuts for efficient navigation:
    • Use j/k to navigate between articles
    • Press h to go back to article list or l to open article
    • Use Space to scroll and navigate between articles
    • Press s to toggle read/unread status
    • Press ? to view all available shortcuts
  • Added a beautiful keyboard shortcuts help overlay for quick reference
  • Improved article read/unread state management
February 13, 2025
๐Ÿ“ฑ Bluesky Feed Improvements and average posts
  • Enhanced Bluesky feed support with better post handling and improved content display.
  • Improved handling of average posts, added "average posts per day" measure for feeds
February 11, 2025
๐Ÿค– New AI Capabilities

Added Mistral AI integration - a powerful new model that will enhance our content analysis capabilities in future updates.

February 10, 2025
โšก๏ธ Quality of Life Improvements
+156 -89 ~45
code lines added/removed/modified
  • I'm still not 100% okay so smaller changes:
    • The app should be faster - optimised database queries
    • Improved handling of OPML import/export - fixed errors with URLs and finally the feeds are categorised
    • Broke down section Your Feeds in Reader, added stub-links to two upcoming features: Starred items and Discover (Currenlty not clickable)
  • Made some QoL improvements for myself - administration of the site is now smoother
  • Fixed error handling for missing feed data to improve stability
February 8, 2025
๐Ÿš€ Smoother Newsletter Integration & Feed Management
+89 -12 ~45
code lines added/removed/modified
  • Your newsletters now appear more reliably in your feed, making it easier to read all your content in one place
  • Improved how quickly your claimed feeds appear in the system - no more waiting for admin approval to verify your ownership
  • Behind the scenes improvements to make the whole system run more smoothly
February 4, 2025
+423 -89 ~156
code lines added/removed/modified
  • Added newsletter support:
    • You can now forward your favorite newsletters to read them alongside your feeds
    • Newsletters are displayed in a clean, readable format with proper styling
    • Support for both plain text and HTML newsletters
    • Easy navigation with a dedicated newsletters section
  • Newsletter display improvements:
    • Enhanced newsletter content styling with better typography and spacing
    • Improved table handling and content layout
    • Optimized for both desktop and mobile viewing
January 27, 2025
+15 -0 ~0
code lines added/removed/modified
  • Fixed an issue where Bluesky feeds were being displayed before admin approval
  • Note: I'm a bit tired, so updates will be slower for the next few days. Thank you for your understanding! ๐Ÿ˜ด
January 26, 2025
+245 -89 ~156
code lines added/removed/modified
  • Major typography improvements:
    • Added Inter font as the default sans-serif typeface across the application
    • Introduced Spectral font for article body content, optimized for long-form reading
    • Enhanced typography hierarchy with better contrast between headings and body text
    • Improved readability with optimized line heights and letter spacing
    • Added proper font fallbacks for better cross-platform compatibility
  • Article styling enhancements:
    • Refined article layout with better spacing and margins
    • Improved blockquote and list styling
    • Enhanced image display with subtle shadows and rounded corners
    • Added support for dark mode in article content
  • Reader interface improvements:
    • Enhanced article list responsiveness with dynamic layout
    • Improved read/unread article styling with better visual hierarchy
    • Optimized title and description display for different screen sizes
    • Fixed horizontal scrolling issues in article list
January 22, 2025
+423 -156 ~92
code lines added/removed/modified
  • Major improvements to YouTube content display:
    • Added embedded video player for direct video playback in the reader
    • Enhanced video descriptions with full formatting and links
    • Improved video thumbnails with high-quality images
    • Optimized layout for better video viewing experience
  • Reader enhancements:
    • Added support for different content types (YouTube, blogs, social)
    • Improved content parsing for better readability
    • Enhanced responsive design for all screen sizes
January 21, 2025
+606 -245 ~137
code lines added/removed/modified
  • Enhanced YouTube channel support:
    • Added official YouTube API integration for better channel detection
    • Improved channel information with subscriber count and video stats
    • Added channel descriptions and custom URLs
    • Fixed thumbnail quality for channel icons
  • UI improvements:
    • Redesigned welcome section with a cleaner, editorial-style layout
    • Made content timeline collapsible to save space
    • Added smooth animations for timeline expansion
    • Improved dark mode consistency across components
January 19, 2025
+347 -128 ~89
code lines added/removed/modified
  • Added notification system:
    • Get notified about important updates and new features
    • Easy-to-use interface with unread indicators
    • Click notifications to mark them as read
    • "Mark all as read" option for quick cleanup
  • Fixed favicon issues - Medium.com and Youtube profiles had wrongly generated favicons
January 17, 2025
+0 -0 ~0
code lines added/removed/modified
  • Introduced and improved Bluesky feed handling:
    • Enhanced feed names to show proper profile names (e.g., "Mark Cuban (@mcuban.bsky.social)")
    • Fixed feed URLs to maintain human-readable format
    • Optimized RSS feed handling for better reliability
January 15, 2025
+0 -0 ~0
code lines added/removed/modified
  • First support for Youtube channels:
    • Youtube channels are properly synced - more changes pending
    • Some Quality of Life improvements
January 13, 2025
+0 -0 ~0
code lines added/removed/modified
  • Enhanced Reader functionality:
    • Added read/unread article tracking with persistent state
    • Improved unread counts in feed list and article view
    • Added ability to mark individual articles as read/unread
    • Added drag-and-drop functionality to reorder feeds
    • Improved feed icons display with better fallback for feeds without icons
    • Made unread feed items more prominent in the sidebar
    • Added visual improvements to the feed list for better readability
January 12, 2025
+0 -0 ~0
code lines added/removed/modified
  • Introduced the Reader view - a new way to read your feeds directly on the platform (early iteration)
January 11, 2025
+0 -0 ~0
code lines added/removed/modified
  • Added category selection to feed submission form to better organize content and improve feed discovery
  • Improved feed submission form with better error handling and user feedback:
    • Added early detection of duplicate feeds during the feed detection step
    • Enhanced error messages with clear options to browse existing feeds or submit a different one
    • Improved automatic detection of feed types (blog, newsletter, podcast)
  • Fixed OPML export to ensure better compatibility with feed readers, particularly for newsletter feeds
January 10, 2025
+0 -0 ~0
code lines added/removed/modified
  • Added a falafel menu to feed cards with placeholder actions for admin controls (edit, refresh, delete) and user features (report). This lays the groundwork for enhanced feed management capabilities.
  • Enhanced the About page with expanded content and improved layout for better readability.
  • Added a new success page after feed submission that explains what happens next and provides estimated processing timeline. This improves user experience by setting clear expectations about the feed approval process.

Have feedback or feature requests? We'd love to hear from you!

Submit Feedback