Skip to content

Commit

Permalink
Merge pull request #40 from Vaayne/feature/stream_response
Browse files Browse the repository at this point in the history
Feature/stream response
  • Loading branch information
vaayne authored Apr 24, 2023
2 parents a2cf79e + bebc7c5 commit d3b4cbd
Show file tree
Hide file tree
Showing 20 changed files with 1,889 additions and 460 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.0.16 - 2023-04-24
### Added
- support stream response, so you can see the response in real time.
- markdown support code highlight

### Fixed
- Fixed an issue when typing in input box, will trigger global shortcut key on github.
- Fixed chatgpt web not working.

## v0.0.15 - 2023-04-06
### Added
- support NotionBoy as backend engine
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notionai-plus",
"displayName": "NotionAI Plus",
"version": "0.0.15",
"version": "0.0.16",
"description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.",
"scripts": {
"dev": "plasmo dev",
Expand All @@ -15,16 +15,20 @@
"@plasmohq/messaging": "^0.1.2",
"@plasmohq/storage": "^1.0.5",
"@tailwindcss/forms": "^0.5.3",
"@types/marked": "^4.0.8",
"cache-manager": "^5.1.7",
"daisyui": "^2.51.0",
"eventsource-parser": "^1.0.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.121.0",
"marked": "^4.2.12",
"plasmo": "0.65.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-mathjax": "^4.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"uuid": "^9.0.0"
Expand Down
Loading

0 comments on commit d3b4cbd

Please sign in to comment.