Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 22:07
· 18 commits to main since this release
d188642

Release Notes

Features:

  • Log errors and warnings to a dedicated log file instead of Stderr.

Improvements:

  • Restructured the project layout to adhere to Go best practices.
  • Renamed meeting.json to config.json to better reflect its purpose as a file holding all configurations.
  • Removed redundant cross-compilation.
  • Updated README.md with relevant information and usage instructions.
  • Wait until the next minute after iterating all the meetings, improving efficiency and reducing resource consumption.

Bug Fixes:

  • Created the config file if it does not exist, ensuring smoother application initialization.