Commit Graph

5057 Commits (54700b3707656d3bbb1a6a285b6a4528368166e4)

Author SHA1 Message Date
Tienson Qin 54700b3707 fix: data-refs / data-refs-self regression
close #2764
2021-09-08 00:07:45 +08:00
Tienson Qin ce511e1b84 enhance: add alerts before both refresh and re-index 2021-09-07 23:23:07 +08:00
Tienson Qin d94ce5e78b enhance: detect file changes when starting 2021-09-07 21:13:25 +08:00
Tienson Qin f7f270f599 enhance: make it clear that git config will be stored locally 2021-09-07 20:14:34 +08:00
Tienson Qin cdb34cfc23 chore: bump mldoc 2021-09-07 19:31:02 +08:00
Tienson Qin 4fd8833115 fix: failed to remove invalid .git file 2021-09-07 18:14:13 +08:00
Tienson Qin 751db4828c enhance: log git errors 2021-09-07 16:58:25 +08:00
Tienson Qin c2dbbc77bf enhance: display refresh status 2021-09-07 16:27:00 +08:00
Tienson Qin f734b6db37 fix: .git doesn't work well with third-party cloud services 2021-09-07 16:03:57 +08:00
Tienson Qin 7e44d81f1d fix: git init into the current graph folder
instead of a separate git directory because .gitdir might has
different paths on multiple devices, another reason is that the graph
might have different histories considering the .git directory is not
synced.
2021-09-07 14:07:16 +08:00
Tienson Qin b86a801514 enhance: don't show diff if there's only blank changes 2021-09-06 23:23:27 +08:00
Tienson Qin 0b55d119aa fix: save the previous content in Logseq first and commit it
to avoid overwritten when syncing with iCloud/Dropbox/syncthing.
2021-09-06 22:39:06 +08:00
Tienson Qin e0baf4b05c fix: close file watcher when exit the app 2021-09-06 22:18:45 +08:00
Tienson Qin 10e7a9fbd6 fix: disable cut selections in the query result block 2021-09-06 21:05:38 +08:00
Tienson Qin 90c2bd7cc2 fix: terminate parser and persist dbs when reloading the app (electron) 2021-09-06 18:42:17 +08:00
Tienson Qin 571c81af30 enhance: add sync from local files (the old refresh way) 2021-09-06 18:00:12 +08:00
Tienson Qin a16e5c98ba fix: Dragging blocks to update notes does not synchronize updates to
the notes file in real time.

close #2744
2021-09-06 17:23:57 +08:00
Tienson Qin 6897a22a3f fix: disable page/block auto-complete once the cursor went outside 2021-09-06 16:43:30 +08:00
Tienson Qin feb4404874 fix: wrong page metadata saved for another graph 2021-09-06 13:28:47 +08:00
Tienson Qin b96332122f enhance: catch errors when app quits 2021-09-06 13:08:28 +08:00
Jiang Hailong 1ee0c240c3 FIX: Linked reference is not refresh after file altering #2694 2021-09-06 12:37:23 +08:00
Tienson Qin 0550c8a876 fix: display logbook for scheduled tasks 2021-09-06 12:25:39 +08:00
Tienson Qin 2a5f0cee7c fix: spent hours for logbook 2021-09-06 12:21:19 +08:00
leizhe 1f2c9e4d3f fix(timestamp): remove old SCHEDULED/DEADLINE timestamp
When using `date-picker` to update the SCHEDULED/DEADLINE timestamp by
clicking an existing one, logseq will add a new timestamp instead of
updating the old one. This patch fixs this issue.
2021-09-06 12:14:05 +08:00
leizhe cb23b967e4 fix(repeat): more consistent with orgmode style
Ref: https://orgmode.org/manual/Tracking-your-habits.html
2021-09-06 12:14:05 +08:00
leizhe 229c7f2594 enhance(property): remove empty properties drawer 2021-09-06 12:13:45 +08:00
leizhe a76df9ce97 fix(clock): duplicate clock-in log twice
1. `set-marker` will not log time anymore. The time logging is moved
to `with-timetracking`
2. Concat `logbook` only if `new-clocks` is nil, which fixs the
duplication of clock-in log.
2021-09-06 12:13:45 +08:00
Tienson Qin c79e9f9e3e code: cleanup 2021-09-06 12:10:38 +08:00
DarshanSudhakar 9ec85db09a Fixing typo for the tooltip 'Block reference' 2021-09-06 11:51:17 +08:00
Tienson Qin eec677873b enhance: page history support reverting back 2021-09-06 11:49:58 +08:00
Tienson Qin 7273112a00 git: revert back 2021-09-06 11:23:31 +08:00
Tienson Qin cd853b5864 git: should compare ignored-files with disk content 2021-09-06 10:39:08 +08:00
Tienson Qin a84dfb5eff git: add ignore-files to avoid repeated notifications 2021-09-06 10:31:16 +08:00
Tienson Qin 86577e7ebf fix: ignore permission denied error when git add all 2021-09-06 10:07:39 +08:00
Tienson Qin 8dc0ca9ff5 fix: run git config core.safecrlf false on windows 2021-09-06 09:54:03 +08:00
Tienson Qin 9edaae559d refactor: extract file ops 2021-09-06 09:21:02 +08:00
tiagodevezas f12f58d3fa fix typos 2021-09-06 08:49:34 +08:00
tiagodevezas 9e82f0117c Translate shortcuts to Portuguese (pt-PT) 2021-09-06 08:49:34 +08:00
tiagodevezas 9a2c17bb05 Translate new settings to pt-PT 2021-09-06 08:49:34 +08:00
Sebastian Bensusan c05034cc34 feat(calc): Understand percentages 2021-09-06 08:49:03 +08:00
Tienson Qin bfe6a5d6cb enhance: commit the content in logseq when detecting any disk changes 2021-09-06 08:46:30 +08:00
Tienson Qin 2fdc601c15 fix: parser path on web 2021-09-02 19:39:55 +08:00
Weihua Lu 01312293d1 chore: add some docstring 2021-09-02 11:11:57 +08:00
Weihua Lu 29a3025e7d enhance: i18n support for command palette 2021-09-02 10:57:59 +08:00
Tienson Qin c4708fb9f9 fix: deleting blocks 2021-09-01 11:26:38 +08:00
dependabot[bot] 6bf9a85bda chore(deps): bump tar from 4.4.17 to 4.4.19 in /resources
Bumps [tar](https://github.com/npm/node-tar) from 4.4.17 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.17...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 10:52:14 +08:00
Tienson Qin 76595cc69b fix: schedule doesn't work well with logbook together 2021-09-01 10:30:29 +08:00
Tienson Qin 98cb06b86e fix: Tag with brackets but without spaces creates an extra page
close #2742
2021-08-31 21:28:38 +08:00
Tienson Qin 3f37ae4b74 chore: bump version 2021-08-31 20:45:05 +08:00
Tienson Qin 78f4cc35a4 fix: atom not derefed 2021-08-31 20:35:02 +08:00