You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,32 @@
1
-
# 2.3.6 (2025-10-20)
1
+
# 2.3.6 (2025-10-21)
2
+
3
+
### Features
4
+
5
+
***Baileys, Chatwoot, OnWhatsapp Cache**: Multiple implementations and fixes
6
+
- Fixed cache for PN, LID and g.us numbers to send correct number
7
+
- Fixed audio and document sending via Chatwoot in Baileys channel
8
+
- Multiple fixes in Chatwoot integration
9
+
- Fixed ignored messages when receiving leads
10
+
11
+
### Fixed
12
+
13
+
***Baileys**: Fix buffer storage in database
14
+
- Correctly save Uint8Array values to database
15
+
***Baileys**: Simplify logging of messageSent object
16
+
- Fixed "this.isZero not is function" error
17
+
18
+
### Chore
19
+
20
+
***Version**: Bump version to 2.3.6 and update Baileys dependency to 7.0.0-rc.6
21
+
***Workflows**: Update checkout step to include submodules
22
+
- Added 'submodules: recursive' option to checkout step in multiple workflow files to ensure submodules are properly initialized during CI/CD processes
23
+
***Manager**: Update asset files and install process
24
+
- Updated subproject reference in evolution-manager-v2 to the latest commit
25
+
- Enhanced the manager_install.sh script to include npm install and build steps
26
+
- Replaced old JavaScript asset file with a new version for improved performance
27
+
- Added a new CSS file for consistent styling across the application
0 commit comments