Releases: rootCircle/docFiller
Releases · rootCircle/docFiller
v1.8.0
v1.8.0 (2025-11-14)
- refactor: migrate from
chrome.*tobrowser.*APIs using webextension-polyfill for improved cross-browser compatibility - ux: populate a single API key on options load even when consensus is disabled
- docs: refine Human profile instructions for clarity and conciseness
v1.7.1
v1.7.1 (2025-08-12)
- hotfix: prevent duplicate built-in profiles and missing Human on upgrade by filtering built-ins from customProfiles at load time
- fix: Codon (magic) only saves updated prompt for selected profile; no full profile map dump
- refactor: programmatic built-in key detection and self-heal storage without install/update hooks
v1.7.0
v1.7.0 (2025-08-10)
- options page UI overhaul
- popup page now respects dark theme settings.
- new human profile (aka brain), that will give more human like responses. it is now the default! Give it a try.
v1.6.1
v1.6.1 (2025-08-10)
- hotfix: fix release process for extension
v1.6.0
v1.6.0 (2025-08-10)
- fix major issue with date fields not working in google chrome
- fix issue with chrome.runtime from background worker parsing the date object as string to the receiver. (only faced in chromium)
v1.5.0
v1.5.0 (2025-08-03)
- fix:
developerkey in manifest file in non-firefox browser - deps: upgrade to latest dependencies (biome to 2.x, langchain, @types/node)
- update models to latest
gemini-2.5-flash-lite,gpt-4.1-mini,claude-4-sonnet-latestandqwen3:4b - fix: issue with ChatGPT model not supporting temperature with o3-mini
- critical fix: consensus weights were not being respected at all by consensus engine, and DEFAULT_WEIGHTS were being used! Fixed that
- fix: distribute weight logic to scaling rather than linear
- refactor: centralize storage operations with helper functions and improve error handling
- fix: enhance error handling in LLMEngine and background scripts
- perf: avoid mutations in consensusUtils
- refactor: implement safe DOM access utilities to prevent runtime errors
- fix: merge listeners in chrome runtime and options as well
- feat: implement ConsensusEngine cleanup on unload events in content script, options, and popup
- ci: update labeler configuration
- fix: resolve temporal dead zone error with
toggleOnvariable in popup script - fix: implement comprehensive memory leak prevention in ConsensusEngine with LLM pooling and cleanup methods
v1.4.5
v1.4.5 (2025-02-26)
- update models from
gpt-4otoo3-mini,gemini-protogemini-2.0-flash-liteandclaude-3-5-sonnet-latesttoclaude-3-7-sonnet-latest. - bump deps
v1.4.4
v1.4.4 (2025-01-23)
- fix: android firefox release was broken in CI/CD pipeline, fixed that
v1.4.3
v1.4.3 (2025-01-23)
- hotfix: corrupted extension
v1.4.2
v1.4.2 (2025-01-22)
- hotfix: codon gif not showing on firefox