Commit Graph

21053 Commits

Author SHA1 Message Date
Tienson Qin
1d9fa69296 chore: bump electron to 37 2025-08-07 09:33:49 +08:00
Gabriel Horner
707f49bc4f fix: nbb-logseq bundling and quirky datascript requires (#12032)
* fix: nbb-logseq bundling and quirky datascript requires

* fix: bump nbb-logseq for node version incompatibility
2025-08-06 13:16:50 -04:00
Tienson Qin
1cccba3901 enhance(ux): warning if webgpu is not supported on browser 2025-08-06 12:53:56 +08:00
Tienson Qin
ab07860907 fix: release-electron
related to https://github.com/logseq/db-test/issues/411
2025-08-05 20:42:30 +08:00
Tienson Qin
9d594637c4 fix: don't infer hidden blocks 2025-08-05 20:27:18 +08:00
Tienson Qin
78a054eec7 fix: posthog not defined in release mode 2025-08-05 20:08:42 +08:00
Tienson Qin
11514a0c3c fix: remove mobile static from test website 2025-08-05 19:07:28 +08:00
Tienson Qin
d84d3f9652 enhance(ux): set/unset #Page to convert between page and block (#11970)
* enhance(ux): add/remove #Page to toggle page/block

* enhance(ux): "p t" to set tags for selected blocks

Updated "p a" to toggle displaying all properties including hidden ones.

* feat: cmd+k move blocks

* fix: block could be converted to page and create invalid nodes

Pages with block namespace parents is nonsensical and pages in
property values led to multiple validation errors. Also guard
against class and property pages as namespace parents

* fix: warn on failed cut+paste or indent/outdent of page blocks. Better to warn than silent failure which leaves user confused on
what happened. 

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-05 17:45:57 +08:00
Tienson Qin
a2eee34d80 Merge pull request #12009 from logseq/feat/hnswlib+transformer-js
feat: semantic search
2025-08-04 23:08:38 +08:00
Tienson Qin
af41e7ea3d Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-04 23:08:23 +08:00
Gabriel Horner
a407035d80 fix: app and other builds no longer require shadow-cljs config hack
Reverts bug fix for
347323b7d6
and for other builds. This bug no longer applies b/c :shared is no
longer used or b/c of shadow-cljs update
2025-08-04 10:41:55 -04:00
Tienson Qin
3025c94d28 fix: checkbox property value should be aligned center 2025-08-04 20:40:53 +08:00
Tienson Qin
a918e5b6f1 enhance(ux): show edit button instead of 00:00 for datetime property 2025-08-03 16:58:19 +08:00
Tienson Qin
c2c8727f6c Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-03 16:40:22 +08:00
Tienson Qin
be69292346 set *publishing? 2025-08-03 16:37:45 +08:00
Tienson Qin
11eb0f38a6 use official @sqlite.org/sqlite-wasm instead of our fork 2025-08-03 14:33:47 +08:00
Gabriel Horner
74fa24cb1e fix: publishing no longer has bug requiring shadow-cljs config hack
Reverts bug fix from
a80a182a8f.
Confirmed dev and release work for publishing. This bug may no longer
apply b/c :shared is no longer used or b/c of shadow-cljs update
2025-08-01 19:24:06 -04:00
Gabriel Horner
182a51a85e fix: publishing app in prod mode
Also fix watch-publishing-frontend which had stopped working awhile back
with shadow-cljs update
2025-08-01 17:56:39 -04:00
Gabriel Horner
f7e32108f2 enhance(dev): add more workers and db ns to linters 2025-08-01 14:37:18 -04:00
Gabriel Horner
cf4153b1cd fix: yarn watch 2025-08-01 13:49:31 -04:00
Tienson Qin
c9e446fd86 fix: application Crash when trying to populate node property
fixed https://github.com/logseq/db-test/issues/402
2025-08-01 13:45:04 +08:00
Tienson Qin
fe93a31563 fix: macros not rendering in property value and views
fixed https://github.com/logseq/db-test/issues/151
fixed https://github.com/logseq/db-test/issues/388
2025-08-01 03:56:37 +08:00
Tienson Qin
3fc53f4778 fix: add missing code-editor.js to mobile
related to https://github.com/logseq/db-test/issues/400
2025-08-01 03:22:19 +08:00
Tienson Qin
25b0e25d4f fix: page tags not showing on page view in iOS
fixed https://github.com/logseq/db-test/issues/399
2025-08-01 03:03:43 +08:00
Tienson Qin
de67a46e92 fix: video assets can not play on desktop app
fixed https://github.com/logseq/db-test/issues/398
2025-08-01 02:37:57 +08:00
Tienson Qin
1fe46682e4 Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-01 00:14:28 +08:00
Tienson Qin
8c402676a9 fix: page references with same name in one block (#12017)
* fix: page references with the same name in one block

* fix: empty :block/name for Library pages

* fix: invalid call to uuid-string?

trace suddenly showing up in multiple CLI calls

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-01 00:09:31 +08:00
Tienson Qin
1e8d7de446 fix: load progress in shared worker 2025-08-01 00:03:22 +08:00
Tienson Qin
1e84a21042 enhance: use sharedworker for inference to reduce memory usage 2025-07-31 22:38:44 +08:00
Tienson Qin
e8d6ae1a2f disable qwen3 embedding 2025-07-31 22:02:13 +08:00
Tienson Qin
67a0f7cd8c Merge branch 'master' into feat/hnswlib+transformer-js 2025-07-31 20:08:29 +08:00
Tienson Qin
0bfb458d90 fix(regression): table view in file graph 2025-07-31 20:01:41 +08:00
Tienson Qin
474b192027 fix: click on page title in query table opens it twice in file graph
fixed https://github.com/logseq/db-test/issues/395
2025-07-31 18:19:01 +08:00
Tienson Qin
9ed4cdc34d fix: blocks in Library pages have incorrect page relationship
fixed https://github.com/logseq/db-test/issues/394
2025-07-31 17:53:35 +08:00
rcmerci
b4b375fe03 fix(rtc): :client/schema is empty for class-block 2025-07-31 00:44:37 +08:00
rcmerci
8c1930ec71 fix(rtc): is rtc-graph if graph-uuid exists 2025-07-31 00:00:41 +08:00
Tienson Qin
3527a43583 enhance(ux): show loading when creating a remote graph 2025-07-30 23:49:54 +08:00
Tienson Qin
6e9864a3b6 fix: cursor position bug in code-block 2025-07-30 17:58:36 +08:00
Tienson Qin
44f9d8aa03 enhance(ux): don't show block breadcrumbs on header
Only shows page parents on header.
2025-07-30 17:43:46 +08:00
Tienson Qin
4455dfca8d fix: backlinks context doesn't work for file graphs 2025-07-30 17:31:28 +08:00
Tienson Qin
4caa79a227 fix(regression): "icon::" property doesn't work for file graphs
fixed https://github.com/logseq/db-test/issues/378
2025-07-30 16:38:17 +08:00
Tienson Qin
2390f81da9 fix: Multi Value Property Available Choices list is not scrollable
fixes https://github.com/logseq/db-test/issues/381
2025-07-30 16:13:02 +08:00
Tienson Qin
3870f7c108 fix: lint 2025-07-30 15:59:06 +08:00
Tienson Qin
0e953e2572 fix: image link 2025-07-30 15:48:24 +08:00
Tienson Qin
37736741e6 fix: local file path is not working on MD and DB
related to https://github.com/logseq/db-test/issues/389
2025-07-30 15:16:23 +08:00
Tienson Qin
2c13bce35a fix: math equations don't work
fixed https://github.com/logseq/db-test/issues/384
2025-07-30 14:10:38 +08:00
Tienson Qin
45709f9435 fix: :number values in property can't be deleted in table view
fixed https://github.com/logseq/db-test/issues/382
2025-07-30 14:00:54 +08:00
Tienson Qin
281817ecb0 fix: rtc extra tests 2025-07-30 12:12:20 +08:00
Tienson Qin
7605ed61a0 fix: rtc e2e tests 2025-07-29 12:53:37 +08:00
Tienson Qin
7e04733acf fix: lint 2025-07-29 01:21:49 +08:00