Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Woo AI - Add a changelog.txt file for automation. #41215

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 37 additions & 0 deletions plugins/woo-ai/changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
*** Woo AI Changelog ***

2023-10-19 - version 0.5.0
* Minor - Adding background removal for legacy product editor images.
* Minor - Adding feedback snackbar after image background removal.
* Minor - Adding number of images to tracks events for background removal.
* Minor - Adding spotlight to bring attention to background removal link on Media Library.

2023-09-12 - version 0.4.0
* Patch - Add Woo AI Personalization setting and check setting when generating descriptions with AI.
* Minor - Suggest product categories using AI.
* Minor - [Woo AI] Add a Write with AI button for the short description field in product editor.

2023-08-18 - version 0.3.0
* Patch - Fix Woo AI settings page fields persistence bug when disabling the feature.
* Patch - Woo AI - Fix store branding settings retrieval for use with description generation.
* Patch - Update `wp-env` to version 8.2.0.
* Minor - Adding settings screen for AI centric settings.
* Minor - Generating short description after long description on product editor.
* Minor - [Woo AI] Add Store Branding data to product description generation prompt.
* Minor - Moving text completion hooks into @woocommerce/ai package for reuse.
* Minor - Updating AI endpoints for product editing features.
* Minor - Use additional product data (categories, tags, and attributes) when generating product descriptions.
* Minor - Update pnpm monorepo-wide to 8.6.5.
* Minor - Update pnpm to 8.6.7.
* Minor - Upgrade TypeScript to 5.1.6.

2023-06-28 - version 0.2.0
* Minor - Adding error handling for a bad token request.
* Minor - Adding tracks events to indicate view for ai features.
* Minor - Initial release of WooAI plugin.
* Minor - Update the product's permalink (slug) when an AI suggested title is selected.

2023-06-05 - version 0.1.0
* Patch - Unhook a duplicate Jetpack Contact Form button hook.
* Minor - Declare HPOS compatibility.
* Minor - Truncating product title before sending.
5 changes: 5 additions & 0 deletions plugins/woo-ai/changelog/add-woo-ai-changelog-txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Changelog.txt file added for WooRelease automation.