Skip to content

Commit

Permalink
Create release notes (#7)
Browse files Browse the repository at this point in the history
* Create structure for release notes

* Release notes 0.2.0

* update

* Update notes
  • Loading branch information
mincong-h authored May 14, 2024
1 parent 311fd47 commit d1fb5ff
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chatgpt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Interested? This product is currently in alpha testing. Contact: `mincong.h[at]g

Here are some additional resources for you:

* [**Getting started**](/chatgpt/getting-started): installation, sign-up, configuration, etc
* [**Contact**](/chatgpt/contact): in case you want to reach out
* [**Privacy**](/chatgpt/privacy): we collect the strict minimum of data from you for the proper functioning of our service. We don't sell your data to third-party services. For more details, please visit [the privacy statement](/chatgpt/privacy).
* [**Getting started**](/chatgpt/getting-started): Installation, sign-up, configuration, etc
* [**Contact**](/chatgpt/contact): In case you want to reach out for support, questions, or collaboration.
* [**Privacy**](/chatgpt/privacy): We collect the strict minimum of data from you for the proper functioning of our service. We don't sell your data to third-party services. For more details, please visit [the privacy statement](/chatgpt/privacy).
* [**Release Notes**](/chatgpt/releases/): The release notes of the extension since April 2024.
21 changes: 21 additions & 0 deletions chatgpt/releases/0.1.0.md
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).
35 changes: 35 additions & 0 deletions chatgpt/releases/0.2.0.md
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).
23 changes: 23 additions & 0 deletions chatgpt/releases/index.md
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)

0 comments on commit d1fb5ff

Please sign in to comment.