v2.4.0
What's Changed
- chore: sha256 da fórmula Homebrew (2.3.0) by @FelipeKreulich in #337
- test: elimina a corrida do file-transfer (fecha #300) by @FelipeKreulich in #338
- release: correção do teste flaky + sha256 da fórmula by @FelipeKreulich in #339
- feat: suporte a hospedagem pública (TLS por CA + deploy com Caddy) by @FelipeKreulich in #340
- release: suporte a hospedagem pública by @FelipeKreulich in #341
- ci: cross-compila o binário macos-x64 (runner macos-13 aposentado) by @FelipeKreulich in #342
- release: correção do build macos-x64 by @FelipeKreulich in #343
- fix: aceite rápido de arquivo era descartado silenciosamente by @FelipeKreulich in #345
- feat: /me e /watch by @FelipeKreulich in #347
- release: /me, /watch e correção do file-transfer by @FelipeKreulich in #348
- feat: /topic — assunto da sala (E2EE entre membros) by @FelipeKreulich in #350
- release: /topic by @FelipeKreulich in #351
- feat: paridade de comandos no P2P + correção de troca de chaves by @FelipeKreulich in #354
- release: paridade P2P + correção de troca de chaves by @FelipeKreulich in #355
- fix: erro de versão de protocolo agora é acionável by @FelipeKreulich in #357
- feat: busca navegável (/find, Ctrl+F) com salto para a mensagem by @FelipeKreulich in #359
- release: busca navegável + erro de protocolo acionável by @FelipeKreulich in #360
- release: 2.4.0 by @FelipeKreulich in #361
Full Changelog: v2.3.0...v2.4.0
The binaries that were attached here have been removed.
They did not work.
sodium-native's native addon was never embedded, so every binary kept an absolute path back to the machine that built it and died withCannot find addonanywhere else. CI did not catch it because it ran the binary on the runner that built it, where that path still existed.Fixed in v2.7.2, which ships the first binaries verified on a machine that did not build them. If you downloaded one from this release, replace it.
The npm package was never affected —
npx ciphermesh@latestdoes not use these files.