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

Prepare for release (v1.9.7) #40

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/better-mugs-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fine-bars-fail.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/neat-eels-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-parrots-vanish.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tall-mice-bow.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.9.7]

### Enhancements

- Recurring suggestions for AI chat
- Editing requirements, user stories, and tasks now remains on the same page, avoiding unnecessary navigation.
- Improved chat prompt behavior to be concise, preserve existing content, and avoid explaining feature benefits.
- Reformatted PRDs, Screens, and Personas to improve readability by adding new lines before writing to the file.
- PRDs and BRDs are no longer appended to the business process description during addition or updates.
- PRDs and BRDs are now included as context when generating the business process flowchart.
- Added process flow diagram examples and guidelines to improve flowchart generation prompts.
- Updated business process add/update prompt to exclude marketing, promotional, or summarizing content.
- Added tooltips for Delete, Copy, Settings, Folder, and Logout icons to improve usability.
- Added Jira prerequisite message for better clarity.
- Updated suggestions layout to appear horizontally when chat history is not empty.

### Fixed

- Trimmed unnecessary white spaces and removed trailing slashes from the App URL before verification to prevent authentication failures.
- Resolved issue where chat history was disappearing in User Story.
- Fixed task chat breaking due to payload validation failure.

## [1.9.6]

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "specif-ai",
"displayName": "Specif AI",
"version": "1.9.6",
"version": "1.9.7",
"description": "AI-powered platform that generates project requirements and transforms them into actionable tasks with intuitive workflows.",
"repository": {
"type": "git",
"url": "https://github.com/presidio-oss/specif-ai"
},
"scripts": {
"changeset": "npx @changesets/cli",
"version-packages": "changeset version"
"version-packages": "npm run changeset version"
},
"author": {
"name": "Presidio"
Expand Down