Promnesia

Latest version: v1.3.20241021

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.3.20241021

What's Changed
* sources.takeout: use reconstruct_comment_content directly to workaround weird formatted json data in takeout by karlicoss in https://github.com/karlicoss/promnesia/pull/456
* systemd/launchd: work around when promnesia binary isn't available in PATH, use sys.executable by karlicoss in https://github.com/karlicoss/promnesia/pull/458
* general: set min versionto 3.9, since 3.8 reached EOL by karlicoss in https://github.com/karlicoss/promnesia/pull/457


**Full Changelog**: https://github.com/karlicoss/promnesia/compare/v1.2.20240810...v1.3.20241021

1.2.20240810

What's Changed
core:
* backend: massive (about 10x) db insertion speed up + benchmarks by karlicoss in https://github.com/karlicoss/promnesia/pull/419
* backend: get rid of cachew dependency for marshalling DbVisit into sqlite by karlicoss in https://github.com/karlicoss/promnesia/pull/420
* backend: more consistent handling of --overwrite mode by karlicoss in https://github.com/karlicoss/promnesia/pull/426
* work around for duplicate warnings during indexing by karlicoss in https://github.com/karlicoss/promnesia/pull/406
* server: switch to importlib.metadata for detecting version by karlicoss in https://github.com/karlicoss/promnesia/pull/414
* core: improve stats logging during indexing by karlicoss in https://github.com/karlicoss/promnesia/pull/415

sources:
* hypothesis: fix after hpi update by karlicoss in https://github.com/karlicoss/promnesia/pull/413
* sources.org: fix error during sexp date parsing by karlicoss in https://github.com/karlicoss/promnesia/pull/435
* sources.takeout: add support for new youtube csv format by seanbreckenridge in https://github.com/karlicoss/promnesia/pull/436
* replace deprecated datetime methods and fix crash in markdown parser due to mistletoe by karlicoss in https://github.com/karlicoss/promnesia/pull/452
* signal: update to recent db schema(11, Jun2024) by ankostis in https://github.com/karlicoss/promnesia/pull/451

New Contributors
* AnweshGangula made their first contribution in https://github.com/karlicoss/promnesia/pull/399

**Full Changelog**: https://github.com/karlicoss/promnesia/compare/v1.2.20230515...v1.2.20240810

1.2.20230515

What's Changed
* general: remove dataset usage from modules by karlicoss in https://github.com/karlicoss/promnesia/pull/377
* general: add requests<2.30.0 requirement to workaround for the issue in library by karlicoss in https://github.com/karlicoss/promnesia/pull/389
* general: disable python37, it's reached EOL by karlicoss in https://github.com/karlicoss/promnesia/pull/394

* sources.takeout: ignore placevisit events by seanbreckenridge in https://github.com/karlicoss/promnesia/pull/374
* sources.takeout: clean contexts for Activity events form useless entries by karlicoss in https://github.com/karlicoss/promnesia/pull/369
* sources.browser: switch to use HPI + seanbreckenridge/browserexport by karlicoss in https://github.com/karlicoss/promnesia/pull/375
* sources.filetypes: add text/x-php, seems that it broke after mimetype… by karlicoss in https://github.com/karlicoss/promnesia/pull/381
* sources.telegram_new: initial module via HPI by karlicoss in https://github.com/karlicoss/promnesia/pull/382
* sources.telegram: rely on HPI my.telegram.telegram_backup, fallback on sources.telegram_legacy by karlicoss in https://github.com/karlicoss/promnesia/pull/385
* sources.smscalls: propagate errors if there are breaking schema changes by seanbreckenridge in https://github.com/karlicoss/promnesia/pull/386

* + various docs/tests improvements

New Contributors
* raphwriter made their first contribution in https://github.com/karlicoss/promnesia/pull/370
* unendiverse made their first contribution in https://github.com/karlicoss/promnesia/pull/387

**Full Changelog**: https://github.com/karlicoss/promnesia/compare/v1.1.20230129...v1.2.20230515

extension-v1.2.4
What's Changed
* extension: fix issues with context menus by karlicoss in https://github.com/karlicoss/promnesia/pull/392

**Full Changelog**: https://github.com/karlicoss/promnesia/compare/extension-v1.2.3...extension-v.1.2.4

extension-v1.2.3


extension-v1.2.2
What's Changed
* extension: fix some sidebar preservation issues in firefox by karlicoss in https://github.com/karlicoss/promnesia/pull/373

**Full Changelog**: https://github.com/karlicoss/promnesia/compare/extension-v1.2.1...extension-v1.2.2

extension-v1.2.1
What's Changed

actual visible changes
* use tippy.js for visited marks by karlicoss in https://github.com/karlicoss/promnesia/pull/367 (thanks Stvad for suggesting)
* use webnavigation instead of tabs.onUpdate by karlicoss in https://github.com/karlicoss/promnesia/pull/354 (thanks yoyurec for suggesting and initial PR)
* add search query parameter to search page by telotortium in https://github.com/karlicoss/promnesia/pull/322
* fixes for duplicate sidebar/sidebar not showing by karlicoss in https://github.com/karlicoss/promnesia/pull/358
* extension: use less permissions by karlicoss in https://github.com/karlicoss/promnesia/pull/363

internals
* make background page nonpersistent by karlicoss in https://github.com/karlicoss/promnesia/pull/361
* extension: switch to browser polyfill by karlicoss in https://github.com/karlicoss/promnesia/pull/351
* update node to 18 and most npm dependencies by karlicoss in https://github.com/karlicoss/promnesia/pull/346
* update webext-options-sync by karlicoss in https://github.com/karlicoss/promnesia/pull/352
* update codemirror to latest version by karlicoss in https://github.com/karlicoss/promnesia/pull/353
* lots of improvements and additions to extension end2end tests


**Full Changelog**: https://github.com/karlicoss/promnesia/compare/extension-v1.1.1...extension-v1.2.1

1.1.20230129

What's Changed
* backend: update to support sqlalchemy 2.0 changes by karlicoss in https://github.com/karlicoss/promnesia/pull/366


**Full Changelog**: https://github.com/karlicoss/promnesia/compare/v1.1.20230119...v1.1.20230129

1.1.20230119

Mainly, switch from using deprecated hug to fastapi
If you're using Promnesia from git, you'll need to `pip install fastapi uvicorn[standard]`

**Full Changelog**: https://github.com/karlicoss/promnesia/compare/v1.0.20220515...v1.1.20230119

extension-wip-tippyjs
In particular, fixes to use webNavigation and tippyjs https://github.com/karlicoss/promnesia/tree/tippyjs

attached:

- firefox (self-signed addon, recommended)
- chrome ('unpacked' version)
- firefox ('unpacked' version)

1.0.20220515

extension-v1.1.1


extension-v1.1.0
Big thanks yoyurec for extension design enhancements and generally making it more tweakable! You can find some before/after screenshots here https://github.com/karlicoss/promnesia/pull/308

- fid issue with spaces in tag names (thanks yoyurec ) https://github.com/karlicoss/promnesia/commit/d131c3ea9083524cd2e3c433210ad4fd34569155
- fix glitch during github inline edits https://github.com/karlicoss/promnesia/commit/44d3d72cd2c52e5c309e986d5c21023c98245efe
- get rid of basket.js dependency, rely on HTTP caching https://github.com/karlicoss/promnesia/commit/8bfba57dcfa0100f7c2636050ff5becf4e2112f0
- more end2end testing

**Full Changelog**: https://github.com/karlicoss/promnesia/compare/extension-v1.0.1...extension-v1.1.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.