diff --git a/DESCRIPTION b/DESCRIPTION index 479e8d7..9ed4dcd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: emdash Title: e-mission dashboard built with the Shiny framework -Version: 1.4.0 +Version: 1.4.1 Authors@R: c( person('Amarin', 'Siripanich', email = 'amarin.siri@gmail.com', role = c('cre', 'aut')), person("Taha", "Rashidi", role="aut"), diff --git a/NEWS.md b/NEWS.md index 952bd87..a0fcd06 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ +# emdash 1.4.1 + +- The plot is now synced all the tables. +- Correct a variable name. In config, `col_labels_for_participts` get renamed to `cols_to_remove_from_participts_table`. + + # emdash 1.4.0 - Trip loading and location loading now depend on the number of (MongoDB) documents in the date range and the specified max documents per trip found in config-default.yml. See #49 for an explanation of this feature.