Skip to content

Commit d645505

Browse files
Antonio Maiologithub-actions[bot]
andauthored
chore(release): version packages (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 201e269 commit d645505

8 files changed

Lines changed: 26 additions & 23 deletions

File tree

.changeset/add-auto-updater.md

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

.changeset/fix-conversation-sidebar-not-updating.md

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

app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# think-app
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- 201e269: Add auto-updater for GitHub releases
8+
9+
- Integrate electron-updater with GitHub releases provider
10+
- Add app menu with "Check for Updates..." option
11+
- Show in-app toast notification when update is ready
12+
- Add "Restart" action to apply downloaded updates
13+
14+
- 27d602f: Fix conversation not appearing in sidebar when starting from home
15+
16+
- Use refs for event callbacks to prevent SSE reconnection
17+
- Ensures conversation_created events are properly received
18+
319
## 0.5.1
420

521
### Patch Changes

app/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "think-app",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"main": "electron/main.js",
66
"scripts": {
@@ -37,7 +37,10 @@
3737
],
3838
"mac": {
3939
"icon": "build/icon.icns",
40-
"target": ["dmg", "zip"],
40+
"target": [
41+
"dmg",
42+
"zip"
43+
],
4144
"category": "public.app-category.productivity",
4245
"hardenedRuntime": true,
4346
"gatekeeperAssess": false,

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "think-backend"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Think backend API"
55
authors = ["Your Name <you@example.com>"]
66
package-mode = false

extension/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# think-extension
22

3+
## 0.5.2
4+
35
## 0.5.1
46

57
### Patch Changes

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "think-extension",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"scripts": {
66
"dev": "vite build --watch",

extension/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoM28Tz8K1587vX8QWs6yyyHbFR46rsgVSQkVDRe2xHEMhCY1KdDEL3DraxZM+0FXOycPeav/2HDuybZnP8CB3BM02GviZ4UhmY0IFBnQRiJTI13y5boNKSR8ENPAe4eaFxLELELQK9HE1klhFZgI04R989xYUW7ZaWBYc3qsQelyIaAK1GaFsubTQcngi4sfbCWnX8HW3oqu3yJ9A91SbRyNTNUwnc7S9OaBvtFKKZMSnF7BzdB7VztR/rehxWCm4Wa3BWZzrHN6OK1TiOzrsJ2byIVU4UiP2q5jXzJt0o5X7XLHPUc0CLxIqfVKGmK59wI2AM/GKxTHNX0o9KKriQIDAQAB",
44
"name": "Think - Save to Personal AI",
5-
"version": "0.5.1",
5+
"version": "0.5.2",
66
"description": "Save web pages to your personal AI assistant",
77
"permissions": [
88
"activeTab",

0 commit comments

Comments
 (0)