chatgpt-exporter

Export and Share your ChatGPT conversation history

MIT License

Stars
1.1K
Committers
21

Bot releases are visible (Hide)

chatgpt-exporter - userscript: v2.5.4

Published by github-actions[bot] over 1 year ago

2.5.4 (2023-04-05)

Bug Fixes

  • add missing {chat_id} in Export All (c8e52aa), closes #106
  • export all is not openable (ea69a4f)
chatgpt-exporter - userscript: v2.5.3

Published by github-actions[bot] over 1 year ago

2.5.3 (2023-04-05)

Bug Fixes

  • fix menu is not working after OpenAI page update, closes #107 (9632818)
chatgpt-exporter - userscript: v2.5.2

Published by github-actions[bot] over 1 year ago

2.5.2 (2023-04-04)

Bug Fixes

  • handling screenshot spacing on MacOS Firefox (dea099d), closes #78
  • model bar should be hide correctly (8b8844b)
chatgpt-exporter - userscript: v2.5.1

Published by github-actions[bot] over 1 year ago

2.5.1 (2023-04-01)

Bug Fixes

  • storage should not throw error when not found (3de59f8), closes #101
chatgpt-exporter - userscript: v2.5.0

Published by github-actions[bot] over 1 year ago

2.5.0 (2023-04-01)

Features

  • add {chat_id} to filename varaible (d27e225)
  • add {model} and {model_name} to variable (057fe9f)

Bug Fixes

  • load plugin on page with model query string (5d64f04), closes #100
chatgpt-exporter - userscript: v2.4.1

Published by github-actions[bot] over 1 year ago

2.4.1 (2023-03-29)

Bug Fixes

  • fix close button position in Export Dialog (2498d55)
  • setting dialog should allow scroll when overflow (cd3340d)
  • user's input should respect line break and be escaped (46b5369), closes #95
chatgpt-exporter - userscript: v2.4.0

Published by github-actions[bot] over 1 year ago

2.4.0 (2023-03-27)

Features

chatgpt-exporter - userscript: v2.3.3

Published by github-actions[bot] over 1 year ago

2.3.3 (2023-03-25)

Bug Fixes

  • handle rate limiting in export all (ba739e0), closes #88
chatgpt-exporter - userscript: v2.3.2

Published by github-actions[bot] over 1 year ago

2.3.2 (2023-03-24)

Bug Fixes

  • export all should load all of chats (770f129), closes #86
chatgpt-exporter - userscript: v2.3.1

Published by github-actions[bot] over 1 year ago

2.3.1 (2023-03-21)

Bug Fixes

  • copy button shows in code block incorrectly (b43dbc8), closes #83
chatgpt-exporter - userscript: v2.3.0

Published by github-actions[bot] over 1 year ago

2.3.0 (2023-03-18)

Features

  • support copy text of single response from ChatGPT (0a78d2e), closes #63
  • support GPT-4 avatar in HTML export (890f10d), closes #81
chatgpt-exporter - userscript: v2.2.1

Published by github-actions[bot] over 1 year ago

2.2.1 (2023-03-16)

Bug Fixes

  • jszip is not defined in prod build (8b57e16), closes #75
chatgpt-exporter - userscript: v2.2.0

Published by github-actions[bot] over 1 year ago

2.2.0 (2023-03-15)

Features

Bug Fixes

  • error handling for avatar fetching (d8af0ec), closes #73
  • hide GPT-4 model text (796899e)
chatgpt-exporter - userscript: v2.1.2

Published by github-actions[bot] over 1 year ago

2.1.2 (2023-03-10)

Bug Fixes

  • fix wrong dimensions of user pfp in screenshot export (ad679cd), closes #53
  • improve layout and style (0c801cb)
  • reduce bundle size by externalizing and dropping modules (c59faab)
  • update API interface (follow what OpenAI updated) (922cb36)
  • use title from API in markdown and html export (1f6f4d7)
chatgpt-exporter - userscript: v2.1.0

Published by github-actions[bot] over 1 year ago

2.1.0 (2023-03-08)

Features

  • show message to user when history api disabeld (9025934)
    image

Bug Fixes

  • error handling on menu onclick (f0b7c7f)
  • get accessToken from unsafeWindow and provide a fallback to session API (0accd66)
chatgpt-exporter - userscript: v2.0.0

Published by github-actions[bot] over 1 year ago

2.0.0 (2023-03-07)

⚠ BREAKING CHANGES

  • rewrite the plugin with API based data source
    • See #64

Features

  • add loading effect on menu button (6e5bc12)
  • add setting dialog/ support {date} in filename (f219def)
  • rewrite the plugin with API based data source (4ecf34a)
  • show timestamp on each chat post (e602c7b)
  • opening the original chat by clicking the HTML export title
  • adopting a new user profile picture fetching strategy
  • persistent current theme in the URL of HTML export
  • add setting dialog for future features like meta data management

Bug Fixes

  • respect line break and improve text style (c9e60bc)
  • enhancing content parsing to eliminate the "xxx format is missing in ooo" error
chatgpt-exporter - userscript: v1.9.1

Published by github-actions[bot] over 1 year ago

1.9.1 (2023-02-27)

Miscellaneous Chores

  • script title and description support chinese (2147a91)
chatgpt-exporter - userscript: v1.9.0

Published by github-actions[bot] over 1 year ago

1.9.0 (2023-02-27)

Features

  • make title of html align with the conversation title (88804e0), closes #46
  • support image in chat (8be8add), closes #58

Bug Fixes

  • hide redundent model bar in screenshot export (f79f3f6)
  • improve shrinked avatar in exported html (f8e09bc)
  • rework metadata appearence in HTML export (#56) (bcf4e9d)
  • try fix #53 with specific scale in html2canvas (fefda82)
chatgpt-exporter - userscript: v1.8.1

Published by github-actions[bot] over 1 year ago

1.8.1 (2023-02-21)

Bug Fixes

chatgpt-exporter - userscript: v1.8.0

Published by github-actions[bot] over 1 year ago

1.8.0 (2023-02-17)

Features

  • support mobile (d7f7d0a), closes #45
  • support passing theme to exported html (c9ad754), closes #47
    • Your current light/dark mode will be applied to exported HTML
    • You can now use url query theme=dark to specific the theme of exported html

Bug Fixes

  • fix content parsing inside list (c09bbcc), closes #48
  • unify line break to \n (cd5e7a4), closes #49