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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.6 - 2026-07-17
- Fixed update checks for GitHub-installed extensions using GitHub Releases.
- Added a guarded release workflow that publishes only after the release branch is merged into main.

## 1.1.1 - 2026-04-13
- Fixed: New Chat for All now preserves temporary chat mode for supported providers.
- Fixed: Gemini and Grok temporary or private chat activation no longer toggles off when already active.
Expand Down
6 changes: 3 additions & 3 deletions data/version-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"commitHash": "1f42db6",
"buildDate": "2026-04-13"
"version": "1.2.6",
"commitHash": "0409159",
"buildDate": "2026-07-17"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Panelize",
"version": "1.1.1",
"version": "1.2.6",
"description": "Compare AI assistants side by side in one window. Send one prompt and review responses faster.",
"default_locale": "en",
"permissions": [
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": "panelize",
"version": "1.1.1",
"version": "1.2.6",
"description": "Compare AI chatbots side-by-side",
"repository": {
"type": "git",
Expand Down
Loading