Releases: pionxzh/chatgpt-exporter
Releases · pionxzh/chatgpt-exporter
userscript: v2.16.0
2.16.0 (2023-11-05)
Features
Bug Fixes
- do not render export dialog until needed (#178) (1e7f0fa)
- show
[image]
for multi-modal in text export (ddfbee7)
Thank you
Thank you for the contribution:
userscript: v2.15.0
2.15.0 (2023-10-16)
Features
- partially support
multimodal_text
(7d5c7de)
- support footnote (35d74e0)
Bug Fixes
- conversationChoices should only applied to node with recipient all (bd36162), closes #173
- should not output response from plugins (8d4ee37)
userscript: v2.14.5
2.14.5 (2023-09-25)
Bug Fixes
- 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)
Closes #168
userscript: v2.14.4
2.14.4 (2023-09-19)
Bug Fixes
- fix popup position on mobile (esp sharing page) (3b39746), closes #168
userscript: v2.14.3
2.14.3 (2023-08-29)
Bug Fixes
- zIndex should not overlap on setting menu (39d13da), closes #166
userscript: v2.14.2
2.14.2 (2023-08-21)
Bug Fixes
- z-index collision with history list (c1faca9), closes #164
userscript: v2.14.1
2.14.1 (2023-08-20)
Bug Fixes
- toggle should not shrink on small screen (b152f44)
userscript: v2.14.0
2.14.0 (2023-08-20)
Features
- support OpenAI official JSON format (66d8f90), closes #162
Bug Fixes
- adopt latest sentinel-js, no more patch (631332d)
userscript: v2.13.0
2.13.0 (2023-07-09)
Features
- support conversation timestamp in markdown export (38f4a97), closes #155