- Show grid on table and hide state from output.
Improvements
- #203 Add rich tables.
Bugfixes
- Fix reminder deletion bug on auto refresh.
Bugfixes
- Fix
ImportError
caused by missing crawl requirements.
Improvements
- Add
generate
andrun
commands to make crawler addition easy.
Bugfixes
- New release because 0.7.1 doesn't show up as latest on PyPI.
Bugfixes
- #147 conrad show throws sqlalchemy.exc.OperationalError on upgrading to 0.7.0. 83f4e3b by Vinayak Mehta.
Improvements
- #138 Add crawler for Python events calendar. #139 by Vinayak Mehta.
- #142 Add support for multiple event schema versions. #143 by Vinayak Mehta.
- #37 Add nominatim geocoder util to standardize location. #102 by Sangarshanan.
- #36 Add check for new conrad version. #61 by Abhi Baireddy and Vinayak Mehta.
- Add
--kind
filter for theshow
command. #137 by Vinayak Mehta. - d3db41b Update .readthedocs.yml and remove requirements.txt
- Change auto-refresh interval from 1 day to 1 week.
- Unpin requirements.
- Add py38 trove classifier.
Improvements
Improvements
- Add
--id
filter for theshow
command. - Automatically set cfp flag to False if date has passed and don't import old events in the
import
command.
Improvements
- Replace
.format
with f-strings! 5d5a917 - Use click.get_app_dir for
CONRAD_HOME
. - Fix days left comparison operators.
- #100 Use start date when cfp date has passed. 5d5a917 by Vinayak Mehta.
- #85 Add crawler for awesome-italy-events. #91 by Vinayak Mehta.
- Json dump event tags.
Bugfixes
Improvements
- #10, #33, #58 Add auto refresh. #78 by Vinayak Mehta.
- Remove deprecated fields. #77 by Vinayak Mehta.
- Update PyCon Crawler. #73 by Vinayak Mehta.
- Enable GitHub Actions and Add BaseCrawler. #70 by Vinayak Mehta.
- #11 Upgrade duplicate finding logic with edit distance. #68 by Josemy Duarte.
- #15 Add PyData crawler. #49 by Cristhian Motoche.
Bugfixes
- #66 Initialize conrad context before executing remind. #67 by Josemy Duarte.
Documentation
- Add docs for extending BaseCrawler.
Improvements
- Remove prettytable and use cli_helpers. #57 by Vinayak Mehta.
- #44 Add id column to conrad remind output. #47 by Shalini Sreedhar.
- #23 Add help text to all commands. #30 by Josemy Duarte.
- Enable continous quality by DeepSource.
- Add more conferences.
Improvements
- Add more conferences. #26 by Sangarshanan.
Bugfixes
Documentation
- Add README fixes.
- Birth!