2.25.0 (2024-09-12)
- handle hydration missing menu and style (bf687da)
2.24.6 (2024-09-08)
- fix unexpected latex formula escape (30f0b62)
2.24.5 (2024-09-07)
- adapt remix version and try to reduce call to session api (950c8fc)
- fix the script not working on share page (64849a6)
- improve menu injection (542c23d)
2.24.4 (2024-06-29)
- fix missing toggle style (69d0deb)
- improve language detection by respecting oai language setting (6189cc0)
- let html export's max width adapt to the screen size intead of the fixed 800px (9249279), closes #247
2.24.3 (2024-06-17)
2.24.2 (2024-06-17)
- handle oversized screenshot on firefox (ce2356e)
2.24.1 (2024-05-21)
- add @match for new ChatGPT domain with query parameter (e48c902)
- support model name mapping for gpt-4o (346e08f)
2.24.0 (2024-05-18)
2.23.0 (2024-05-04)
2.22.1 (2024-04-23)
- try fix team workspace authentication issue (1b9d3c1)
2.22.0 (2024-04-04)
- try support team account (7937b05)
- fix characters overlap in screenshot (aef813c), closes #216
- hide feedback bar in screenshot (3763ad7)
2.21.2 (2024-03-30)
- filter model memory context message (a99c9f1)
- remove HTML export odd child highlighting (c3cd253)
- update HTML export colors to match ChatGPT UI (646b3f5)
- update image export colors to match ChatGPT UI (dbb7022)
2.21.1 (2024-03-13)
2.21.0 (2024-02-24)
- add getOobaString and getTavernString for conversion to other formats (214111b)
- remove pandora (115687d)
- support export to tavern and ooba format (a28f9fd)
- correct model names from 'GTP' to 'GPT' (43f29e4)
- i18n: use
contohnya
instead ofmis.
in Bahasa translation to avoid confusion (02909ec) - update style to follow chatgpt updates (8ee62f5)
2.20.0 (2024-02-13)
- support /gpts paths (efbd662)
- fix broken style becasue of the updates and improve light style (ab246ac)
- improve timestamp injection (e0eaa65)
- remove weird white rect from the bottom of screenshot export (fdcf86d)
2.19.0 (2024-01-07)
- fix conversation started detection (c5bbb82)
- fix upload button style (2960a92)
- i18n: improve minor issues in translation (e35bb3a)
- support pandoar-next (2d8a6ce), closes #194
2.18.1 (2023-12-24)
- build conversation list with bottom-up method (#193) (dc157f7)
- fix broken timestamp (613247f)
- fix screenshot export (b65515c)
- gizmo mode is now the detaul mode (7d83072)
- port continuation merging back and remove conversation choice (b1ff972)
- remove localstorage legacy migrator (00ad390)
- remove unsplash related workarounds (ba6f2f7)
2.18.0 (2023-11-22)
- should not output [image] (5478d65)
2.17.2 (2023-11-14)
- fix conversation choice selector (355e07d)
2.17.1 (2023-11-12)
- fix screenshot and conversation choice (4bb56f8)
- replace latex annotation
\[ \] \( \)
with $ for better compatibility (6e72297), closes #187
2.17.0 (2023-11-08)
- support extract id from gizmo path (0bf3115)
2.16.1 (2023-11-07)
2.16.0 (2023-11-05)
- do not render export dialog until needed (#178) (1e7f0fa)
- show
[image]
for multi-modal in text export (ddfbee7)
2.15.0 (2023-10-16)
- conversationChoices should only applied to node with recipient all (bd36162)
- should not output response from plugins (8d4ee37)
2.14.5 (2023-09-25)
- further improve the code and execution result's output format (49cfd6e)
- handle canvas size might exceed browser's limit (3e6629d)
- handle frozen page props (75b5f9d)
- support message content type
execution_output
from plugin (78e4ecf)
2.14.4 (2023-09-19)
- fix popup position on mobile (esp sharing page) (3b39746)
2.14.3 (2023-08-29)
2.14.2 (2023-08-21)
2.14.1 (2023-08-20)
- toggle should not shrink on small screen (b152f44)
2.14.0 (2023-08-20)
- adopt latest sentinel-js, no more patch (631332d)
2.13.0 (2023-07-09)
2.12.1 (2023-06-15)
2.12.0 (2023-06-08)
- added support for create_time and update_time metadata parameters per #94 (#114) (5df4ba6)
- support sharing page (50462cd), closes #147
2.11.0 (2023-05-30)
2.10.0 (2023-05-08)
- support
chat.zhile.io
(4331bd8), closes #143 - support exporting from official export (ac59789), closes #121
- i18n: update
Invalid File Format
in Turkish (5cbb2e9) - update API interface and detect chat history disabled (0fcb3d7)
2.9.2 (2023-05-01)
2.9.1 (2023-04-24)
- reduce the blurriness of screenshot export (42a1d75), closes #129
- remove revison and buttons from screenshot (ba41b79)
2.9.0 (2023-04-23)
- basic support for response from plugin (c45fdbe)
- i18n: add spanish to lanaguage list (2b2f75c)
- i18n: add spanish translation (#137) (08a6930)
2.8.0 (2023-04-21)
- remove copy button in chat in favor of the built-in copy button (66dbaa6)
2.7.1 (2023-04-20)
- some chats cannot be exported because of missing message parts (2e7ece8)
- thread might not exist (d18bf3f)
2.7.0 (2023-04-15)
- i18n: add turkish to language list (b05776f)
- i18n: add turkish translation (#128) (9ad8e0a)
- support i18n (918ff41), closes #91
- use the same Toggle as ChatGPT's setting (0f91b56)
2.6.5 (2023-04-14)
2.6.4 (2023-04-14)
- update chat url to /c/* (96ec23e)
2.6.3 (2023-04-13)
2.6.2 (2023-04-12)
2.6.1 (2023-04-08)
- fix toggle style in mobile view (dcd9c97)
2.6.0 (2023-04-07)
- add conversation timestamp on page and HTML, revamp setting UI (531a766)
- support delete conversations (554b26d), closes #85
- update closeDelay 300ms (388a3ea)
2.5.4 (2023-04-05)
2.5.3 (2023-04-05)
- fix menu is not working after OpenAI page update (9632818)
2.5.2 (2023-04-04)
- handling screenshot spacing on MacOS Firefox (dea099d), closes #78
- model bar should be hide correctly (8b8844b)
2.5.1 (2023-04-01)
2.5.0 (2023-04-01)
2.4.1 (2023-03-29)
- 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
2.4.0 (2023-03-27)
- export metadata (4b92e53)
2.3.3 (2023-03-25)
2.3.2 (2023-03-24)
2.3.1 (2023-03-21)
2.3.0 (2023-03-18)
- support copy text of single response from ChatGPT (0a78d2e), closes #63
- support GPT-4 avatar in HTML export (890f10d), closes #81
2.2.1 (2023-03-16)
2.2.0 (2023-03-15)
- support JSON export and export All (ce0d895)
2.1.2 (2023-03-10)
- 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)
2.1.0 (2023-03-08)
- show message to user when history api disabeld (9025934)
- error handling on menu onclick (f0b7c7f)
- get accessToken from unsafeWindow and provide a fallback to session API (0accd66)
2.0.0 (2023-03-07)
- rewrite the plugin with API based data source
- 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)
- check if conversation started (a60bedc)
- handle failed callback (6739500)
- respect line break and improve text style (c9e60bc)
1.9.1 (2023-02-27)
- script title and description support chinese (2147a91)
1.9.0 (2023-02-27)
- make title of html align with the conversation title (88804e0), closes #46
- support image in chat (8be8add), closes #58
- 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)
1.8.1 (2023-02-21)
1.8.0 (2023-02-17)
1.7.2 (2023-02-10)
- fix content parsing and rendering in list (4fdc916), closes #43
- improve the style of list (1049a77)
- respect
start
attribute on ordered-list (35ef064)
1.7.1 (2023-01-27)
- tweak file name field styles to look nicer when light theme is active (cc757de)
1.7.0 (2023-01-14)
1.6.0 (2023-01-11)
1.5.0 (2023-01-08)
- adopt dropdown layout (92b713b), closes #31
- support table parsing and exporting (dd3bd49), closes #32
- filter out content policy warning (15b2e54), closes #33
- fix missing closing of ordered-list (1ef646e)
1.4.0 (2022-12-28)
- support markdown export (306ed2b)
1.3.3 (2022-12-22)
1.3.2 (2022-12-21)
- stabilize menu injection (224a51f)
1.3.1 (2022-12-17)
- prevent alert on cf-protection page (d40ac3e)
1.3.0 (2022-12-17)
- improve the code block style with hightligh.js (5101b41)
- support ordered-list and unordered-list (ce87909)
- support syntax highlight for HTML output (5a1b518)
- update menu layout to follow chatgpt layout changes (aa0abec)
- update user input selector to follow chatgpt layout changes (cbb3483)
1.2.0 (2022-12-10)
- fix the unstable menu injection (8fef5ae)
1.1.2 (2022-12-07)
1.1.1 (2022-12-06)
- follow the layout changes on chatgpt side (5b42412)
1.1.0 (2022-12-05)
1.0.0 (2022-12-05)
- fix release (771c435)