diff --git a/.changeset/desktop-windows-azure-signing.md b/.changeset/desktop-windows-azure-signing.md deleted file mode 100644 index 8b0ec27f..00000000 --- a/.changeset/desktop-windows-azure-signing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-desktop': patch ---- - -Sign the Windows installer through Azure Artifact Signing when the signing environment is configured diff --git a/.changeset/question-lease-and-labels.md b/.changeset/question-lease-and-labels.md deleted file mode 100644 index a5dd49e0..00000000 --- a/.changeset/question-lease-and-labels.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Questions no longer expire after 60 seconds, expired questions are not reported as user dismissals, answers retain question text and option labels, and Escape no longer dismisses a question. diff --git a/.changeset/site-windows-download.md b/.changeset/site-windows-download.md deleted file mode 100644 index f2d309db..00000000 --- a/.changeset/site-windows-download.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Add a Windows download button to the site and point both desktop download buttons directly at the published installer assets. diff --git a/.changeset/windows-opaque-window.md b/.changeset/windows-opaque-window.md deleted file mode 100644 index 8e5186ec..00000000 --- a/.changeset/windows-opaque-window.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-desktop': patch ---- - -Render the Windows desktop window opaquely so the theme colours are not blended with the desktop wallpaper diff --git a/.changeset/windows-titlebar-and-display-name.md b/.changeset/windows-titlebar-and-display-name.md deleted file mode 100644 index 31b959a4..00000000 --- a/.changeset/windows-titlebar-and-display-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Reserve the Windows title-bar area so the window controls no longer overlap the chat header, paint the Windows sidebar solid, and change the VS Code extension display name to `Pythinker` because the previous name is reserved on the Marketplace. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 433ff77a..7bdb3285 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @pymodel/pythinker-desktop +## 0.1.2 + +### Patch Changes + +- [#82](https://github.com/PyModel/pythinker-code/pull/82) [`1cd8682`](https://github.com/PyModel/pythinker-code/commit/1cd868296da9507cbb28768f71b2611f5ad8a813) - Sign the Windows installer through Azure Artifact Signing when the signing environment is configured + +- [#82](https://github.com/PyModel/pythinker-code/pull/82) [`1cd8682`](https://github.com/PyModel/pythinker-code/commit/1cd868296da9507cbb28768f71b2611f5ad8a813) - Render the Windows desktop window opaquely so the theme colours are not blended with the desktop wallpaper + ## 0.1.1 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 4f15d501..15dfee0e 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@pymodel/pythinker-desktop", "description": "Pythinker desktop application with tray-owned Host lifecycle", - "version": "0.1.1", + "version": "0.1.2", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 2c25bfaf..76af8fcd 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,15 @@ # @pymodel/pythinker-code +## 0.19.1 + +### Patch Changes + +- [#85](https://github.com/PyModel/pythinker-code/pull/85) [`fa82753`](https://github.com/PyModel/pythinker-code/commit/fa82753e675eb95d4b0028755eb2626afb0a6e8f) - Questions no longer expire after 60 seconds, expired questions are not reported as user dismissals, answers retain question text and option labels, and Escape no longer dismisses a question. + +- [#82](https://github.com/PyModel/pythinker-code/pull/82) [`1cd8682`](https://github.com/PyModel/pythinker-code/commit/1cd868296da9507cbb28768f71b2611f5ad8a813) - Add a Windows download button to the site and point both desktop download buttons directly at the published installer assets. + +- [#82](https://github.com/PyModel/pythinker-code/pull/82) [`1cd8682`](https://github.com/PyModel/pythinker-code/commit/1cd868296da9507cbb28768f71b2611f5ad8a813) - Reserve the Windows title-bar area so the window controls no longer overlap the chat header, paint the Windows sidebar solid, and change the VS Code extension display name to `Pythinker` because the previous name is reserved on the Marketplace. + ## 0.19.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 17c1a825..8c1519b8 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "0.19.0", + "version": "0.19.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",