browser-cookie-bridge 1.5.0 → 1.5.1

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,6 +16,7 @@
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-2"><img src="https://img.shields.io/badge/Product%20Hunt-View%20launch-DA552F?logo=producthunt&logoColor=white" alt="Browser Cookie Bridge on Product Hunt" /></a>
19
20
  <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>
20
21
  <img src="https://img.shields.io/badge/license-MIT-3DA639" alt="MIT License" />
21
22
  </p>
@@ -29,6 +30,7 @@
29
30
  <a href="#security--privacy">Security</a> ·
30
31
  <a href="CONTRIBUTING.md">Contribute</a> ·
31
32
  <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-2">Product Hunt</a> ·
32
34
  <a href="https://tally.so/r/J9j0D4">Windows waitlist</a> ·
33
35
  <a href="#support">Support</a>
34
36
  </p>
@@ -46,7 +48,7 @@
46
48
 
47
49
  ---
48
50
 
49
- > **Version 1.5.0 adds experimental Cursor browser import and encrypted Grok Bot `.bcbx` export.** Cursor is destination-only and currently imports cookie sessions into its dedicated browser partition. Grok Bot writes a one-time encrypted transfer file with a bundled importer and a one-time key: attach the `.bcbx` file to any Grok Bot, paste the prompt, and enter the key privately when asked. Cookie values must never be logged or pasted into chat. The optional Codex restart flow from 1.4.0 is unchanged and remains off by default.
51
+ > **Version 1.5.1 restores the [Product Hunt](https://www.producthunt.com/products/browser-cookie-bridge-2) launch link.** Version 1.5.0 added experimental Cursor browser import and encrypted Grok Bot `.bcbx` export. Cursor is destination-only and currently imports cookie sessions into its dedicated browser partition. Grok Bot writes a one-time encrypted transfer file with a bundled importer and a one-time key: attach the `.bcbx` file to any Grok Bot, paste the prompt, and enter the key privately when asked. Cookie values must never be logged or pasted into chat. The optional Codex restart flow from 1.4.0 is unchanged and remains off by default.
50
52
 
51
53
  ## Why Browser Cookie Bridge
52
54
 
@@ -297,8 +299,9 @@ If Browser Cookie Bridge is useful to you:
297
299
  - 🐛 **[Report a bug](https://github.com/apoorvdarshan/browser-cookie-bridge/issues/new?template=bug_report.yml)** — never include cookie values or tokens
298
300
  - ☕ **[Support on Ko-fi](https://ko-fi.com/apoorvdarshan)**
299
301
  - 𝕏 **Follow [@apoorvdarshan](https://x.com/apoorvdarshan)**
302
+ - 🚀 **[View on Product Hunt](https://www.producthunt.com/products/browser-cookie-bridge-2)**
300
303
 
301
- The product screenshot and transparent cookie logo live in [`marketing/`](marketing/).
304
+ Product screenshots, the transparent cookie logo, and launch artwork live in [`marketing/`](marketing/).
302
305
 
303
306
  ## Website
304
307
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Browser Cookie Bridge",
4
- "version": "1.5.0",
4
+ "version": "1.5.1",
5
5
  "description": "Transfers selected browser data locally between supported browsers and embedded app browsers.",
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.5.0</string>
14
- <key>CFBundleVersion</key><string>36</string>
13
+ <key>CFBundleShortVersionString</key><string>1.5.1</string>
14
+ <key>CFBundleVersion</key><string>37</string>
15
15
  <key>LSMinimumSystemVersion</key><string>13.5</string>
16
16
  <key>NSHighResolutionCapable</key><true/>
17
17
  </dict>
@@ -9,6 +9,7 @@ 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-2")!
12
13
  }
13
14
 
14
15
  @main
@@ -201,6 +202,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
201
202
  menu.addItem(.separator())
202
203
  addLink("Support on Ko-fi", url: ProjectLinks.koFi, to: menu)
203
204
  addLink("Follow @apoorvdarshan on X", url: ProjectLinks.x, to: menu)
205
+ addLink("View on Product Hunt", url: ProjectLinks.productHunt, to: menu)
204
206
  }
205
207
 
206
208
  private func addLink(_ title: String, url: URL, to menu: NSMenu) {
@@ -741,6 +743,8 @@ struct PreferencesPanel: View {
741
743
  ProjectLinkRow(icon: "heart", title: "Support on Ko-fi", detail: "Sponsor development", url: ProjectLinks.koFi)
742
744
  RowDivider()
743
745
  ProjectLinkRow(icon: "person.crop.circle.badge.plus", title: "Follow @apoorvdarshan on X", detail: "Developer updates", url: ProjectLinks.x)
746
+ RowDivider()
747
+ ProjectLinkRow(icon: "megaphone", title: "View on Product Hunt", detail: "Follow the launch and leave feedback", url: ProjectLinks.productHunt)
744
748
  }
745
749
  }
746
750
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-cookie-bridge",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Local-first cookie and session transfer for macOS with optional Browserless upload",
5
5
  "type": "module",
6
6
  "bin": {