Commit Graph

107 Commits

Author SHA1 Message Date
KnugiHK a42ec5d762 Beautify 2023-06-10 19:58:14 +08:00
KnugiHK c419dd5d39 Raise error if time is not str and int 2023-06-10 19:54:09 +08:00
KnugiHK 8d036a6d87 Rewrite a bit 2023-06-10 19:45:29 +08:00
KnugiHK 42435c38cc Add <br> to newline 2023-06-10 19:32:48 +08:00
KnugiHK 32caab7c40 Distinguish between media missing and media omitted 2023-06-10 19:32:38 +08:00
KnugiHK 0897dc2897 Implement export TXT chat #22 2023-06-10 19:24:39 +08:00
KnugiHK f63b180500 Implement splitted outputs #23 2023-06-08 18:16:47 +08:00
KnugiHK dbdfdaedcf Refine code to use the data model 2023-06-08 17:51:57 +08:00
KnugiHK 0e802f4554 Remove old file 2023-06-08 16:50:33 +08:00
KnugiHK 41dd5e545f Make the not supported note looks less intimidating
#39
2023-06-08 15:46:12 +08:00
KnugiHK 8750315e8e Update __main__.py 2023-06-02 02:41:06 +08:00
KnugiHK e9499c3bb7 Add highlighting when navigate to replied message 2023-06-02 02:41:01 +08:00
KnugiHK 80c3ed11f6 Partially implement reply feature in iOS
#28
2023-06-02 01:27:05 +08:00
KnugiHK 7c78cce221 Update link for reporting offsets 2023-06-01 22:26:32 +08:00
KnugiHK 32a312d332 Add offset mentioned in #46 2023-06-01 22:21:58 +08:00
KnugiHK 9ac8839ecc Workaround for non-UTF8 message
#44
2023-05-19 13:23:51 +08:00
KnugiHK b1d8d173a2 Bug fix on too long vCard file name 2023-05-17 01:06:31 +08:00
KnugiHK 3bd6f288ea Bug fix file exist exception 2023-05-17 00:48:33 +08:00
KnugiHK 20d8e1384a Bump version 2023-05-17 00:08:52 +08:00
KnugiHK 6fd0e61b64 Update help test 2023-05-16 23:29:10 +08:00
KnugiHK bbb47cd839 Bug fix 2023-05-16 23:25:12 +08:00
KnugiHK 0495970c38 Bump version 2023-05-16 19:33:29 +08:00
KnugiHK 69fdb61bae Merge branch 'dev' 2023-05-05 13:55:41 +08:00
KnugiHK 3b7e02ba31 Add update checking 2023-05-05 13:53:00 +08:00
KnugiHK bdb7d80831 Merge branch 'dev' 2023-05-05 10:42:48 +08:00
KnugiHK c7a01bb9c0 Handle deleted message in new schema
Related to #39 and #9
2023-04-25 13:02:20 +08:00
KnugiHK 7c0b90d458 Another attempt to fix the previous bug 2023-04-09 02:38:26 +08:00
KnugiHK 84383e1d9d Revert "Bug fix on empty vcf contact name"
This reverts commit 06a1d34567.
2023-04-09 02:37:04 +08:00
KnugiHK 06a1d34567 Bug fix on empty vcf contact name 2023-04-09 02:23:50 +08:00
KnugiHK b371587d65 Bug fix on ChatStore initialization 2023-04-09 02:05:17 +08:00
KnugiHK 3e7d7916a7 PEP8 2023-03-28 12:23:46 +08:00
KnugiHK 640acb3f86 Move some utility functions to a separated python file 2023-03-25 18:33:22 +08:00
KnugiHK cdfaf69f7a Add an option to disable html output 2023-03-25 18:26:03 +08:00
KnugiHK b9fa36acb4 Raise error if the error is not expected 2023-03-25 11:55:18 +08:00
KnugiHK fb88124d21 Merge old and new schema processing logic 2023-03-25 11:51:27 +08:00
KnugiHK b5effbd512 Change autobuffer to preload for video and audio tag 2023-03-25 11:46:52 +08:00
KnugiHK 430a5eccb8 Merge branch 'pr/26' into dev 2023-03-25 10:37:47 +08:00
GoComputing 8f0511a6e2 Re-enabled the HTML generation 2023-03-24 19:43:27 +01:00
KnugiHK 2ba55719f1 Add #32 to common offset 2023-02-26 15:31:03 +08:00
KnugiHK 2d23052758 Improve argument parser 2023-02-13 16:31:35 +08:00
KnugiHK 10875060c9 Deprecate --iphone and replace with --ios 2023-02-13 16:15:54 +08:00
KnugiHK 0bb99d59e0 Prepare for size control of output file 2023-02-13 16:08:21 +08:00
KnugiHK 9178e5326b Transit from optparse to argparse 2023-02-13 12:53:20 +08:00
KnugiHK 26320413e8 Add offline availability of w3css 2023-02-13 12:23:43 +08:00
KnugiHK a275a0f40c Why is this line not in last commit... 2023-02-13 00:27:55 +08:00
KnugiHK 4cb4ac3e7b Bug fix for sender name in group chat
#9
2023-02-13 00:25:31 +08:00
Knugi c1964bc2cd Prepare for standalone binary
https://github.com/KnugiHK/Whatsapp-Chat-Exporter/issues/29
2023-02-12 18:11:38 +08:00
KnugiHK dab0493354 Revert "Prepare for standalone binary"
This reverts commit 4d6c80b561.
2023-02-12 18:11:00 +08:00
KnugiHK 92d339d1c0 Implement standalone binary compilation 2023-02-12 18:01:29 +08:00
Knugi 4d6c80b561 Prepare for standalone binary
https://github.com/KnugiHK/Whatsapp-Chat-Exporter/issues/29
2023-02-12 18:01:29 +08:00