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/drop-internal-build-tag.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-prompt-states.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/windows-title-bar.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pymodel/pythinker-desktop

## 0.2.0

### Minor Changes

- [#151](https://github.com/PyModel/pythinker-code/pull/151) [`535b2a9`](https://github.com/PyModel/pythinker-code/commit/535b2a94bfc0e614dfeda754da174db9b9a5378e) Thanks [@elkaix](https://github.com/elkaix)! - Say when a new version is found, while it downloads, and when a download fails, instead of only once it is ready to install.

- [#151](https://github.com/PyModel/pythinker-code/pull/151) [`535b2a9`](https://github.com/PyModel/pythinker-code/commit/535b2a94bfc0e614dfeda754da174db9b9a5378e) Thanks [@elkaix](https://github.com/elkaix)! - Give the Windows window its own title bar, so the window controls no longer sit on top of the conversation header and the window can be dragged again.

### Patch Changes

- [#151](https://github.com/PyModel/pythinker-code/pull/151) [`535b2a9`](https://github.com/PyModel/pythinker-code/commit/535b2a94bfc0e614dfeda754da174db9b9a5378e) Thanks [@elkaix](https://github.com/elkaix)! - Remove the "Internal testing only" tag.

## 0.1.6

### 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.6",
"version": "0.2.0",
"private": true,
"type": "module",
"main": "dist/main.js",
Expand Down
Loading