browser-cookie-bridge 1.4.5 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,7 +16,6 @@
16
16
  <a href="https://www.npmjs.com/package/browser-cookie-bridge"><img src="https://img.shields.io/npm/v/browser-cookie-bridge?logo=npm&color=CB3837" alt="browser-cookie-bridge on npm" /></a>
17
17
  <img src="https://img.shields.io/badge/local--first-cloud%20optional-C68B3C" alt="Local-first, cloud optional" />
18
18
  <img src="https://img.shields.io/github/stars/apoorvdarshan/browser-cookie-bridge?logo=github&color=C68B3C" alt="GitHub stars" />
19
- <a href="https://www.producthunt.com/products/browser-cookie-bridge"><img src="https://img.shields.io/badge/Product%20Hunt-View%20launch-DA552F?logo=producthunt&logoColor=white" alt="Browser Cookie Bridge on Product Hunt" /></a>
20
19
  <a href="https://tally.so/r/J9j0D4"><img src="https://img.shields.io/badge/Windows-Join%20waitlist-8E2735?logo=windows&logoColor=white" alt="Join the Browser Cookie Bridge Windows waitlist" /></a>
21
20
  <img src="https://img.shields.io/badge/license-MIT-3DA639" alt="MIT License" />
22
21
  </p>
@@ -30,7 +29,6 @@
30
29
  <a href="#security--privacy">Security</a> ·
31
30
  <a href="CONTRIBUTING.md">Contribute</a> ·
32
31
  <a href="https://github.com/apoorvdarshan/browser-cookie-bridge/issues/new?template=bug_report.yml">Report a bug</a> ·
33
- <a href="https://www.producthunt.com/products/browser-cookie-bridge">Product Hunt</a> ·
34
32
  <a href="https://tally.so/r/J9j0D4">Windows waitlist</a> ·
35
33
  <a href="#support">Support</a>
36
34
  </p>
@@ -42,7 +40,7 @@
42
40
 
43
41
  <br />
44
42
 
45
- <img src="marketing/product-hunt/01-overview.png" width="840" alt="Browser Cookie Bridge app preview" />
43
+ <img src="marketing/app-screenshot.png" width="712" alt="Browser Cookie Bridge app preview" />
46
44
 
47
45
  </div>
48
46
 
@@ -271,9 +269,8 @@ If Browser Cookie Bridge is useful to you:
271
269
  - 🐛 **[Report a bug](https://github.com/apoorvdarshan/browser-cookie-bridge/issues/new?template=bug_report.yml)** — never include cookie values or tokens
272
270
  - ☕ **[Support on Ko-fi](https://ko-fi.com/apoorvdarshan)**
273
271
  - 𝕏 **Follow [@apoorvdarshan](https://x.com/apoorvdarshan)**
274
- - 🚀 **[View on Product Hunt](https://www.producthunt.com/products/browser-cookie-bridge)**
275
272
 
276
- Product screenshots, the transparent cookie logo, and launch artwork live in [`marketing/`](marketing/).
273
+ The product screenshot and transparent cookie logo live in [`marketing/`](marketing/).
277
274
 
278
275
  ## Website
279
276
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Browser Cookie Bridge",
4
- "version": "1.4.5",
4
+ "version": "1.4.7",
5
5
  "description": "Transfers selected browser data locally between supported browsers and into ChatGPT Codex.",
6
6
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5o6lDkXzU/23Jm2QRk4mfuxNnr3VlEIjRHcZr93Gdo7PI7asHJQhigaMGT6UOz0lkaTn1F+TGIPlsJo9GNBSsxbCfxWoBSXcFQFrPolY5LEfKaMtZQQ6eb4UAnp+bbUwb1den4On0piWU47Yzl6i0Jcdg4EG5H1kCSF/6nJsbKgF7OTaR/3drULu40yRvflzSXRhly3UDO7c5mgHJsaMwVV+VILsxbcPOoRINjuo3zDC737HFs67dpf38xF3tjSVL0HURAWKKobMvfABiDfVEm5O0Lvf+57d1Ib12QLT2qtVXNDy3iYwX+w2S0wH2vIMsfvoFPlRdmeqft70kZOqXwIDAQAB",
7
7
  "permissions": ["alarms", "cookies", "history"],
@@ -10,8 +10,8 @@
10
10
  <key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
11
11
  <key>CFBundleName</key><string>Browser Cookie Bridge</string>
12
12
  <key>CFBundlePackageType</key><string>APPL</string>
13
- <key>CFBundleShortVersionString</key><string>1.4.5</string>
14
- <key>CFBundleVersion</key><string>33</string>
13
+ <key>CFBundleShortVersionString</key><string>1.4.7</string>
14
+ <key>CFBundleVersion</key><string>35</string>
15
15
  <key>LSMinimumSystemVersion</key><string>13.5</string>
16
16
  <key>NSHighResolutionCapable</key><true/>
17
17
  </dict>
@@ -9,7 +9,6 @@ private enum ProjectLinks {
9
9
  static let license = URL(string: "https://github.com/apoorvdarshan/browser-cookie-bridge/blob/main/LICENSE")!
10
10
  static let koFi = URL(string: "https://ko-fi.com/apoorvdarshan")!
11
11
  static let x = URL(string: "https://x.com/apoorvdarshan")!
12
- static let productHunt = URL(string: "https://www.producthunt.com/products/browser-cookie-bridge")!
13
12
  }
14
13
 
15
14
  @main
@@ -202,7 +201,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
202
201
  menu.addItem(.separator())
203
202
  addLink("Support on Ko-fi", url: ProjectLinks.koFi, to: menu)
204
203
  addLink("Follow @apoorvdarshan on X", url: ProjectLinks.x, to: menu)
205
- addLink("View on Product Hunt", url: ProjectLinks.productHunt, to: menu)
206
204
  }
207
205
 
208
206
  private func addLink(_ title: String, url: URL, to menu: NSMenu) {
@@ -675,8 +673,6 @@ struct PreferencesPanel: View {
675
673
  ProjectLinkRow(icon: "heart", title: "Support on Ko-fi", detail: "Sponsor development", url: ProjectLinks.koFi)
676
674
  RowDivider()
677
675
  ProjectLinkRow(icon: "person.crop.circle.badge.plus", title: "Follow @apoorvdarshan on X", detail: "Developer updates", url: ProjectLinks.x)
678
- RowDivider()
679
- ProjectLinkRow(icon: "megaphone", title: "View on Product Hunt", detail: "Follow the launch and leave feedback", url: ProjectLinks.productHunt)
680
676
  }
681
677
  }
682
678
  }
@@ -732,27 +732,22 @@ final class SyncModel: ObservableObject {
732
732
  }
733
733
  return
734
734
  }
735
- NSWorkspace.shared.openApplication(at: codexURL, configuration: NSWorkspace.OpenConfiguration()) { [weak self] _, error in
736
- Task { @MainActor in
737
- guard let self else { return }
738
- if let error {
739
- self.state = .warning
740
- self.primaryStatus = "Codex sessions updated, but Codex was not reopened"
741
- self.secondaryStatus = ([transferResult] + completedRestartMessages + ["Codex could not be reopened: \(error.localizedDescription)"]).joined(separator: "\n\n")
742
- } else {
743
- self.codexRunning = true
744
- self.state = partial || didSourceRestartFail ? .warning : .success
745
- self.primaryStatus = didSourceRestartFail ? "Sync complete, but the source did not reopen" : (partial ? "Codex sync completed with warnings" : "Codex sessions updated")
746
- self.secondaryStatus = ([transferResult] + completedRestartMessages + ["ChatGPT Codex reopened successfully."]).joined(separator: "\n\n")
747
- }
748
- if showMenuBarAlert {
749
- self.postNativeAlert(
750
- title: self.primaryStatus,
751
- message: self.secondaryStatus,
752
- kind: self.state == .success ? .information : .warning
753
- )
754
- }
755
- }
735
+ if NSWorkspace.shared.open(codexURL) {
736
+ codexRunning = true
737
+ state = partial || didSourceRestartFail ? .warning : .success
738
+ primaryStatus = didSourceRestartFail ? "Sync complete, but the source did not reopen" : (partial ? "Codex sync completed with warnings" : "Codex sessions updated")
739
+ secondaryStatus = ([transferResult] + completedRestartMessages + ["ChatGPT Codex reopened successfully."]).joined(separator: "\n\n")
740
+ } else {
741
+ state = .warning
742
+ primaryStatus = "Codex sessions updated, but Codex was not reopened"
743
+ secondaryStatus = ([transferResult] + completedRestartMessages + ["Codex could not be reopened. Open it manually to use the updated sessions."]).joined(separator: "\n\n")
744
+ }
745
+ if showMenuBarAlert {
746
+ postNativeAlert(
747
+ title: primaryStatus,
748
+ message: secondaryStatus,
749
+ kind: state == .success ? .information : .warning
750
+ )
756
751
  }
757
752
  }
758
753
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-cookie-bridge",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "Local-first cookie and session transfer for macOS with optional Browserless upload",
5
5
  "type": "module",
6
6
  "bin": {