-
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.
* Create structure for release notes * Release notes 0.2.0 * update * Update notes
- Loading branch information
Showing
4 changed files
with
83 additions
and
3 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
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,21 @@ | ||
--- | ||
layout: default | ||
title: ChatGPT QuickSearch Extension 0.1.0 | ||
description: Initial release of the extension | ||
--- | ||
|
||
Release date | 29 Apr 2024 | ||
Release status | Published | ||
Link | [Chrome Web Store](https://chromewebstore.google.com/detail/chatgpt-quicksearch/jclniokkhcjpgfijopjahldoepdikcko) | ||
|
||
## What's new in 0.1 | ||
|
||
ChatGPT QuickSearch Extension is a browser extension that allows you to quickly search the conversation history directly in ChatGPT by providing a search bar. You can simply press <kbd>cmd</kbd> / <kbd>ctrl</kbd> + <kbd>K</kbd> to trigger it. | ||
|
||
Once you open the search bar, you can enter the query in the search bar and the extension will search results as you type. The matched content will be highlighted, regardless it's the title of the conversation or the underlying messages. You can press the arrow key up ⬆️ and down ⬇️ to navigate the results and press <kbd>enter</kbd> to visit the conversation. | ||
|
||
![highlight results](/assets/2024-04-24-search-bar-results.png) | ||
|
||
## Additional Notes | ||
|
||
This is the first release of the Chrome extension. If you are interested in using the service, please visit the [home page of the extension](/chatgpt). |
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,35 @@ | ||
--- | ||
layout: default | ||
title: ChatGPT QuickSearch Extension 0.2.0 (draft) | ||
description: Improve the UI/UX of the search bar, automatic data synchronization | ||
--- | ||
|
||
Release date | 20 May 2024 (estimated) | ||
Release status | Draft | ||
Link | [Chrome Web Store](https://chromewebstore.google.com/detail/chatgpt-quicksearch/jclniokkhcjpgfijopjahldoepdikcko) | ||
|
||
## What's new in 0.2 | ||
|
||
In this release, we made significant progress on search bar improvements and data synchronization. The idea is to let you use the extension as seamlessly as possible, without any additional configuration or manual operations. In the coming weeks, we are going to invite alpha testers to test our Chrome extension. | ||
|
||
### Search Bar Improvements | ||
|
||
A new icon 🔍 has been added to the main view of ChatGPT, next to the dropdown list for choosing the ChatGPT models (3.5 / 4 / 4o) so that you can trigger the search bar either by clicking the icon or using the shortcut <kbd>ctrl</kbd> / <kbd>cmd</kbd> + <kbd>K</kbd>. | ||
|
||
### Automatic Data Synchronization | ||
|
||
The data synchronization is now triggered automatically when you load the ChatGPT web page in your browser. Previously, you had to click a button to trigger it manually. If you open the extension popup, you can also see the progress of the synchronization in real-time. The synchronization is incremental, which means that if a conversation has been synchronized in the past and is not updated, it won't be synchronized again. | ||
|
||
You can control the data synchronization by using the shortcut <kbd>cmd</kbd> + <kbd>-</kbd>, to disable or enable the synchronization. You need to inspect it from the console (Press <kbd>F12</kbd> and then visit the tab "Console" in Chrome). | ||
|
||
## Improvements | ||
|
||
Other improvements: | ||
|
||
* Show the version, mode, and site for the backend API in the popup, which facilitates troubleshooting when an issue occurs. | ||
* Change the permissions of Chrome extensions to follow the DNS changes of ChatGPT from `https://chat.openai.com` to `https://chatgpt.com`. | ||
* Improvements in API error handling, such as "504 Gateway Timeout" and "429 Too Many Requests". | ||
|
||
## Additional Notes | ||
|
||
As of 14 May 2024, the service is not publicly available. If you are interested in using the service, please visit the [home page of the extension](/chatgpt). |
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,23 @@ | ||
--- | ||
layout: default | ||
title: Release Notes | ||
description: Change log of the ChatGPT QuickSearch Extension | ||
--- | ||
|
||
{% comment %} | ||
Inspired by: | ||
* https://temporal.io/change-log | ||
* https://www.elastic.co/guide/en/elasticsearch/reference/current/es-release-notes.html | ||
{% endcomment %} | ||
|
||
## Coming Soon | ||
|
||
We are going to release the ChatGPT QuickSearch Extension 0.2.0 on the Chrome Web Store. We have conducted a user survey and gathered 69 responses from our friends and colleagues. We have improved the UI/UX of the search bar and made the data synchronization mechanism automatic. | ||
|
||
[Release notes v0.2.0 (draft)](0.2.0) | ||
|
||
## 29 Apr, 2024 | ||
|
||
We released the initial version of the ChatGPT QuickSearch Extension 0.1.0 on the Chrome Web Store. After signing up to the service, you can synchronize the data manually and use shortcut <kbd>ctrl</kbd> / <kbd>cmd</kbd> + <kbd>K</kbd> to trigger a quick search. | ||
|
||
[Release notes v0.1.0](0.1.0) |