Releases: seonWKim/ai-sidebar
Releases · seonWKim/ai-sidebar
v1.9.0
v1.8.0
Release v1.6.0
Features Added:
- Add "copy text" feature
- Enhance message input style
Internal Changes:
- Add cypress test
What's Changed
- 41 add feature to copy the text in a message by @seonwoo960000 in #110
- Enhance message input style by @seonwoo960000 in #111
- 108 fix cypress dependency by @seonwoo960000 in #113
- Fix show-arrow by @seonwoo960000 in #115
Full Changelog: v1.5.0...v1.6.0
Release v1.5.0
Features Added:
- Show/Hide settings bar(vertical bar) is added
- Enable/Disable shortcut key to open side panel feature is added
- Full page feature is added. Users can use "AI-Sidebar" in a full page rather than side panel.
- Image generation feature is added.
Internal Changes:
- UI is responsive to screen width changes
- Cypress test is added
- Prettier.rc and Eslint is added
- Animation added to landing page when installed (using AOS library)
Following TODOs:
- Cypress test should run on the github actions
What's Changed
- Enhance landing page by using aos by @seonwoo960000 in #81
- Add space for temperature by @seonwoo960000 in #83
- Fix About.vue by @seonwoo960000 in #85
- Fix aos config by @seonwoo960000 in #86
- 88 add prettierrc and eslint support by @seonwoo960000 in #90
- Fix the sidePanel to be opened as a global tab by @seonwoo960000 in #91
- Fix
pushedKeyValues
to include only valid values by @seonwoo960000 in #92 - Add image generation feature by @seonwoo960000 in #95
- Add contextMenu to open in full page mode by @seonwoo960000 in #98
- 87 add cypress support for testing by @seonwoo960000 in #99
- 100 add cypress test by @seonwoo960000 in #103
- Add feature to enable/disable shortcut by @seonwoo960000 in #104
- Add feature to show/hide settings bar by @seonwoo960000 in #107
- Make the UI responsive to screen width changes by @seonwoo960000 in #109
Full Changelog: v1.4.1...v1.5.0
Release v1.4.1
Hotfix to release v1.4.0
- Fix shortcut internal logic
What's Changed
- Add custom shortcut for opening side panel by @seonwoo960000 in #79
- Add custom shortcut for opening side panel by @seonwoo960000 in #80
Full Changelog: v1.4.0...v1.4.1
Release v1.4.0
Features added:
- Feature to add/delete default prompt messages
- Hide message template
- "Clear" message button is added
- Dark theme is added
- Shortcut configuration for opening side panel is added
Internal:
- Enhance landing page
- Remove bug that creates a scrollbar when message is written
What's Changed
- Fix the initial UI to remove the scrollbar by @seonwoo960000 in #67
- Update README.md by @seonwoo960000 in #68
- Add theme selector by @seonwoo960000 in #69
- Add clear button by @seonwoo960000 in #70
- Enhance landing page when installed by @seonwoo960000 in #72
- Add show/hide message template feature by @seonwoo960000 in #76
- 21 add features to do prompt engineering with ease by @seonwoo960000 in #77
Full Changelog: v1.3.0...v1.4.0
Release v1.3.0
Features added:
- Message template is added
- Context memoization feature is added
Internal:
- Configuration button for selecting
role
is removed - Buttons are reordered by importance
main.gif
is fixed
What's Changed
- Add textbox that we can use to add message template by @seonwoo960000 in #57
- Add message template modal by @seonwoo960000 in #58
- 56 add next textbox above and below current input textbox by @seonwoo960000 in #61
- Allow users to send previous N messages to OpenAI(context memoization) by @seonwoo960000 in #62
- Fix button positions by @seonwoo960000 in #66
Full Changelog: v1.2.0...v1.3.0
Release v1.2.0
Features added:
- A slider is added to allow users select the temperature of the OpenAI response
- Detailed explanation on how to set api key is added
- Api key is masked
Internal:
- Mocking OpenAI response feature is added in development mode
Bug fix:
- Position of the "stop" button is fixed when response is being streamed
Release v1.1.0
Features added:
- Cancel button is added which can be used to cancel streaming response.
- A snackbar is added to show error messages.
- Select boxes are added to allow users select gpt models and roles.
- Sidepanel is opened when user clicks icon in the chrome extension bar.
- A static page is added which is shown when users first install the chrome extension.
(Internal Features)
- Add vitest for testing.
- Add github actions for continuous integration.
Release v1.0.0 (Beta)
Beta release with minimal features.
- Ask chatGPT
- Able to set and store openai api keys
- Works as sidepanel(Chrome extesion)