Skip to content

Commit

Permalink
Prepare for release v1.9.7 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-presidio authored Feb 21, 2025
1 parent 82e4dc5 commit 280b9d6
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 34 deletions.
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

0 comments on commit 280b9d6

Please sign in to comment.