Changes in version 0.8.2 (2024-08-19) Bug fixes - Fixed timezone issue when using parse_date - guess_address() fails gracefully when there is no internet connection Changes in version 0.8.1 (2022-11-03) Bug fixes - Improved the logic of dates with an error thrown if start date/time is greater than end date/time Other improvements, updates and additions - Provided details about the handling of start/end dates/times in the add_presentation() documentation. Changes in version 0.8.0 (2022-10-27) Bug fixes - Fixed a bug with the presenter_address, when setting presenter information in semnar objects, using a semnar_presenter object. - Other minor bug fixes. New functionality - event() creates a semnar_event object with event details, which can be passed in add_presentation()'s event argument. - get_event() and set_event() for getting and setting event information in semnar objects. - An implicit check is now made that start is before end in add_presentation(), when both are specified. Other improvements, updates and additions - add_presentation() returns an error if start date/time is after end date/time. - add_presentation() now supports type = "webinar". - Moved from magrittr %>% pipe to base pipe |>. - Documentation updates and moved to roxygen2 with R Markdown. - Under-the-hood improvements in code base. - Added unit testing infrastructure Changes in version 0.7.1 (2019-07-03) Other improvements, updates and additions - Updated and improved documentation - New code for plotting that avoids use of <<- Changes in version 0.6.2 New functionality - Added guess_address method for reverse geolocation of presentations using the OpenStreetMap API Changes in version 0.6.1 Bug fixes New functionality Other improvements, updates and additions - Added hex Changes in version 0.6 - First public release