Skip to content

Latest commit

 

History

History
164 lines (103 loc) · 6.42 KB

HISTORY.md

File metadata and controls

164 lines (103 loc) · 6.42 KB

Release History

master

0.10.1 (2021-08-01)

  • Show grid on table and hide state from output.

0.10.0 (2021-08-01)

Improvements

  • #203 Add rich tables.

Bugfixes

  • Fix reminder deletion bug on auto refresh.

0.9.1 (2021-06-24)

Bugfixes

  • Fix ImportError caused by missing crawl requirements.

0.9.0 (2021-06-21)

Improvements

  • Add generate and run commands to make crawler addition easy.

0.8.0 (2020-08-01)

Bugfixes

  • New release because 0.7.1 doesn't show up as latest on PyPI.

0.7.1 (2020-08-01)

Bugfixes

  • #147 conrad show throws sqlalchemy.exc.OperationalError on upgrading to 0.7.0. 83f4e3b by Vinayak Mehta.

0.7.0 (2020-08-01)

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 the show command. #137 by Vinayak Mehta.
  • d3db41b Update .readthedocs.yml and remove requirements.txt
  • Change auto-refresh interval from 1 day to 1 week.

0.6.2 (2020-07-28)

  • Unpin requirements.

0.6.1 (2020-07-10)

  • Add py38 trove classifier.

0.6.0 (2020-07-10)

Improvements

  • #46 Highlight events on conrad show for which reminders have been set. 225972d by Vinayak Mehta.

0.5.0 (2020-07-09)

Improvements

  • Add --id filter for the show command.
  • Automatically set cfp flag to False if date has passed and don't import old events in the import command.

0.4.0 (2020-05-24)

Improvements

0.3.2 (2019-11-08)

  • Json dump event tags.

0.3.1 (2019-11-08)

Bugfixes

  • #81 FileNotFoundError on first conrad show. #82 by Vinayak Mehta.

0.3.0 (2019-11-08)

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

Documentation

  • Add docs for extending BaseCrawler.

0.2.0 (2019-10-31)

Improvements

0.1.2 (2019-10-28)

Improvements

Bugfixes

  • #8 Error in opening database before first refresh. #14 by Vinayak Mehta.

0.1.1 (2019-10-28)

Documentation

  • Add README fixes.

0.1.0 (2019-10-28)

  • Birth!