Skip to content

Releases: ATXNickTaylor/chatseed-extension

ChatSeed v2.0.1 - Chrome Store Compliance Fix

12 Jun 07:00
Compare
Choose a tag to compare

ChatSeed v2.0.1 - Chrome Store Compliance

Bug Fix

  • Removed unnecessary scripting permission from manifest.json
  • Fixes Chrome Web Store submission issue
  • No functionality changes - extension works exactly the same

Chrome Store Compliance

ChatSeed uses static content scripts and activeTab permission, not the dynamic chrome.scripting APIs. This update removes the unused scripting permission to comply with Chrome Store requirements.

All v2.0.0 features remain intact:

  • Multi-platform support (ChatGPT + Gemini)
  • Cross-platform context sharing
  • Local-only storage and privacy

ChatSeed v2.0.0

10 Jun 20:00
Compare
Choose a tag to compare

🚀 ChatSeed v2.0.0 - Multi-Platform Support

Major Release - June 10, 2025

We're excited to announce ChatSeed v2.0.0, bringing full cross-platform AI chat management to your workflow!

🌟 What's New

- 🔄 Multi-Platform Support
Full Gemini compatibility alongside existing ChatGPT support
Cross-platform context sharing - Save conversations from ChatGPT, continue them in Gemini (and vice versa)
Support for gemini.google.com/app in addition to chatgpt.com and chat.openai.com

- 🎯 Enhanced Platform Detection
Automatic platform identification - ChatSeed knows which AI platform you're using
Visual platform indicators - Clear icons showing where each context was saved
Platform-aware UI elements throughout the extension

- ✨ Improved User Experience
Platform-specific icons (40x40px) for ChatGPT and Gemini contexts
Enhanced save modal with platform-aware message labeling
Updated popup interface with better visual hierarchy
Cleaner context cards with improved platform identification

- 🐛 Bug Fixes

Fixed platform icon detection - No more incorrect icons on context cards
Improved content script injection for better compatibility with both platforms
Enhanced error handling for platform detection failures
Better performance with context loading and rendering

- 🔧 Technical Improvements

New platform detection system with URL-based identification
Enhanced DOM utilities for platform-specific element selection
Improved content scripts supporting both textarea and contenteditable inputs
Updated manifest with Gemini permissions and content script matches
Better TypeScript interfaces for platform typing

- 📈 What This Means For You

Seamless workflow across different AI platforms
Never lose context when switching between ChatGPT and Gemini
Future-proof foundation for additional platform support
Improved reliability and user experience

- 🚀 Installation

Download chatseed-v2.0.0.zip below
Extract the files
Load unpacked in Chrome extensions (chrome://extensions/)
Enable Developer mode and select the extracted folder
Step-By-Step Instructions Here: revlytiq.io/chatseed-docs

- 📚 Documentation

Full Documentation: revlytiq.io/chatseed-docs
Website: revlytiq.io/chatseed
Feature Requests: Submit here

Privacy Note: ChatSeed remains 100% local - no external servers, no data collection, no tracking. Your conversations stay on your machine.

ChatSeed v1.2.2

06 Jun 20:10
0e9f1af
Compare
Choose a tag to compare

🚀 ChatSeed v1.2.2 - UX Optimization & Workflow Simplification

✨ Core Features

  • Context Saving: Extract and save ChatGPT conversation segments with custom titles and tags
  • Smart Organization: Search, filter, and categorize your saved contexts
  • One-Click Insertion: Seamlessly inject saved contexts into new ChatGPT conversations
  • Export Capabilities: Individual and bulk context export as .txt files
  • Persona Summarization: 4 distinct persona styles (Executive, Teammate, Analyst, Standard) with simplified 2-step workflow
  • Individual Context Actions: Per-context insert, export, view, favorite, and delete capabilities

🎨 What's New in v1.2.2

  • Simplified Persona Flow: Eliminated nested menus - direct access from plus button to persona selection
  • Improved Positioning: Fixed popup positioning for all menus and modals
  • Faster Interactions: Reduced hover response times from 200ms to 100ms for snappier feel
  • Better Visual Feedback: Updated persona section headers and improved user interface

Installation: Download the zip file below, extract it, and load as unpacked extension in Chrome Developer Mode. Detailed guide included in download.

ChatSeed v1.2.1

06 Jun 01:32
0861cce
Compare
Choose a tag to compare

What's Fixed in v1.2.1

  • ✅ Resolved webpack NODE_ENV conflicts
  • ✅ Fixed HTML asset path references
  • ✅ Added missing v1.2.0 persona and context action icons
  • ✅ Improved build stability and deployment workflow
  • ✅ Updated engineering documentation

For Developers

Download the zip file and load the unpacked extension in Chrome.