From 501a15a18f7104ced77b2fc6d0367434bfc5c16e Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Sun, 14 May 2023 20:39:40 -0400 Subject: [PATCH] Release 0.4.4 (#271) --- CHANGELOG.md | 24 +++++++++++++++++++++++- README.md | 33 ++++++++++++++++++++++++++------- api/package-lock.json | 4 ++-- api/package.json | 2 +- client/package-lock.json | 4 ++-- client/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 8 files changed, 60 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130d915c8..8024237c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # # Changelog -
+
+2023-05-14 + +**Released [v0.4.4](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.4):** + +1. The Msg Clipboard was changed to a checkmark for improved user experience by @techwithanirudh in PR [#247](https://github.com/danny-avila/chatgpt-clone/pull/247). +2. A typo in the auth.json path for accessing Google Palm was corrected by @antonme in PR [#266](https://github.com/danny-avila/chatgpt-clone/pull/266). +3. @techwithanirudh added a Popup Menu to save sidebar space in PR [#260](https://github.com/danny-avila/chatgpt-clone/pull/260). +4. The default pageSize in Conversation.js was increased from 12 to 14 by @danny-avila in PR [#267](https://github.com/danny-avila/chatgpt-clone/pull/267). +5. Fonts were updated by @techwithanirudh in PR [#261](https://github.com/danny-avila/chatgpt-clone/pull/261). +6. Font file paths in style.css were changed by @danny-avila in PR [#268](https://github.com/danny-avila/chatgpt-clone/pull/268). +7. Code was fixed to adjust max_tokens according to model selection by @p4w4n in PR [#263](https://github.com/danny-avila/chatgpt-clone/pull/263). +8. Various improvements were made, such as fixing react errors and adjusting the mobile view, by @danny-avila in PR [#269](https://github.com/danny-avila/chatgpt-clone/pull/269). + +New contributors to the project include: + +- @techwithanirudh, who made their first contribution in PR [#247](https://github.com/danny-avila/chatgpt-clone/pull/247). +- @antonme, who made their first contribution in PR [#266](https://github.com/danny-avila/chatgpt-clone/pull/266). +- @p4w4n, who made their first contribution in PR [#263](https://github.com/danny-avila/chatgpt-clone/pull/263). + +The [full changelog can be found here](https://github.com/danny-avila/chatgpt-clone/compare/v0.4.3...v0.4.4) +
+
2023-05-13 **Released [v0.4.3](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.3) which now supports Google's PaLM 2!** diff --git a/README.md b/README.md index 1fead666f..c0a7b851c 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,12 @@ ## -
-2023-05-13 - -**Released [v0.4.3](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.3) which now supports Google's PaLM 2!** +## **Google's PaLM 2 is now supported as of [v0.4.3](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.3)** ![image](https://github.com/danny-avila/chatgpt-clone/assets/110412045/ec5e8ff3-6c3a-4f25-9687-d8558435d094) -**How to Setup PaLM 2 (via Google Cloud Vertex AI API)** - +
+How to Setup PaLM 2 (via Google Cloud Vertex AI API) - Enable the Vertex AI API on Google Cloud: - - https://console.cloud.google.com/vertex-ai - Create a Service Account: @@ -66,9 +63,31 @@ - Vertex AI does not (yet) support response streaming for text generations, so response may seem to take long when generating a lot of text. - Text streaming is simulated +
+--- -You can check the full changelog in between v0.4.2 and v0.4.3 [here](https://github.com/danny-avila/chatgpt-clone/compare/v0.4.2...v0.4.3). +
+2023-05-14 + +**Released [v0.4.4](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.4):** + +1. The Msg Clipboard was changed to a checkmark for improved user experience by @techwithanirudh in PR [#247](https://github.com/danny-avila/chatgpt-clone/pull/247). +2. A typo in the auth.json path for accessing Google Palm was corrected by @antonme in PR [#266](https://github.com/danny-avila/chatgpt-clone/pull/266). +3. @techwithanirudh added a Popup Menu to save sidebar space in PR [#260](https://github.com/danny-avila/chatgpt-clone/pull/260). +4. The default pageSize in Conversation.js was increased from 12 to 14 by @danny-avila in PR [#267](https://github.com/danny-avila/chatgpt-clone/pull/267). +5. Fonts were updated by @techwithanirudh in PR [#261](https://github.com/danny-avila/chatgpt-clone/pull/261). +6. Font file paths in style.css were changed by @danny-avila in PR [#268](https://github.com/danny-avila/chatgpt-clone/pull/268). +7. Code was fixed to adjust max_tokens according to model selection by @p4w4n in PR [#263](https://github.com/danny-avila/chatgpt-clone/pull/263). +8. Various improvements were made, such as fixing react errors and adjusting the mobile view, by @danny-avila in PR [#269](https://github.com/danny-avila/chatgpt-clone/pull/269). + +New contributors to the project include: + +- @techwithanirudh, who made their first contribution in PR [#247](https://github.com/danny-avila/chatgpt-clone/pull/247). +- @antonme, who made their first contribution in PR [#266](https://github.com/danny-avila/chatgpt-clone/pull/266). +- @p4w4n, who made their first contribution in PR [#263](https://github.com/danny-avila/chatgpt-clone/pull/263). + +The [full changelog can be found here](https://github.com/danny-avila/chatgpt-clone/compare/v0.4.3...v0.4.4) ⚠️ **IMPORTANT :** Since V0.4.0 You should register and login with a local account (email and password) for the first time sign-up. if you use login for the first time with a social login account (eg. Google, facebook, etc.), the conversations and presets that you created before the user system was implemented will NOT be migrated to that account. diff --git a/api/package-lock.json b/api/package-lock.json index 4bc26d7d9..e5e651f5a 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "chatgpt-clone", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chatgpt-clone", - "version": "0.4.3", + "version": "0.4.4", "license": "ISC", "dependencies": { "@dqbd/tiktoken": "^1.0.2", diff --git a/api/package.json b/api/package.json index a203f5811..3840702c7 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "chat-backend", - "version": "0.4.3", + "version": "0.4.4", "description": "", "main": "server/index.js", "scripts": { diff --git a/client/package-lock.json b/client/package-lock.json index c8c0b27d8..8ffb0ab8a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "chatgpt-clone", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chatgpt-clone", - "version": "0.4.3", + "version": "0.4.4", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/client/package.json b/client/package.json index 609e87055..70f3970ea 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "chat-frontend", - "version": "0.4.3", + "version": "0.4.4", "description": "", "type": "module", "scripts": { diff --git a/package-lock.json b/package-lock.json index 737190958..4332dba92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chatgpt-clone", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chatgpt-clone", - "version": "0.4.3", + "version": "0.4.4", "license": "ISC", "workspaces": [ "api", @@ -19,7 +19,7 @@ }, "api": { "name": "chat-backend", - "version": "0.4.3", + "version": "0.4.4", "license": "ISC", "dependencies": { "@dqbd/tiktoken": "^1.0.2", @@ -63,7 +63,7 @@ }, "client": { "name": "chat-frontend", - "version": "0.4.3", + "version": "0.4.4", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index 02a4e13ca..18690f423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-clone", - "version": "0.4.3", + "version": "0.4.4", "description": "", "workspaces": [ "api",