Releases: mobeigi/fb2cal
Releases · mobeigi/fb2cal
V1.0.2 - Point Release
Changes:
- Add fallback method to scrape entity id from a users profile page if composer query fails. Note this method is significantly slower. (#2 )
- Add config option to save ics file to local file system (#17)
- Add python logging to stdout/file to make debugging easier (#12)
- Add support to parse date format for Facebook accounts with different locales (#11)
- Add website metadata and add this to logging messages/ics PRODID property
- Improve error handling of Google Drive api issues that may arise
- Address some linter concerns (reserved keywords being used, unused variables etc)
- General code/documentation cleanup
See list of issues addressed: https://github.com/mobeigi/fb2cal/milestone/2?closed=1
V1.01 - Point Release
Changes:
- Avoid throwing exception if credentials.json is missing (#5)
- Use template for config.ini and remove tracking of config.ini (#7)
- Add code to detect hitting security checkpoint during Facebook authentication verification (#3)
- General cleanup and documentation improvements
- Improved error handling
See list of issues addressed: https://github.com/mobeigi/fb2cal/milestone/1?closed=1
V1.00 - Initial Release
Initial Release.
Features:
- Ability to parse Birthday events from Facebook and store them as objects
- Ability to generate a valid and compliant ICS calendar file that closely resembles Facebook ICS format
- Automatically uploads ICS file to the cloud (Google Drive)
- Designed to be run via a scheduler daily to keep calendar up to date