This version adds a fallback for highlights that are missing the DateCreated
field, which causes October to fail to continue processing.
In the event that DateCreated
is missing, October will use the DateModified
field. If both are somehow missing, it'll do a further fallback and use the current date.
What's Changed
- Support instances where bookmarks have no created date by @marcus-crane in #57
Full Changelog: v1.1.0...v1.1.1