8000 Releases · shizo-devs/shizoweb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: shizo-devs/shizoweb

v6.8.2

06 Aug 15:30
bfc3c2f
8000
Compare
Choose a tag to compare

6.8.2 (2024-08-06)

New Message ID V3 System

  • Added New Message ID V3 System
  • Keep Message ID V2 system (to avoid unexpected errors)
  • Updated Invite Properties (to New Message ID V3 System)

Ignore Message Loading when Offline

  • you need to set-up this in your Socket connection system
ignoreMsgLoading: true

Label (chat/message) Feature

  • We have Add an option to Label a chat 🏷️
    (it will be helpful for businesses those use ShizoWeb for managing their business.)

feat: emit Description Update Event

  • This will detect & trigger WAMessageStubType.GROUP_CHANGE_DESCRIPTION for Community description update

Send groupInviteMessages (private invites) + Revoke v4 Invite

Ever added anyone to your group via baileys and got a 403, with an invite code and expiration? This PR will allow you to send them a private invite like native WhatsApp.

This update also allows to revoke invites if you wanted to.

v6.8.1

01 Aug 13:45
96a2a8b
Compare
Choose a tag to compare

6.8.1 (2024-08-01)

  • Baileys(Bot) Detection Fixed
  • Message Media Fixed

🎉 Loves You

v6.7.9

11 Jul 03:02
c6e2ca1
Compare
Choose a tag to compare

6.7.9 (2024-07-11)

  • Added feats: fetch Disappearing Duration from Jid

Example of usage:

let shizo = sock.fetchDisappearingDuration('123456@s.whatsapp.net')
console.log(shizo)

Thanks for Using ShizoWeb 🫣💗

v6.7.8

04 Jul 12:23
fedd92d
Compare
Choose a tag to compare

6.7.8 (2024-07-04)

Bug Fixes

  • invalid children for header "companion_platform_id": 49 (fcef00f)

  • Newsletter Features Added
    Reffer readme.md for Channel (newsletter) functions

sbv0.1.0

04 Jul 07:45
af554a4
Compare
Choose a tag to compare

6.7.7-beta.1 (2024-07-04)

Bug Fixes

  • invalid children for header "companion_platform_id": 49 (fcef00f)
  • Added Newsletter Feats

6.7.7 (2024-07-02)

v6.7.7

02 Jul 07:57
831c0cb
Compare
Choose a tag to compare

6.7.7 (2024-07-02)

1.Call Privacy:
Silent unknown Caller Privacy

type WAPrivacyCallValue = 'all' | 'known'

2. Speed Boost
• 100x boost encoding & Decoding
• decrease the bootup time

3. Inject E2E session in Chunks
• increase session Stability

4. Moved to Shizo-devs/Libsignal-node

v6.7.6

29 Jun 20:50
a6f3aa9
Compare
Choose a tag to compare

6.7.6 (2024-06-29)

#Feats
• Added other Browsers support for/while using PairCode #4
• Added Pin Message inChat feature #4

//Custom PinMessage Duration 
sock.sendMessage(jid, {pin: MessageKey, time: 86400})
//Default PinMessage Duration 
sock.sendMessage(jid, {unpin: MessageKey})

Thanks ❤️

0