1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2024-12-12 09:04:06 +02:00
obsidian-livesync/pouchdb-browser-webpack
vorotamoroz e2da4ec454 # Fixed
- Illegible coloring of the Diff dialog.

# Implemented
- On-the-fly encryption and decryption in replication.
- Text splitting algorithms updated
(use a bit more memory (which is saved by On-the-fly enc-dec), but faster than old algorithms.)
- Garbage collector is now decent and memory saving.

# Internal things
- Refactored so much.
2022-06-09 17:44:08 +09:00
..
dist # Fixed 2022-06-09 17:44:08 +09:00
src # Fixed 2022-06-09 17:44:08 +09:00
.gitignore - Reverted PouchDB direct importing. 2022-04-30 01:11:17 +09:00
package.json # Fixed 2022-06-09 17:44:08 +09:00
README.md - Reverted PouchDB direct importing. 2022-04-30 01:11:17 +09:00
webpack.config.js - Reverted PouchDB direct importing. 2022-04-30 01:11:17 +09:00

PouchDB-browser

Just webpacked.
(Rollup couldn't pack pouchdb-browser into browser bundle)