-
Notifications
You must be signed in to change notification settings - Fork 29
/
CHANGELOG
31 lines (24 loc) · 1.16 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
WForensic (0.3)
* Custom 404 & 405 error pages
* Show group members and messages count
* Added language detection by using detectlanguage.com (Internet access required! WARNING: Conversations fragments will be sent to detectlanguage.com)
* Template error fixed (major bug...)
* Improved encryption.py and merge.py scripts
-- Chema Garcia <[email protected]> (18/11/2012)
WForensic (0.2)
* Updated attachments thumbnails display
* Shows if the involved files are writable or not
* Messages sorted by received date
* Removed 'decrypt.py' tool and a new one created ('encryption.py') to decrypt and encrypt
* Index layout has been modified
* Added script to run the DJango server (run.sh)
* View contacts profile
* The files wa.db and msgstore.db must be now placed into "databases/" directory
* Added support to download the entire contact list in XML format
* Fixed Base64 decode issue
* Added "tools/merge.py" script to merge many msgstore.db files into a single one
* wa.db contacts database is no longer required
-- Chema Garcia <[email protected]> (14/10/2012)
WForensic (0.1b)
* First release
-- Chema Garcia <[email protected]> (08/05/2012)