Skip to content

Commit ff847ef

Browse files
pythinker-release-bot[bot]github-actions[bot]elkaix
authored
ci: release packages (#84)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @pymodel/pythinker-code@0.19.1 ### Patch Changes - [#85](#85) [`fa82753`](fa82753) - 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](#82) [`1cd8682`](1cd8682) - Add a Windows download button to the site and point both desktop download buttons directly at the published installer assets. - [#82](#82) [`1cd8682`](1cd8682) - 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. ## @pymodel/pythinker-desktop@0.1.2 ### Patch Changes - [#82](#82) [`1cd8682`](1cd8682) - Sign the Windows installer through Azure Artifact Signing when the signing environment is configured - [#82](#82) [`1cd8682`](1cd8682) - Render the Windows desktop window opaquely so the theme colours are not blended with the desktop wallpaper Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: M Elkholy <melkholy@techmatrix.com>
1 parent 4111dcf commit ff847ef

9 files changed

Lines changed: 20 additions & 27 deletions

.changeset/desktop-windows-azure-signing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/question-lease-and-labels.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/site-windows-download.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/windows-opaque-window.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/windows-titlebar-and-display-name.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/desktop/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pymodel/pythinker-desktop
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 0.1.1
412

513
### Patch Changes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pymodel/pythinker-desktop",
33
"description": "Pythinker desktop application with tray-owned Host lifecycle",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"type": "module",
77
"main": "dist/main.js",

apps/pythinker-code/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pymodel/pythinker-code
22

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- [#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.
12+
313
## 0.19.0
414

515
### Minor Changes

apps/pythinker-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pymodel/pythinker-code",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "Pythoughts",

0 commit comments

Comments
 (0)