Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.83 KB

CHANGELOG.org

File metadata and controls

38 lines (29 loc) · 1.83 KB

v1.0.20210415

Thanks @ankostis, @purarue, @gms8994, @Cobertos and others for changes!

general

  • deprecate: if you have import promnesia in the config you should switch it to import promnesia.common

    see #225 This brings us closer towards making promnesia a namespaced package to allow for better extensibility.

  • better Windows support #197

indexer

  • 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

server

  • fix deprecation in sqlalchemy API #221

sources

  • 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:
    • extract tags #199
    • extract URLs from annotation text #222