Releases: cozy/cozy-web-data-proxy
Releases · cozy/cozy-web-data-proxy
1.1.0
✨ Features
- Allow to pass options to search : useful to restrict searchable doctypes, and to specify their result order
1.1.0-beta.1
✨ Features
- Allow to pass options to search : useful to restrict searchable doctypes, and to specify their result order
1.0.0
✨ Features
- Adapt searchbar wording depending on assistant enabling
🐛 Bugfixes
- Remove "sound-like" search results, by switching encoders
- Remove file from search after being trashed, thanks to better handling of realtime updates
- Deal with malformed docs, that was causing search failures
1.0.0-beta.1
✨ Features
- Adapt searchbar wording depending on assistant enabling
🐛 Bugfixes
- Remove "sound-like" search results, by switching encoders
- Remove file from search after being trashed, thanks to better handling of realtime updates
- Deal with malformed docs, that was causing search failures
0.1.0
✨ Features
- This is the first stable version of the "DataProxy" app, a new data intermediary that integrates with other apps, typically via an iframe. Its purpose is to offer functionalities based on local access to data stored in a PouchDB synchronized with CouchDB.
- The first of these functionalities is search: an index is built from the local PouchDB, enabling efficient searches across files, directories, contacts, and apps.
- A SharedWorker is used to share the storage and search index across tabs: if you open n tabs using DataProxy, there will only be a single instance of the SharedWorker, and thus a single search index, preventing unnecessary resource consumption.
- Currently, the Home web app is the only app integrating DataProxy and enabling this search functionality. Upcoming integrations include Drive and AA.
0.1.0-beta.2
✨ Features
- Store local data only when user gave consent at login
- Display parent path for files and directories
- Improve indexing time
- Add reverse tokenization
🐛 Bug Fixes
- Correctly handle shared notes
🔧 Tech
0.1.0-beta.1
First release