Commit Graph
67 Commits
Author SHA1 Message Date
Pionxzh a60bedc6db fix: check if conversation started 2023-03-07 18:40:41 +08:00
Pionxzh 6e5bc125bf feat: add loading effect on menu button 2023-03-07 18:40:41 +08:00
Pionxzh 4ecf34ab72 feat!: rewrite the plugin with API based data source 2023-03-07 18:40:41 +08:00
Pionxzh e602c7b73f feat: show timestamp on each chat post
#54
2023-03-07 18:40:41 +08:00
Pionxzh 2147a91740 chore: script title and description support chinese
Release-As: 1.9.1
2023-02-27 19:19:09 +08:00
Pionxzh 5479d02dea chore: disallow implicit any 2023-02-27 18:24:53 +08:00
Pionxzh 8be8add7dd feat: support image in chat
closes #58
2023-02-27 17:00:44 +08:00
Pionxzh f79f3f692f fix: hide redundent model bar in screenshot export 2023-02-27 14:31:16 +08:00
Pionxzh fefda8245a fix: try fix #53 with specific scale in html2canvas 2023-02-27 14:18:48 +08:00
Pionxzh f8e09bc57f fix: improve shrinked avatar in exported html 2023-02-26 23:21:09 +08:00
Pionxzh 88804e0c81 feat: make title of html align with the conversation title
close #46
2023-02-26 23:21:09 +08:00
Pionxzh c397e8f755 fix: missing menu on firefox
closes #51
2023-02-21 23:57:23 +08:00
Pionxzh cd5e7a4b51 fix: unify line break to \n
closes #49
2023-02-18 03:06:11 +08:00
Pionxzh c09bbccadc fix: fix content parsing inside list
closes #48
2023-02-18 02:42:03 +08:00
Pionxzh a231986a55 style: remove debug log 2023-02-17 20:25:47 +08:00
Pionxzh c9ad754bba feat: support passing theme to exported html
* 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

closes #47
2023-02-17 20:25:45 +08:00
Pionxzh d7f7d0adb8 feat: support mobile
closes #45
2023-02-17 19:48:36 +08:00
Pionxzh e3570d2ef4 style: fix warning in template 2023-02-16 00:04:51 +08:00
Pionxzh 2a11b723ad chore: bump dependencies 2023-02-16 00:02:31 +08:00
Pionxzh 1049a7743e fix: improve the style of list 2023-02-11 01:10:58 +08:00
Pionxzh 4fdc9166ff fix: fix content parsing and rendering in list
closes #43
2023-02-11 01:10:12 +08:00
Pionxzh 3cdc2954a4 style: fix lint 2023-02-10 11:31:52 +08:00
Pionxzh 63bf4cde2b chore: bump dependencies 2023-02-10 10:48:24 +08:00
Pionxzh 35ef064575 fix: respect start attribute on ordered-list 2023-02-10 10:48:23 +08:00
Pionxzh f35897d5a7 docs: update README.md 2023-01-27 11:13:52 +08:00
Pionxzh f0a26640ae chore: bump to Typescript 5.0 2023-01-27 10:46:49 +08:00
Pionxzh 0461324f8a chore: bump dependencies 2023-01-27 10:33:12 +08:00
Pionxzh 3083135ace feat: support heading, quote, bold, italic and separator
closes #37
2023-01-14 18:21:54 +08:00
Pionxzh c7b0529ce5 refactor: replace magic number with NodeType 2023-01-14 14:27:21 +08:00
Pionxzh 3398f0d161 chore: remove dangle comma 2023-01-12 03:12:25 +08:00
Pionxzh 85b64b07de feat: support to customize the filename 2023-01-12 03:09:20 +08:00
Pionxzh c8626c0894 refactor: adopt preact and restructure the codebase 2023-01-12 02:25:34 +08:00
Pionxzh 7881d89c20 fix: filter out content policy danger
closes #33
2023-01-11 20:41:17 +08:00
Pionxzh 90c4001dd5 feat: support menu injection on mobile view 2023-01-11 20:29:34 +08:00
Pionxzh 92b713ba21 feat: adopt dropdown layout
closes #31
2023-01-09 00:21:55 +08:00
Pionxzh dd3bd49e9e feat: support table parsing and exporting
closes #32
2023-01-08 23:10:18 +08:00
Pionxzh 1ef646e442 fix: fix missing closing of ordered-list 2023-01-08 19:08:08 +08:00
Pionxzh 15b2e54d3a fix: filter out content policy warning
closes #33
2023-01-08 03:08:09 +08:00
Pionxzh 306ed2b5ed feat: support markdown export 2022-12-28 14:27:35 +08:00
Pionxzh 69c2066818 refactor: improve typing 2022-12-28 14:24:13 +08:00
Pionxzh e733a5555c chore(deps): bump vite to v4 and remove sass 2022-12-22 14:38:31 +08:00
Pionxzh b822e5b9a7 fix: improve menu injection
closes #24
2022-12-22 14:38:30 +08:00
Pionxzh 740676d040 chore: setup commitlint 2022-12-22 10:02:53 +08:00
Pionxzh 9b3246c590 docs: add CONTRIBUTING.md
closes #22
2022-12-21 18:55:44 +08:00
Pionxzh 224a51f790 fix: stabilize menu injection 2022-12-21 18:19:24 +08:00
Pionxzh ca633f6edf Merge pull request #21 from Notarin/master
fix: expand matching URLs for saved chat
2022-12-21 18:18:37 +08:00
Pionxzh d40ac3e728 fix: prevent alert on cf-protection page 2022-12-18 00:40:00 +08:00
Pionxzh ce87909e7b feat: support ordered-list and unordered-list 2022-12-18 00:32:34 +08:00
Pionxzh aa0abec06f fix: update menu layout to follow chatgpt layout changes 2022-12-17 22:15:46 +08:00
Pionxzh 5101b4159c feat: improve the code block style with hightligh.js 2022-12-17 22:02:49 +08:00
Pionxzh cbb348334a fix: update user input selector to follow chatgpt layout changes 2022-12-17 21:54:29 +08:00
Pionxzh 8fef5ae7cd feat: fix the unstable menu injection 2022-12-11 00:18:54 +09:00
Pionxzh 76d408287c fix: escape text content 2022-12-07 21:48:22 +08:00
Pionxzh b6e4bafabe fix: preserve line break in html requestion 2022-12-07 21:47:49 +08:00
Pionxzh 5b424128af fix: follow the layout changes on chatgpt side 2022-12-06 13:39:02 +08:00
Pionxzh c9b5d7b310 refactor: extract timestamp function and simplify alert 2022-12-06 00:39:26 +08:00
Pionxzh f244b0338c refactor: simplify menu item creation
*Pair-programming with ChatGPT
2022-12-06 00:14:31 +08:00
Pionxzh f57b891c81 refactor: simplify layout hide and restore
*Pair-programming with ChatGPT
2022-12-06 00:14:29 +08:00
Pionxzh fe22fbf998 docs: update README.md 2022-12-05 22:40:54 +08:00
Pionxzh 7aa7c0f4fd feat: support export png (screenshot) 2022-12-05 22:35:19 +08:00
Pionxzh fdc0109cfe feat: show copied status 2022-12-05 20:39:00 +08:00
Pionxzh df8119947d chore: remove sentinel 2022-12-05 20:39:00 +08:00
Pionxzh 771c435ebc ci: fix release
Release-As: 1.0.0
2022-12-05 20:07:03 +08:00
Pionxzh e42aa95dbd fix: remove base64ed chatgpt icon 2022-12-05 19:57:04 +08:00
Pionxzh a8aa1ed5bb fix: clean up the code 2022-12-05 19:55:43 +08:00
Pionxzh 0fda8eee39 Update README.md 2022-12-05 19:52:47 +08:00
Pionxzh c75b0f254d init 2022-12-05 19:43:24 +08:00