Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 16:08
· 3 commits to main since this release
901faa9

v1.1.0 (2024-10-15)

Summary

This release addresses inconsistencies in date handling throughout the program. We've standardized the date format across all components, including filesystem interactions (file modification dates), SQLite database storage, and audit file parsing.

Changes

  • Standardized date format to include time location across all program components
  • Store the time zone indicator at the end of date in SQLite (E.G.: +02:00 for GMT+2)