mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 22:49:53 +00:00
commit0df1208ae6Author: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 19:32:24 2025 +0800 fix: remove d/store calls There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom. commit7d436cf5ebAuthor: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 18:03:23 2025 +0800 chore: bump datascript commit878331c53eAuthor: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:30:11 2025 +0800 fix: block title inline commit2a8461b41aAuthor: Tienson Qin <tiensonqin@gmail.com> Date: Sun Apr 20 12:17:16 2025 +0800 fix: no way to edit the query as the settings icon doesn't show up commitf843df9482Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 23:41:29 2025 +0800 fix: empty data not trigger query view re-render commit6042c8b112Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 09:44:27 2025 -0400 refactor: keep testing concerns in tests Move testing requirement to relevant test to make production code easier to maintain. Where possible we should avoid helpers like util/node-test? as they couple testing concerns with production code commitc9177abc9aAuthor: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 15:20:22 2025 +0800 fix: tests commitb7c45f881cAuthor: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:19:37 2025 +0800 fix: don't show query builder for non-query blocks commit46bdd1a366Author: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 13:17:07 2025 +0800 enhance: set query title && code commitabf90fbb7dAuthor: Tienson Qin <tiensonqin@gmail.com> Date: Fri Apr 18 11:47:26 2025 +0800 fix: queries don't automatically update Fix https://github.com/logseq/db-test/issues/237 This commit also updates custom queries to only fetch :db/id to improve performance. commitaa45b3fa6cAuthor: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 14:31:00 2025 -0400 fix(regression): paths of file graph exports markdown + opml exports had zipped files several directories deep because they used the full path of the graph commit63403bd8c5Author: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:32:51 2025 -0400 fix: remove unused workarounds from #11774 Previous commit fixed these issues commit4ad4944b4eAuthor: Gabriel Horner <gabriel@logseq.com> Date: Fri Apr 18 12:29:06 2025 -0400 fix: for file graphs, tags with blank space in the namespace parent creates entities with nil :block/title to be created. This created unexpected bugs in the UI e.g. all pages and caused duplicate content to appear. Example from test graph: 'tags:: [[Some / Namespace ]]' Fixes https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396