cabal-core
Advanced tools
Changelog
[16.0.0] - 2023-10-17
Changelog
[15.0.0] - 2021-11-22
The major bump is due to breaking compat with the previously defined PM API; this change does bump the protocol version & is technically wire-compatible with clients running cabal-core versions 14.x.x.
The private messages API is now:
cabal.publishPrivate(message, recipientKey, cb)
chat/*
e.g. chat/text
or chat/emote
private
is injected into all private messages published via publishPrivate
Before this change the API was cabal.publishPrivateMessage(text, recipientKey, cb)
, this has
now been removed.
Change by @hackergrrl and @cblgh.
Changelog
[14.1.2] - 2021-10-18
fc66637
) (@ralphtheninja)d3f157a
) -> d8c83ae
) (@ralphtheninja)2b6b8f7
) (@ralphtheninja)3dcf1b0
) (@ralphtheninja)package.json
(e64244c
) (@ralphtheninja)0f7389a
) (@cblgh).57e76c6
) (@hackergrrl)Changelog
[14.1.1] - 2021-09-15
sodium-universal
for faster installs (#106) (@ralphtheninja)kappa-view
dependency (@hackergrrl)