privateboard 0.1.19 → 0.1.20

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/dist/version.d.ts CHANGED
@@ -12,6 +12,6 @@
12
12
  * number ends up surfaced in the user-facing footer or banner. Keep
13
13
  * this file as the canonical source — every callsite reads from here.
14
14
  */
15
- declare const VERSION = "0.1.19";
15
+ declare const VERSION = "0.1.20";
16
16
 
17
17
  export { VERSION };
package/dist/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  // src/version.ts
4
- var VERSION = "0.1.19";
4
+ var VERSION = "0.1.20";
5
5
  export {
6
6
  VERSION
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["/**\n * Single source of truth for the app version.\n *\n * Imported by `cli.ts` (CLI banner / `--version`), `server.ts` (the\n * `/health` payload + the `/api/version` endpoint), and bundled into\n * the frontend via the version endpoint. Bump alongside `package.json`\n * on every release — the existing `npm version <patch|minor|major>`\n * + commit pattern updates package.json automatically; this file\n * needs the matching manual bump.\n *\n * If two strings drift (bumped one but not the other), the wrong\n * number ends up surfaced in the user-facing footer or banner. Keep\n * this file as the canonical source — every callsite reads from here.\n */\nexport const VERSION = \"0.1.19\";\n"],"mappings":";;;AAcO,IAAM,UAAU;","names":[]}
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["/**\n * Single source of truth for the app version.\n *\n * Imported by `cli.ts` (CLI banner / `--version`), `server.ts` (the\n * `/health` payload + the `/api/version` endpoint), and bundled into\n * the frontend via the version endpoint. Bump alongside `package.json`\n * on every release — the existing `npm version <patch|minor|major>`\n * + commit pattern updates package.json automatically; this file\n * needs the matching manual bump.\n *\n * If two strings drift (bumped one but not the other), the wrong\n * number ends up surfaced in the user-facing footer or banner. Keep\n * this file as the canonical source — every callsite reads from here.\n */\nexport const VERSION = \"0.1.20\";\n"],"mappings":";;;AAcO,IAAM,UAAU;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "privateboard",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "PrivateBoard · your private board meeting, on call. Local-first, multi-agent thinking amplifier.",
5
5
  "type": "module",
6
6
  "main": "electron-entry.cjs",
package/public/home.html CHANGED
@@ -370,114 +370,6 @@
370
370
  }
371
371
  @media (max-width: 700px) { .section { padding: 24px 18px; } }
372
372
 
373
- /* ─── Mac download card · sits at the top of `#install` as the
374
- primary install path for macOS users. Spans both grid columns
375
- so the lime download button reads as the section's hero CTA.
376
- Brutalist register · hairline border + bracketed corner marks
377
- (lime ones, same vocabulary as `.install` / `.hero-right` /
378
- `.final-cta`), mono kicker + meta, generous click target. */
379
- .install-mac {
380
- grid-column: 1 / -1;
381
- display: flex;
382
- align-items: center;
383
- gap: 24px;
384
- padding: 22px 26px;
385
- background: var(--bg);
386
- border: 1px solid var(--line-bright);
387
- position: relative;
388
- flex-wrap: wrap;
389
- }
390
- .install-mac::before,
391
- .install-mac::after {
392
- content: "";
393
- position: absolute;
394
- width: 10px; height: 10px;
395
- border: 1px solid var(--lime);
396
- }
397
- .install-mac::before {
398
- top: -1px; left: -1px;
399
- border-right: none; border-bottom: none;
400
- }
401
- .install-mac::after {
402
- bottom: -1px; right: -1px;
403
- border-left: none; border-top: none;
404
- }
405
- .install-mac-meta {
406
- flex: 1 1 320px;
407
- min-width: 0;
408
- }
409
- .install-mac-kicker {
410
- font-family: var(--mono);
411
- font-size: 10px;
412
- letter-spacing: 0.22em;
413
- color: var(--lime);
414
- text-transform: uppercase;
415
- font-weight: 700;
416
- margin-bottom: 8px;
417
- }
418
- .install-mac-kicker::before { content: "▸ "; }
419
- .install-mac-title {
420
- font-size: 22px;
421
- font-weight: 700;
422
- color: var(--text);
423
- letter-spacing: -0.005em;
424
- margin-bottom: 6px;
425
- line-height: 1.2;
426
- }
427
- .install-mac-sub {
428
- font-family: var(--mono);
429
- font-size: 11px;
430
- color: var(--text-soft);
431
- letter-spacing: 0.06em;
432
- display: flex;
433
- flex-wrap: wrap;
434
- gap: 6px 8px;
435
- align-items: center;
436
- }
437
- .install-mac-sub .im-sep { color: var(--text-faint); }
438
- .install-mac-sub .im-ok {
439
- color: var(--lime);
440
- /* Bracketed `[ ✓ ]` mark reused from `.install-bullet` vocabulary
441
- — same visual cue for "verified / passes". */
442
- }
443
- .install-mac-btn {
444
- display: inline-flex;
445
- align-items: center;
446
- gap: 10px;
447
- padding: 14px 22px;
448
- background: var(--lime);
449
- color: var(--bg);
450
- border: 1px solid var(--lime);
451
- font-family: var(--mono);
452
- font-size: 13px;
453
- font-weight: 700;
454
- letter-spacing: 0.14em;
455
- text-transform: uppercase;
456
- text-decoration: none;
457
- transition: background 0.12s, color 0.12s, border-color 0.12s, transform 0.12s;
458
- white-space: nowrap;
459
- flex-shrink: 0;
460
- }
461
- .install-mac-btn:hover {
462
- background: var(--bg);
463
- color: var(--lime);
464
- }
465
- .install-mac-btn:active { transform: translateY(1px); }
466
- .install-mac-btn .im-btn-mark {
467
- font-size: 16px;
468
- line-height: 1;
469
- }
470
- /* Mobile: stack meta above button, full-width button so it remains
471
- a clear primary CTA on narrow screens. */
472
- @media (max-width: 700px) {
473
- .install-mac { padding: 18px 18px; gap: 16px; }
474
- .install-mac-btn {
475
- width: 100%;
476
- justify-content: center;
477
- padding: 14px 18px;
478
- }
479
- }
480
-
481
373
  /* ─── Install module · terminal-flavored ─── */
482
374
  .install {
483
375
  background: var(--panel);
@@ -1910,7 +1802,10 @@
1910
1802
 
1911
1803
  <div class="hero-actions">
1912
1804
  <a href="#install" class="big-btn primary">[ ◆ Convene a Room ]</a>
1913
- <a href="#how" class="big-btn secondary">→ See How It Works</a>
1805
+ <a href="https://github.com/kaysaith1900/privateboard/releases/download/v0.1.18/PrivateBoard-0.1.18-arm64.dmg"
1806
+ class="big-btn secondary"
1807
+ download
1808
+ aria-label="Download PrivateBoard for macOS (Apple Silicon)"><svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"><path d="M12 3v12"/><polyline points="6 11 12 17 18 11"/><path d="M5 21h14"/></svg> Download for Mac</a>
1914
1809
  </div>
1915
1810
  </div>
1916
1811
 
@@ -1976,33 +1871,6 @@
1976
1871
 
1977
1872
  <!-- ─────────── INSTALL · LOCAL-FIRST ─────────── -->
1978
1873
  <section class="install bracketed" id="install">
1979
- <!-- Mac download card · primary install path for macOS users.
1980
- Sits above the terminal install card so it's the first thing
1981
- the eye lands on inside the install section. CLI install
1982
- (npx / npm) lives in the existing 2-col grid below for users
1983
- who'd rather run from the terminal. -->
1984
- <div class="install-mac">
1985
- <div class="install-mac-meta">
1986
- <div class="install-mac-kicker">macOS · desktop app</div>
1987
- <div class="install-mac-title">PrivateBoard.app</div>
1988
- <div class="install-mac-sub">
1989
- <span>v0.1.18</span>
1990
- <span class="im-sep">·</span>
1991
- <span>Apple Silicon</span>
1992
- <span class="im-sep">·</span>
1993
- <span>123 MB</span>
1994
- <span class="im-sep">·</span>
1995
- <span class="im-ok">[ ✓ ] signed &amp; notarized</span>
1996
- </div>
1997
- </div>
1998
- <a href="https://github.com/kaysaith1900/privateboard/releases/download/v0.1.18/PrivateBoard-0.1.18-arm64.dmg"
1999
- class="install-mac-btn"
2000
- download>
2001
- <span class="im-btn-mark">↓</span>
2002
- <span class="im-btn-text">Download .dmg</span>
2003
- </a>
2004
- </div>
2005
-
2006
1874
  <div class="install-head">
2007
1875
  <div class="install-tag">▸ install · runs locally</div>
2008
1876
  <h2 class="install-title">Bring PrivateBoard to your terminal.</h2>
package/public/index.html CHANGED
@@ -652,6 +652,14 @@
652
652
  html.is-electron-mac .body-grid {
653
653
  border-radius: 10px;
654
654
  }
655
+ /* Fullscreen · the OS window is edge-to-edge, so the 10px outer
656
+ padding ring and 10px rounded corners on the body-grid become
657
+ wasted margins / a floating-card look. Both flatten to zero in
658
+ fullscreen so the content reaches the screen edges. The
659
+ `is-fullscreen` class is toggled by electron/main.ts on
660
+ `enter-full-screen` / `leave-full-screen` events. */
661
+ html.is-fullscreen .control { padding: 0; }
662
+ html.is-fullscreen .body-grid { border-radius: 0; }
655
663
  /* macOS Electron · let the BrowserWindow's `vibrancy: "under-window"`
656
664
  layer show through. The vibrancy lives behind the renderer, so
657
665
  anything painted with a fully opaque background covers it. We