Skip to content

Releases: HanChangHun/temporary-chat-auto

v0.1.8

Choose a tag to compare

@HanChangHun HanChangHun released this 04 Jul 13:39

Changes

  • Renamed the extension to Temporary Chat Auto for ChatGPT & Claude.
  • Preserved the automation-off choice for Claude when upgrading from v0.1.6 or earlier.
  • Fixed SPA navigations occasionally skipping the private-chat URL parameter.
  • Limited the ChatGPT Temporary Chat toggle fallback to new chat pages.
  • Updated the privacy policy and store listing for Claude support.

Package

Upload temporary-chat-auto-0.1.8-store.zip to the Chrome Web Store Developer Dashboard.

v0.1.7

Choose a tag to compare

@HanChangHun HanChangHun released this 03 Jul 05:14

Changes

  • Split the automation toggle per site: the popup now has independent ChatGPT (Temporary Chat) and Claude (Incognito) controls that are stored separately and no longer sync with each other.
  • The in-page Auto toggle controls only its own site, with per-site tooltip wording.
  • ChatGPT keeps the previously stored preference after upgrading; Claude automation defaults to on.

Package

Upload chatgpt-temporary-chat-auto-0.1.7-store.zip to the Chrome Web Store Developer Dashboard.

v0.1.6

Choose a tag to compare

@HanChangHun HanChangHun released this 03 Jul 05:05

Changes

  • Add Claude support: new chats on claude.ai automatically open in Incognito mode via the incognito URL parameter, with New chat links and the in-page Auto toggle working on Claude as well.
  • Fix the in-page Auto toggle covering ChatGPT's Temporary Chat indicator; the toggle now anchors beside the indicator and repositions when the header changes.
  • Mention Claude in the popup, extension description, READMEs, and store listing documents.

Package

Upload chatgpt-temporary-chat-auto-0.1.6-store.zip to the Chrome Web Store Developer Dashboard.

v0.1.5

Choose a tag to compare

@HanChangHun HanChangHun released this 01 Jul 08:47

Changes

  • Add optional Ko-fi support link to the popup and README.
  • Add GitHub funding metadata for Ko-fi.
  • Keep English as the default locale and include Korean localization.
  • Refresh Chrome Web Store icons and promotional assets.

Package

Upload chatgpt-temporary-chat-auto-0.1.5-store.zip to the Chrome Web Store Developer Dashboard.

v0.1.4

Choose a tag to compare

@HanChangHun HanChangHun released this 28 Jun 13:33

Properly fixes the in-page toggle so it reliably appears next to ChatGPT's Temporary Chat button on both the home and temporary-chat screens, and no longer jumps next to the centered heading or disappears on the home screen.

Highlights

  • Toggle placement & visibility: the in-page toggle now anchors to ChatGPT's Temporary Chat button in the top bar instead of the centered heading, so its position is stable and it shows on the home screen too.
  • Reliable toggling: the extension no longer clicks its own toggle or an unrelated control, and persists less to storage so rapid toggling no longer silently fails.
  • Performance: DOM mutations are coalesced per animation frame, conversation links are skipped, and visibility checks avoid unnecessary layout work during response streaming.
  • Robustness: tolerant temporary-chat parameter handling avoids redirect loops, and chat.openai.com root new-chat links are recognized.
  • Internal cleanup: removed unused options and de-duplicated default settings (no behavior change).

No new permissions. Still no data collection, no remote code, and no external network requests.

v0.1.2

Choose a tag to compare

@HanChangHun HanChangHun released this 28 Jun 12:38

Fixes in-page toggle placement so it no longer covers ChatGPT controls, adds heading-based placement, and improves popup/content state synchronization.

v0.1.1

Choose a tag to compare

@HanChangHun HanChangHun released this 28 Jun 12:31

Simplifies the popup to one on/off checkbox and adds a compact in-page toggle near the ChatGPT Temporary Chat indicator.

v0.1.0

Choose a tag to compare

@HanChangHun HanChangHun released this 28 Jun 12:08

Initial Chrome extension release. Store upload package is attached.