Thanks @ankostis, @purarue, @gms8994, @Cobertos and others for changes!
- deprecate: if you have
import promnesia
in the config you should switch it toimport promnesia.common
see #225 This brings us closer towards making promnesia a namespaced package to allow for better extensibility.
- better Windows support #197
- new: ‘update’ style indexing is now the default #211
It means that database won’t be emptied before reindexing, so if you only index a single datasource, the data for other datasources will be untouched. If you want the previous behaviour, you can use
--overwrite
- fixes for race conditions during ‘update’ style indexing #220
- minor cannon enhancements
- fix deprecation in sqlalchemy API #221
- new: viber data source (local desktop database)
- new: safari browser data #207
- new: stackexchange source #189
- auto indexer: better directory pruning #209
- telegram: enhancements to opt out of non-http link extraction
- firefox: handle Fenix databases properly #227
- hypothesis: