Skip to content

Tags: libdeos/keybase-client

Tags

v1.0.47

Toggle v1.0.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix scrollback issues (keybase#11173)

* update pagination on cached and full callbacks. ignore last field on cached call as its incorrect. add better pagination logging

* dont allow old pagination values to overwrite good values (keybase#11174)

* dont allow old pagination values to overwrite good values

* cherrypick hash computation fix (keybase#11175)

* cherrypick keybase@63293db

* make search use the correct helper for looking up convos by participants (keybase#11177)

* make search use the correct helper for looking up convos by participants

* fix flow

v1.0.44

Toggle v1.0.44's commit message
vbump

v1.0.41

Toggle v1.0.41's commit message
Version bump for release

v1.0.39

Toggle v1.0.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump desktop version after release (keybase#10014)

v1.0.36

Toggle v1.0.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Visual tweaks on search results (keybase#9615)

* Search results - visual tweaks

* Fixed spinner not centered on profile search

* Smaller spinner on profile

v1.0.34

Toggle v1.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Confirmed boolean to DeleteConversation RPC (keybase#9621)

This is so that the GUI can handle the confirmation dialog itself, and
then just call the RPC as a final step.