Skip to content

Commit 666acc5

Browse files
committed
Added news.md file
1 parent 0f32bd1 commit 666acc5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

NEWS.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# WhatsR 1.0.6
2+
3+
- Updated parser to handle new chat log export document structure across all supported OS and languages
4+
- Updated RegExes for detecting new or changed system messages
5+
- Added new system message detection RegExes for `MetaAI` chat bot inclusion in chats
6+
- Updated Regex for detecting timestamps, especially German AM/PM translations
7+
- Added and updated some minor, group-specific system messages in `languages.csv`
8+
- Accounted for multiple versions of "this chat is encrypted" start message in `languages.csv`
9+
10+
# WhatsR 1.0.5
11+
12+
- Fixed some issues with `plot_network()` for recipient names including space characters
13+
- Switched to `leaflet` for `plot_locations()` for better interactivity
14+
15+
# WhatsR 1.0.4
16+
17+
- Updated Regexes, tests, and testing files to new WhatsApp document structure
18+
- Renamed `plot_location()` to `plot_locations()`
19+
20+
# WhatsR 1.0.2
21+
22+
- Temporarily removed `plot_locations()` functions until updated `ggmap` version becomes available on CRAN
23+
- Added `stringi::stri_enc_tonative()` in tests and examples to avoid character encoding issues
24+
- Fixed a bug in all heatmaps where width could be displayed incorrectly by adding `width = n` parameter
25+
- Corrected spelling in all functions and test files (e.g., "anonymize")
26+
- Converted `download_emoji()` function to rely on unicode websites instead of Emojipedia
27+
- Added code to remove NAs before passing objects to `ggplot2` to remove warnings
28+
- Ordering dataframes by `TimeOrder` column for plotting functions
29+
- Fixed issue in `plot_network()` by using `dplyr::desc()` instead of `stats::dist()`
30+
31+
# WhatsR 1.0.1
32+
33+
- First CRAN release
34+
35+
# WhatsR 1.0.0
36+
37+
- Initial release of WhatsR
38+
- Included citation
39+
- Removed local timezone dependency and switched to UTC conversions

0 commit comments

Comments
 (0)