Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to PromptForge AI will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0](https://github.com/IrfanCodesBTW/PromptForge-AI/compare/promptforge-ai-v1.0.0...promptforge-ai-v1.1.0) (2026-07-06)


### Features

* dynamic model selection, interactive hotkey recording, clean responses, and provider fixes ([3c220c6](https://github.com/IrfanCodesBTW/PromptForge-AI/commit/3c220c64a42b54c1c61ed46c3786aed77c2dde97))
* trigger initial automated release ([616802e](https://github.com/IrfanCodesBTW/PromptForge-AI/commit/616802e5e8b684b1c55c7726045fab949ba744d8))


### Bug Fixes

* remove strict knip dependency checks from CI pipeline ([6083581](https://github.com/IrfanCodesBTW/PromptForge-AI/commit/6083581e773d7c3b8ac63ee877968e861bd15ada))
* resolve CI failures and release workflow issues ([ca09c1a](https://github.com/IrfanCodesBTW/PromptForge-AI/commit/ca09c1a35a1931b7013242f1f25f0e4d15077803))

## [Unreleased]

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promptforge-ai",
"version": "1.0.0",
"version": "1.1.0",
"description": "A local-first Electron desktop app that enhances AI prompts via global hotkeys",
"main": "./out/main/index.js",
"author": "PromptForge",
Expand Down
Loading