Releases: AbdeltwabMF/gomeet
Releases · AbdeltwabMF/gomeet
v1.0.0
What's Changed
- Add support for Google Calendar by @AbdeltwabMF in #1
- Fix deadlock when loading/fetching events by @AbdeltwabMF in #2
- Refactor code to enhance organization and readability by @AbdeltwabMF in 9bc886e
v1.0.0-rc.4
- 090713b Fix time.Truncate issue when rounding to Day
- Abd El-Twab M. Fakhry [email protected]
v1.0.0-rc.3
- b2c7d64 Check error of file.Seek()
- Abd El-Twab M. Fakhry [email protected]
- 3c171c5 Move monitor functions from main to *cal packages
- Abd El-Twab M. Fakhry [email protected]
- 4daafb7 Update README.md
- Abd El-Twab M. Fakhry [email protected]
- 5abdbe9 Add Makefile for build automation
- Abd El-Twab M. Fakhry [email protected]
v1.0.0-rc.2
- 3fe5af2 Retry fetching/loading events with limit upon failure
- Abd El-Twab M. Fakhry [email protected]
v1.0.0-rc.1
- bf2ab5e Change matrix os to windows
- Abd El-Twab M. Fakhry [email protected]
- ee486ab Fix deadlock when loading/fetching events (#2)
- Abd El-Twab M. Fakhry [email protected]
- 72c1984 Add support for google calendar (#1)
- Abd El-Twab M. Fakhry [email protected]
v0.2.1
- 0f72175 Fix sleep time regression bug
- Abd El-Twab M. Fakhry [email protected]
v0.2.0
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
toconfig.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.
v0.1.1
- 2d4029e Append exe to windows executables
- Abd El-Twab M. Fakhry [email protected]
v0.1.0
Initial Release
- Feature: Option to start the meeting automatically
- Feature: Join the meeting through actionable notification