Skip to content

Releases: cozy/cozy-web-data-proxy

1.1.0

24 Dec 15:01
Compare
Choose a tag to compare

✨ Features

1.1.0-beta.1

24 Dec 14:31
Compare
Choose a tag to compare
1.1.0-beta.1 Pre-release
Pre-release

✨ Features

1.0.0

20 Dec 13:50
Compare
Choose a tag to compare

✨ 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

20 Dec 09:10
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

✨ 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

05 Dec 10:29
Compare
Choose a tag to compare

✨ 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

26 Nov 16:58
Compare
Choose a tag to compare
0.1.0-beta.2 Pre-release
Pre-release

✨ 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

06 Nov 18:41
Compare
Choose a tag to compare
0.1.0-beta.1 Pre-release
Pre-release

First release