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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,3 +107,20 @@ Implement deleteAllBroadcastsForAll method to delete all broadcast messages for
107
107
* Enhance status messaging in BroadcastManager
108
108
Added functionality to send initial status messages when gathering peers and starting broadcasts. Updated the methods to edit messages instead of sending new ones for status updates.
109
109
110
+
---
111
+
112
+
## [3.0.0] - 2026-01-11
113
+
114
+
## Version 3.0.0 - Async Upgrade
115
+
116
+
### Added:
117
+
* Added `hasAllBroadcast()`.
118
+
119
+
### Improvements:
120
+
* Watchdog monitors stuck jobs and re-enqueues them.
121
+
* Improved file handling for `lastBroadcast.txt` and `messages.txt`.
122
+
* Modularized code structure for readability and maintainability.
123
+
124
+
### Fixed:
125
+
* Better error handling for missing files or blocked users.
0 commit comments