Skip to content

Releases: vitormarcal/chatvault

1.12.1

25 Jan 02:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

1.12.0

23 Jan 22:54
Compare
Choose a tag to compare

BREAKING CHANGES:
app.email variables change to chatvault.email variables

What's Changed

Full Changelog: v1.11.1...v1.12.0

1.11.1

23 Jan 14:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

1.11.0

28 Nov 23:20
f6714cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

1.10.0

19 Nov 18:40
Compare
Choose a tag to compare

TL;DR set chatvault.msgparser.dateformat even though it is currently optional for resolving message date formats

When you generate an export file via Whatsapp, the format may be different depending on your phone's language and locale settings and also depending on the language settings within the app. Therefore, it is quite difficult to infer a message date and on certain occasions it is impossible to resolve some ambiguities: 03/01/2023, how do you know what is the value of the day and what is the value of the month?

With this release the application has limited support for trying to infer the appropriate format taking as parameters other messages in the same import where there is no ambiguity. For example, if the application processed a date 12/15/2023, the application knows that 15 is a day because the months go up to the number 12.

If an import only has ambiguous dates, the import will fail.

You can help parse by placing a message with an unambiguous date on the first line of text in the file, but you can fix the date format of the message by setting the optional property chatvault.msgparser.dateformat to solve the problem once and for all.

It's actually recommended to set chatvault.msgparser.dateformat even though it's currently optional.

Check your output message file and put in the appropriate format.

Some examples of formats:
dd/MM/YYYY HH:mm to something like 25/06/2023 12:18
MM-dd-YY, HH:mm for something like 06/25/23, 12:18
dd/MM/YYYY hh:mm a to something like 06/25/2023 00:18 AM
and so on.

What's Changed

  • 82 bugbackend message date with unexpected format prevents message import by @vitormarcal in #83

Full Changelog: v1.9.0...v1.10.0

1.9.0

17 Nov 23:08
Compare
Choose a tag to compare

What's Changed

  • 77 feat:backend deduplicate messages when importing by @vitormarcal in #81

Full Changelog: v1.8.0...v1.9.0

v1.8.0

15 Nov 17:37
641fead
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

14 Nov 22:09
068bf43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Nov 18:23
02f2a90
Compare
Choose a tag to compare

What's Changed

  • 64 feat find all attachment messageid from gallery by @vitormarcal in #66

Full Changelog: v1.5.0...v1.6.0

v1.5.0

08 Nov 20:38
72fb116
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0