Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
-
-
-
-
-
v1.5.0-i18n-deception
554be974 · ·Complete deception component translations with AI language output support
-
v2.9.0
ee429804 · ·Release v2.9.0 - Anonymous Evidence Submission System - Create hash-based submission forms for crowdsourced evidence - 9 customizable fields with optional password protection - Auto-archiving via Wayback Machine - Metadata extraction from submitted URLs - Public submission page (no authentication required) - Review and process workflow with verification scoring - Background processing using context.waitUntil() - Instant response (<1 second) for submissions - 133x performance improvement (103s → 0.77s) - Added Submission Forms to Evidence Collection menu - Review Submissions interface for processing evidence - Guest user support for investigations page - Fixed investigations API to support guest users - Cleaned demo data from production database - Fixed submission API performance bottleneck - Updated ROADMAP.md with Phase 3 completion - Updated README.md with new features - All changes tracked in version control Production: https://researchtools.net Date: 2025-10-13
-
v2.8.2
3717a2ea · ·Release v2.8.2 - Critical Bug Fixes & Production Cleanup CRITICAL FIX: 🐛 Fixed double JSON parsing bug causing framework Q&A data to show as empty - Starbursting, SWOT, COG, and other frameworks now display Q&A correctly - Root cause: API and component both parsed JSON data - Solution: Added type checking before parsing in 9 locations ENHANCEMENTS: ✨ Content Intelligence improvements: - Fixed word cloud export (oklch color compatibility) - Added single word frequency tracking - Fixed author/entity extraction confusion - Improved "Analyze Now" button reliability - Added comprehensive export reports 🔒 Security improvements: - Fixed web manifest Content-Type header - Added security headers (X-Frame-Options, CSP, etc.) 📝 Documentation & Cleanup: - Updated README with complete feature list - Added double-parsing bug to LESSONS_LEARNED.md - Archived 24 working documents - Removed debug logging from production code DEPLOYMENT: - Production URL: https://researchtoolspy.pages.dev - All tests passing - No breaking changes
-
-
v2.8.0
2856b695 · ·v2.8.0 - Framework keyword detection on landing page Major UX improvement: - Type framework names directly to jump to that framework - Real-time detection with visual hints - Supports 15 frameworks with regex matching - Case-insensitive and variation-aware - Seamless integration with URL analysis
-
v2.7.3
5284f703 · ·v2.7.3 - Stricter URL validation - Rejects incomplete domains like 'https://hello' - Requires valid TLD (at least 2 characters) - Allows localhost and IP addresses for development - Prevents bad URLs from reaching Content Research page
-
v2.7.2
ba934528 · ·v2.7.2 - URL validation on landing page + workspace access fix - Add URL validation before redirecting from landing page - Fix 403 workspace access errors for authenticated users - Auto-create and grant access to default workspace - Improved error messaging and user feedback