Commit Graph

56 Commits (8b15b643600ce0320b74688fb35515dac0d53550)

Author SHA1 Message Date
Tienson Qin 8e6fb5613d enhance: backup files when there're differences between db and disk
Previously, files are backuped to logseq/bak when logseq detects
there're differences between the db and disk. But it has two problems:

1. Only a few of users know `logseq/bak`, other users think that their
data has been lost.
2. Files in the logseq/bak folder are never truncated.

This PR backups old file in DB with timestamp suffixes instead of
logesq/bak, and only keep the latest 10 versions of any changed file.
2022-03-08 12:58:59 +08:00
Charlie 779cacf715
enhance(electron): add custom https proxy options for settings (#4373)
* enhance(electron): add custom https proxy options for settings
2022-03-01 17:07:13 +08:00
Andelf 736a4610e6 chore: update yarn.lock 2022-02-17 09:55:51 +08:00
Junyi Du 5726f1507c yarn locks 2022-01-13 12:27:47 +08:00
Tienson Qin 644ffa581e use asset.logseq.com 2020-04-11 20:13:42 +08:00
Tienson Qin fa928e5de8 Fix path 2020-04-10 19:28:25 +08:00