Commit Graph

18312 Commits

Author SHA1 Message Date
Andelf
990c7a55ee chore(release): release 0.10.1 (#10640) 2023-12-06 18:38:07 +08:00
Tienson Qin
5fa41a1479 fix: don't clear search filter when searching for namespace page
Also, esc will not clear the filter if the input is not empty
2023-12-06 17:39:31 +08:00
Tienson Qin
eb90314410 fix: search in sidebar conflicts with block selection
Fixes #10611
2023-12-06 17:39:31 +08:00
Tienson Qin
ed06991f46 fix: remove :pdf from allowed formats 2023-12-06 17:39:31 +08:00
Tienson Qin
17f10edb39 fix: ignore binary files and other formats from watcher 2023-12-06 17:39:31 +08:00
Tienson Qin
1861aa1697 fix: search for files can crush Logseq
Fixes #10610
2023-12-06 17:39:31 +08:00
Tienson Qin
c1bf1d97ad fix: search remove some edn files
Fixes #10609
2023-12-06 17:39:31 +08:00
Tienson Qin
5f7c902b5d fix: remove new page: from [[]] autocomplete 2023-12-06 17:28:58 +08:00
Tienson Qin
95c5c09f39 remove unused vars 2023-12-06 17:00:06 +08:00
Tienson Qin
678d5c8ee6 Remove page content search 2023-12-06 15:13:25 +08:00
Tienson Qin
75c010e1c3 WIP: use OPFS db for electron 2023-12-06 15:03:29 +08:00
Tienson Qin
ea3f5973b7 Merge branch 'feat/db' into feat/datascript-storage 2023-12-06 01:10:23 +08:00
Gabriel Horner
34d2b3c234 fix: don't show closed value editing in publishing
Also allow class and page properties to be styled differently
2023-12-05 11:17:36 -05:00
Charlie
e56b300aa0 fix(ui): theme color related issues (#10638)
* fix(ui): accent color doesn't apply to block references link #10619
* enhance(ui): polish details for the keymaps setting
2023-12-05 22:52:43 +08:00
Tienson Qin
1b2a3cc1c1 fix: tests 2023-12-05 19:48:29 +08:00
Tienson Qin
3df099a15e fix: don't retract attributes for db if block content is not updated 2023-12-05 18:07:48 +08:00
Tienson Qin
67fd609170 fix: typing a normal page as a tag silently changes its page type
User can choose to create either a page or a class with '#' now.
FIXES LOG-2742
2023-12-05 17:31:21 +08:00
Tienson Qin
3bae1cae12 fix: a non-journal home page is empty on initial graph load
FIXES LOG-2813
2023-12-05 13:57:05 +08:00
Gabriel Horner
e847c0899a enhance: bring back built-in properties using closed values
Fixes LOG-2903. Also fixed a bug with logseq.color property
not working with latest accent color
2023-12-04 17:29:41 -05:00
ksqsf
bfe7f5e826 fix: lint 2023-12-04 13:46:04 -05:00
ksqsf
ef60c92e30 fix: and-or query 2023-12-04 13:46:04 -05:00
Tienson Qin
31a52d6f8d enhance: load only filtered result when specified 2023-12-05 02:35:56 +08:00
Tienson Qin
8323235a46 fix: query all whiteboards from db 2023-12-05 02:35:56 +08:00
Tienson Qin
be6e1f5a32 feat: add whiteboards to search filters 2023-12-05 02:35:56 +08:00
Blezur
561783582c Add Polish translations (#10604)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-12-04 12:59:36 -05:00
Ulices
dffdbb23f8 i18n: Update Spanish translation (#10594)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-12-04 12:57:28 -05:00
queeup
c55fff362e enhance(i18n): update Turkish translation 2023-12-04 12:56:39 -05:00
Tienson Qin
87a741cad2 fix: exit editing after creating text block 2023-12-05 01:52:31 +08:00
Tienson Qin
fb9e1057fa chore: remove react/db-graph? 2023-12-05 01:29:05 +08:00
Tienson Qin
7dfbecb3e2 fix: query state should never be cleared for db graphs 2023-12-05 01:16:55 +08:00
Tienson Qin
e71a4ffc0c fix: search does not navigate to block of interest if collapsed
Fixes 10579
2023-12-04 12:15:52 -05:00
Gabriel Horner
2554016d63 enhance: make closed values scriptable
Added closed value examples of all 5 property types
to properties graph. Part of LOG-2903
2023-12-04 10:11:52 -05:00
Tienson Qin
e04a5b4316 Merge branch 'master' into feat/db 2023-12-04 20:47:37 +08:00
Tienson Qin
d6e5e2b0b4 fix: tests 2023-12-04 20:31:39 +08:00
Tienson Qin
336c6cfd08 fix: lint warnings 2023-12-04 20:12:49 +08:00
Tienson Qin
00b11d6cb0 Add db-based model tests 2023-12-04 20:07:52 +08:00
Tienson Qin
aff14668fc Add page rename tests 2023-12-04 18:15:47 +08:00
Tienson Qin
f4309bdc2b Add recents test 2023-12-04 17:08:21 +08:00
Tienson Qin
dae27861d2 Finish db-based property tests 2023-12-04 16:44:01 +08:00
Tienson Qin
fbb8f96191 fix: tests 2023-12-04 16:26:12 +08:00
Tienson Qin
e6bc77e8b5 Add text block test 2023-12-04 16:07:39 +08:00
Tienson Qin
c2a216e4e1 Add closed values related tests 2023-12-04 15:15:15 +08:00
Tienson Qin
5761f206be Add Posthog instrument when failed to refresh access token (#10625)
* Add posthog instrument when refresh token failed

* Add user-id to instrument

* fix: clear tokens iff oauth2/token returns 400 and invalid_grant
2023-12-03 23:10:22 +08:00
Tienson Qin
ecde2c3bfc fix: cross-platform shotcuts (#10590)
This PR also simplifies the implementation of shui/shortcut a lot.

* fix: consistent char for the Enter key

* fix: show ctrl instead of ⌘ for copy ref

* fix: "Ctrl" should be split from "Ctrl X"
2023-12-03 12:40:08 +08:00
Andelf
95461d8a8a fix(e2e): page search results 2023-12-03 12:07:51 +08:00
Andelf
a81ec6e215 fix(recents): zoomed block uuid should not be added to recents 2023-12-03 12:07:51 +08:00
Andelf
871f58e96b fix(cmdk): avoid using uuid from recents 2023-12-03 12:07:51 +08:00
ROCKTAKEY
7525689bfb Update Japanese translation (#10612)
* enhance: Update Japanese translation
* Update src/resources/dicts/ja.edn

---------

Co-authored-by: Andelf <andelf@gmail.com>
2023-12-02 10:52:54 +08:00
Gabriel Horner
045a59ea10 fix: slides don't work on published sites that aren't under '/'
Fixes https://github.com/logseq/publish-spa/issues/11
2023-12-02 10:49:36 +08:00
Gabriel Horner
cce2ba50ed fix: slides don't work on published sites that aren't under '/' 2023-12-01 13:53:50 -05:00