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
5 changes: 0 additions & 5 deletions .changeset/desktop-windows-azure-signing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/question-lease-and-labels.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/site-windows-download.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/windows-opaque-window.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/windows-titlebar-and-display-name.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions apps/pythinker-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/pythinker-code/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading