Skip to content

Latest commit

 

History

History
executable file
·
62 lines (38 loc) · 2.13 KB

HISTORY.md

File metadata and controls

executable file
·
62 lines (38 loc) · 2.13 KB

Release History

master

  • Add GitHub Action for automated Linux, MacOS and Windows builds. #107 by arky.

0.4.3 (2020-03-21)

Improvements

  • The command-line interface can now be run using python -m excalibur. #97.
  • Excalibur now follows the Black code style! #98.

Bugfixes

  • #95 Fix Werkzeug import error. #96.

0.4.2 (2019-01-09)

Bugfixes

  • #41 Fix failed function call wrt to upstream changes. #42 by Vinayak Mehta.

0.4.1 (2018-11-05)

Bugfixes

  • #32 Changing port in excalibur.cfg has no effect. #34 by Vinayak Mehta.

0.4.0 (2018-11-26)

This release adds a lot of UI enhancements (based on user feedback), and updates to the docs and website. Table autodetection is now even more awesome 🔥 since Camelot v0.4.0 adds an improved Stream table detection algorithm. To know more, check out #206.

0.3.0 (2018-11-12)

This release adds enhancements to the static website, a rule manager to view, upload and download table extraction rules and an option to load a saved extraction rule on the workspace.

0.2.0 (2018-11-05)

Improvements

  • Add MySQL and Celery support. #8 by Vinayak Mehta.
  • Add table auto-detection. #7 by Vinayak Mehta.
  • Add static website. #6 by Nikhil Sikka.

0.1.1 (2018-10-22)

  • Add Windows and Linux executables.

0.1.0 (2018-10-20)

  • Birth!