Features
- Suppot for new export formats like: CSV, JSON, JSONL and BSON (all of them disabled by default, use export_csv=True, export_json=True, export_jsonl=True, export=bson=True to enable them on GenList views)
- __searchF__ filtering function support lists or tuples for choices (before was only lists)
Bugfixes
- Export to Excel now works with newer versions of openpyxl