forked from Synaptrix/ChatGPT-Desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
|
||
## 0.0.1 (2023-03-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix the problem of non-hotkey continuous appending ([c02b0d0](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/c02b0d03df4ad44799f534c0231a33e3a4ce9fef)) | ||
|
||
|
||
### Features | ||
|
||
* add chatgpt role selection ([#2](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/2)) ([477da5e](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/477da5ec40bfe8c273ec83846649c3ed148ff149)) | ||
* add default shortcut alt + x to open window ([7ed8f0e](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/7ed8f0eae725986a58dfde53cd756eef3a483c97)) | ||
* add delete before judgment confirm dialog ([4839914](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/4839914c540b06a7943edbad0c7bc8c1cbfac050)) | ||
* add history component ([d52ac8e](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/d52ac8e110584a7b4c51b2e1754aa807b97037fa)) | ||
* add input search role ([#4](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/4)) ([f6232f5](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/f6232f5abbb018ec568152c9517db7b7d71a29ca)) | ||
* add multiple judgments for input box carriage return ([a157351](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/a1573513b5239b023af0febdffd9297832d2692d)) | ||
* add new database table ([619a0e9](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/619a0e91637e23ab68faec4b7a1892c6b4386e8c)) | ||
* add session chat ([17f7375](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/17f73754d375375f1fa6f383a2b5dd6f9394a0ee)) | ||
* add stream output and memory mode ([06969ec](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/06969eca073001a8896c390165d026773ef0faab)) | ||
* add tray ([1b5a3f7](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/1b5a3f727daad4be850664671b4d05add1292090)) | ||
* added a store of records ([404d391](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/404d3917189565f3316efe64e22f50b134cdd064)) | ||
* added component for modifying global shortcut key bindings ([00138bd](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/00138bd10ec83fadf7d00541b2f8956b2c565f56)) | ||
* added markdown rendering and code highlighting ([#5](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/5)) ([710c0d2](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/710c0d25514b68056ce984755c2ed6e45a509f2a)) | ||
* added sql configuration ([87961ae](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/87961ae16d58d75db809d9ff2b1bcf0f024f7b20)) | ||
* added sql, startup items now create folders ([c7a785a](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/c7a785ad31a448d4a12539f5229788bc20d4d61a)) | ||
* added the ability to remember the last shortcut key ([6749213](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/67492137ce5edf0537e90aba64bb9005dc8255a7)) | ||
* added the ability to turn on self-start ([46fa5dc](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/46fa5dc0249a3dd32450bdc775634da8ee13ab59)) | ||
* added the function of fixed window ([54acb77](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/54acb77081e8af309ead747bb8590f43c372b63b)) | ||
* change part of the code and modify the ui of the input box ([c08f687](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/c08f6878285d8f982374b56fc2b28fc396456780)) | ||
* change the settings to modal ([3cabfa5](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/3cabfa5ab8064e2bcc61711d3882cf635456002a)) | ||
* code to implement some of the functions ([6dc881f](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/6dc881f3130a13f6d9bff51175c8e252cc7d72a6)) | ||
* connecting api requests ([b28a255](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/b28a2550184180c04ddf152cf106120b1f9d0790)) | ||
* encapsulated functional components ([57520dd](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/57520dd0c60b1748ce87eda5ade624e9985304a8)) | ||
* hide the dock bar icon ([f2bec39](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/f2bec39389def89f1480cc2f98adf3f30d1d5cfa)) | ||
* initialize the project ([c558af9](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/c558af9a89ccfbf8d0e3cb83561e5d1992f3c1e0)) | ||
* modify some class names ([466e012](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/466e01247329ba849998fdaf8210383dee4d7516)) | ||
* modify tray icon ([f100efe](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/f100efe944fe540beb101ee9fffbc5282cf2ae40)) | ||
* new generation of random avatar components ([9da34e0](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/9da34e02924cb52ebbfd8b389abfeca9d8f02024)) | ||
* new theme switching function ([72e663b](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/72e663b2bf60751dd966a19420756c97a824fcc8)) | ||
* obtain the list again after deleting the history ([1dc7aa7](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/1dc7aa701f6d9027d2b3afe7c6f25b9b4f1c14a3)) | ||
* response to last quesition ([12133e4](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/12133e41c79695b79c62404167ec1037a3be1ac4)) | ||
* role search/new function ([a587ae0](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/a587ae0f0c3888d52a45acb95ad553088511eed1)) | ||
* session add code copy and export image function ([c73407d](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/c73407da85b161ed16565cdd392f31668e8a3d8f)) | ||
* some new function blocks have been added ([7093452](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/70934527c9191c136711af998b7e7143df1ba1bf)) | ||
* switch session and lock session role ([a61500b](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/a61500bffeb347360348ecb275cc32ed9705c7c9)) | ||
* the frosting effect is implemented in css ([71088a3](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/71088a3526e95366d80fe5f94e2ad8df016c0133)) | ||
* update docs ([535a620](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/535a6208e6706c6cf4231d62f2269e0b8612cb35)) | ||
* wrote something to the settings pop-up box ([f2153c7](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/f2153c7470114cbdb3cf52d5171adccaca725944)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* change arrow key symbols ([9a4a455](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/9a4a4554245fb45132aa6e99301c04d62dc98fb5)) | ||
* get focus to add border, lose focus to remove ([1a6dd47](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/1a6dd47985a52b1644cc087e32c30271ddb0110b)) | ||
* optimize part of the code ([18d21b8](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/18d21b8da94dc3063c2040021111c81502b2e9cd)) | ||
* optimize the display of session content ([#8](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/8)) ([532245f](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/532245f86e9d7b1279b1176ac04bf922395e45fa)) | ||
* optimized key icons to font symbols ([f69235e](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/f69235e70dd7b72246a92c29ebbdb8590b3720b6)) | ||
* optimized some codes ([fdcb490](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/fdcb4904dc3aff7656963a5dfca48eb209f79675)) | ||
* optimized some styles ([3d872dc](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/3d872dca8e9bd720574bea51ecd182cdc0d28a29)) | ||
* optimized sql update method ([ec6c1e8](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/ec6c1e806a52a79974c5fd015f50e15bf3cfc039)) | ||
* optimized store and sql ([1ca99f2](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/1ca99f2d94fe8d8b36e1b7af6a0c6f7bb82e2fa3)) | ||
* optimized the style of the history list ([9b5351d](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/9b5351ddbf389a67763dc33f43988136b3e06b1a)) | ||
* optimized the style of the role list ([3dc7447](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/3dc74473cc57a5e56b02c7f65baf4e2ad8fad40d)) | ||
* optimized the ui style of the role component ([#3](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/3)) ([6ea9426](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/6ea9426d599cd2c739b73c45579209ccbf1860da)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters