Skip to content

Commit 8889f1c

Browse files
committed
feat: update changelog
1 parent 4415c59 commit 8889f1c

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

app/src/main/res/values/arrays.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
<item>2.26.5.xx</item>
162162
<item>2.26.6.xx</item>
163163
<item>2.26.7.xx</item>
164+
<item>2.26.8.xx</item>
164165
</string-array>
165166
<string-array name="supported_versions_business">
166167
<item>2.26.1.xx</item>
@@ -170,6 +171,7 @@
170171
<item>2.26.5.xx</item>
171172
<item>2.26.6.xx</item>
172173
<item>2.26.7.xx</item>
174+
<item>2.26.8.xx</item>
173175
</string-array>
174176
<string-array name="image_picker">
175177
<item>image/*</item>

changelog.txt

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
[ADDED]
2-
* Added Call Recording feature (Voice/Video as Audio) (Thanks to @mubashardev)
3-
* Call Recording Toast Toggle: Added option to show/hide recording toast notifications (default: off) (Thanks to @mubashardev)
4-
* [EXPERIMENTAL] Use "Force Restore Backup" option in Chat Backup settings to restore backups after login (Thanks to @mubashardev)
5-
* Global Search: Added comprehensive search functionality across all app settings and features. (Thanks to @mubashardev)
6-
* Recover deleted for me message: Added option to recover deleted for me messages. (Thanks to @mubashardev)
7-
* Added Contributors section in About page to acknowledge the efforts of contributors.
8-
* Added Support for WA/WB 2.26.7.xx
9-
10-
[Fixed]
11-
* Fixed profile picture download for old contacts
12-
* Optimized initial app load
13-
- Call recording filter (whitelist/blacklist) now works correctly
14-
- Call recording on loudspeaker now captures both sides of the conversation
15-
- Status download button now shows consistently
16-
- Sharing someone else's status now correctly carries the media to the composer
17-
- Anti-revoke now works in group chats
18-
19-
Thanks @grkmcngns for detailed review and highlighting these issues.
2+
* Added Support for WA/WB 2.26.8.xx
3+
* Added pull-to-refresh in the call recorder manager.
204

5+
[FIXED]
6+
* Refactored the call recorder for correct microphone recording and saving in the correct folder; internal audio may not work (In the plus version, we have some methods to record internal audio, but it is not 100% compatible with all devices).
7+
* Fixed bug with duplicated recorded audios.
8+
* Fixed issue with unknown numbers in recorded calls.
9+
* Fixed increased limit in pinned chats.
10+
* Fixed bug in experimental backup restore.
11+
* Removed the ad-blocking feature, as it was no longer working and will require more time to fix; it may be reimplemented in the future.
12+
* Fixed the function to disable META AI.

0 commit comments

Comments
 (0)