Skip to content

Releases: rootCircle/docFiller

v1.8.0

14 Nov 10:57
4acbb3c

Choose a tag to compare

v1.8.0 (2025-11-14)

  • refactor: migrate from chrome.* to browser.* 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

12 Aug 18:17
c44db62

Choose a tag to compare

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

12 Aug 15:54
3091840

Choose a tag to compare

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

10 Aug 06:15
aa51112

Choose a tag to compare

v1.6.1 (2025-08-10)

  • hotfix: fix release process for extension

v1.6.0

09 Aug 19:20
0295900

Choose a tag to compare

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

02 Aug 23:55
c46ae0c

Choose a tag to compare

v1.5.0 (2025-08-03)

  • fix: developer key 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-latest and qwen3: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 toggleOn variable in popup script
  • fix: implement comprehensive memory leak prevention in ConsensusEngine with LLM pooling and cleanup methods

v1.4.5

25 Feb 21:21
518f218

Choose a tag to compare

v1.4.5 (2025-02-26)

  • update models from gpt-4o to o3-mini, gemini-pro to gemini-2.0-flash-lite and claude-3-5-sonnet-latest to claude-3-7-sonnet-latest.
  • bump deps

v1.4.4

22 Jan 21:25
1a5ab7b

Choose a tag to compare

v1.4.4 (2025-01-23)

  • fix: android firefox release was broken in CI/CD pipeline, fixed that

v1.4.3

22 Jan 20:42
932e7da

Choose a tag to compare

v1.4.3 (2025-01-23)

  • hotfix: corrupted extension

v1.4.2

22 Jan 17:12
07be7ac

Choose a tag to compare

v1.4.2 (2025-01-22)

  • hotfix: codon gif not showing on firefox