Skip to content

Releases: bitsocialnet/bitsocial-cli

v0.19.49

20 Apr 12:56

Choose a tag to compare

0.19.49 (2026-04-20)

  • fix: suppress verbose npm output during update install (173793a)

v0.19.48

20 Apr 11:22

Choose a tag to compare

0.19.48 (2026-04-20)

  • refactor: remove community status polling from update install (c63e29c)

v0.19.47

20 Apr 09:35

Choose a tag to compare

0.19.47 (2026-04-20)

  • feat: add --concurrency flag to community start (6886105)
  • feat: fast update install when only dist/ changed (56f6011)
  • feat: wait for all communities to start after update install (805aee1)
  • chore: update @pkcprotocol/pkc-js from 0.0.17 to 0.0.19 (918d720)
  • fix: use name instead of address in community edit example and test (4ea3aac)
  • docs: improve community edit help with merge behavior and web UI link (54382f2)

v0.19.46

20 Apr 07:10

Choose a tag to compare

0.19.46 (2026-04-20)

  • fix: convert null to undefined in community edit before calling pkc-js (71c4127)
  • fix: use RFC 7396 array replace semantics for JSON file edits in community edit (0a37084)
  • fix: wait for non-empty communities before reporting status after daemon restart (2e68bd5)
  • feat: add --stdout and --stderr flags to bitsocial logs command (211e85e), closes #29
  • feat: add JSONC support to community create and edit commands (914e466)
  • feat: follow mode switches to new log file after daemon restart (94ccfa9), closes #31

v0.19.45

19 Apr 08:31

Choose a tag to compare

0.19.45 (2026-04-19)

  • feat: add --jsonFile (-f) flag to community edit for JSON-based edits (8f27a15)
  • feat: report community status after daemon restart in update install (6001517), closes #26

v0.19.44

19 Apr 06:50

Choose a tag to compare

0.19.44 (2026-04-19)

  • fix: skip lifecycle scripts during challenge install to avoid husky failures (9a99238)
  • fix(ci): strip scripts from challenge package.json instead of --ignore-scripts (f61c9ff)
  • feat: add update-webuis script and bump 5chan to v0.7.4 (c822812), closes #24
  • chore: remove .bso name resolvers console.log from daemon startup (9580c26)
  • chore: upgrade @bitsocial/bso-resolver from 0.0.5 to 0.0.6 and run audit fix (0b83d8f)

v0.19.43

19 Apr 02:06

Choose a tag to compare

0.19.43 (2026-04-19)

  • chore: upgrade @bitsocial/bso-resolver from 0.0.4 to 0.0.5 (0209126)
  • chore: upgrade @pkcprotocol/pkc-js from 0.0.16 to 0.0.17 (4189f0d)
  • fix(ci): extract only tarball filename from npm pack output (2ad0ca1)
  • feat: add daemon state files and --restart-daemons flag to update install (caea9ad), closes #21
  • feat: print PKC options and .bso name resolvers in daemon stdout (8053c29)
  • feat: update default chain provider URLs to public RPC endpoints (ed739f6)
  • ci: add global install smoke test to verify npm pack works (a88539f)
  • ci: use bitsocial-release-bot for CI releases and update README (f308210)
  • docs: recommend nvm instead of nodejs.org for installing Node.js (b0422db)

v0.19.42

18 Apr 08:35

Choose a tag to compare

0.19.42 (2026-04-18)

v0.19.41

18 Apr 06:48

Choose a tag to compare

0.19.41 (2026-04-18)

  • fix: delete postinstall script in Docker deps stage to prevent build failure (0ea2eed)
  • fix: show clear error when daemon is offline instead of dumping websocket error object (8a938bd), closes #17
  • fix: strip devDependencies before npm install to avoid ETARGET on unresolvable devDeps (6957efc), closes #14
  • fix(ci): gate npm publish on successful GitHub release and fix Docker build (3c64747)
  • feat: add --name and --publicKey flags to community get command (84e4dc0)
  • feat: add bitsocial update command and switch distribution to npm (78ce677)
  • feat: log timing expectation at start of challenge install (83fb082)
  • feat: switch to postinstall webui downloads and remove tarball infrastructure (504ded0)
  • chore(release): 0.19.40 [skip ci] (fb903b1)
  • refactor: replace dynamic import of pkc-logger with static import (250415b)
  • docs: require user confirmation before closing GitHub issues (6277e7b)
  • test: add failing test for challenge install with unresolvable devDependencies (5b69a75)

v0.19.40

16 Apr 10:44

Choose a tag to compare

0.19.40 (2026-04-16)

  • fix: fall back to system npm when bundled Node lacks npm (5761f43)
  • fix: handle transient port-in-use errors in keepKuboUp interval (45cdfc2)
  • fix: handle transient port-in-use errors in onKuboExit and add fallback retry (c941f7d)
  • fix: update org name from bitsocialhq to bitsocialnet across all references (7ae75ed)
  • fix(ci): add --loglevel verbose to npm install for diagnostics (b46823b)
  • fix(ci): add Python and MSVC build tools for Windows native modules (37b5c2a)
  • fix(ci): add verbose npm install diagnostics for Windows hang debugging (441fb43)
  • fix(ci): increase Windows test timeouts for community delete and mintpass install (1c35d44)
  • fix(ci): normalize 0.0.0.0 to 127.0.0.1 for health checks on macOS (4652547)
  • fix(ci): pass GITHUB_TOKEN and fix cross-platform log path in tests (ddf5c27)
  • fix(ci): pipe npm install output for diagnostics and fix Windows CRLF splits (d46ecb4)
  • fix(ci): remove --install-strategy=nested and --loglevel verbose from npm install (ae74165)
  • fix(ci): resolve Windows ESM import path and afterAll hook timeout (1fdda91)
  • fix(ci): resolve Windows npm path and skip unsupported daemon cleanup test (2ed32c7)
  • fix(ci): skip mintpass-integration test on Windows and revert diagnostics (e192b98)
  • fix(ci): skip peer deps in Windows installer to avoid path length limit (e3b3bd4)
  • fix(ci): skip Windows SIGTERM tests and add mintpass install diagnostics (f1da6f1)
  • fix(ci): use --logPath flag in logs test for cross-platform compatibility (976d3eb)
  • fix(test): add RPC readiness check and diagnostic output for macOS CI (44f5a00)
  • fix(test): poll for kubo shutdown instead of asserting immediate rejection (b2e3d3b)
  • chore: upgrade @pkcprotocol/pkc-js to 0.0.16 (6be87ef)
  • docs: require GitHub issue tracking for feature implementations (025f50e)