Skip to content

Releases: jatinkrmalik/LLMFeeder

v1.1.0: Dark Mode & Modern UI Enhancements

13 Jun 18:21

Choose a tag to compare

🌟 What's New in v1.1.0

Major Features:

  • 🌙 Dark/Light Mode Toggle - Complete theme system with automatic preference persistence across sessions
  • 🔔 Redesigned Notification Banner - Modern UI with improved accessibility and visual feedback
  • 🎨 Enhanced Theme Controls - Better icon semantics, improved alignment, and intuitive user experience

Community Improvements:

  • 🤝 Contributors Recognition - Updated footer to acknowledge all community contributors
  • 🔧 Developer Experience - Updated build system with consistent versioning

Browser Support:

🎨 Theme System Highlights

The new dark/light mode system provides:

  • Manual toggle with instant switching
  • Persistent user preferences stored locally
  • Improved accessibility with proper contrast ratios
  • Smooth transitions between themes

🔄 Migration Notes

  • All existing settings and preferences are preserved
  • Theme preference will default to light mode for existing users
  • No action required for users updating from previous versions

🙏 Contributors

Special thanks to @Prajjwal98Dubey for implementing the comprehensive dark/light mode system and @jatinkrmalik for UI refinements and overall project coordination!


Full Changelog: v1.0.2...v1.1.0

v1.0.2: Enhanced Features and Cross-Browser Improvements

11 Jun 01:45

Choose a tag to compare

✨ What's New in v1.0.2

Major Features:

  • 🖼️ Enhanced Image Alt Text Generation - Smart fallbacks for better image descriptions (#41)
  • 📥 Markdown Download Functionality - Save converted content directly as .md files (#16)
  • 📄 Page Title Option - Include webpage titles in your Markdown output (#22)

Improvements:

  • 🔧 Cross-Browser Notifications - Fixed notification popup compatibility across browsers (#43)
  • 🏗️ Build System Enhancement - Added Makefile for easier development builds (#28)
  • 📚 Better Documentation - Comprehensive build guides for both Chrome and Firefox (#31, #32)
  • 🤝 Community Features - Added issue templates and contributors recognition (#26, #40)

Browser Support:

For Developers:

  • Enhanced build system with ./scripts/build.sh or make commands
  • Updated development documentation
  • Cross-browser compatibility improvements

🙏 Contributors

Special thanks to @ShreyaPrasad1209, @KanishkPachauri, and @Ajeet1606 for their valuable contributions to this release!


Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Firefox Support + Build scripts

29 May 23:29
22fa75d

Choose a tag to compare

This release adds Firefox browser compatibility to LLMFeeder and fixes several packaging issues.

New Features

  • Firefox Support: Full compatibility with Firefox 109+
  • Cross-Browser Compatibility: Same functionality in both Chrome and Firefox

Improvements

  • Fixed extension packaging structure
  • Improved build system with targeted browser builds
  • Enhanced error handling during build process

Bug Fixes

  • Fixed manifest.json structure for Firefox compatibility
  • Resolved background script implementation for Firefox
  • Fixed ZIP file structure to ensure proper extension loading

Download and Install

  • Chrome: Download the Chrome ZIP below and load as an unpacked extension
  • Firefox: Download the Firefox ZIP below and install via about:debugging or via the Firefox Add-ons site (coming soon)

Source Code

The full source code is available in the Source ZIP or on GitHub.

v1.0.0

29 May 07:09

Choose a tag to compare

LLMFeeder v1.0.0

Initial release of LLMFeeder - A Chrome extension that converts web page content to clean Markdown format for feeding to LLMs.

Features

  • Smart Content Extraction: Uses Readability algorithm to focus on main content
  • One-Click Simplicity: Single action to process and copy content
  • LLM-Optimized Output: Clean, structured Markdown perfect for AI consumption
  • Visual Feedback: Clear indication of successful copying
  • Customizable: Configure content scope and formatting options
  • Keyboard Shortcuts: Convert content without opening the popup

Installation

  1. Download the LLMFeeder-v1.0.0.zip file
  2. Extract the zip file
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" by toggling the switch in the top right
  5. Click "Load unpacked" and select the extracted extension directory

Coming soon to the Chrome Web Store!