mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
1.8 KiB
1.8 KiB
0.4.2
- Add
--helpto all commands as an alternative tohelp [command] - Add
--validateoption toexport-edncommand - Fix cli can't run in CI environments
- Fix
import-ednandmcp-servercommands not building refs for new or edited nodes
0.4.1
- Add
--open-schemaoption tovalidatecommand - Fix
appendcommand fails - Fix
import-edncommand hangs on unexpected errors
0.4.0
- BREAKING CHANGE: Commands that call local graphs are invoked with
-ginstead of as an argument e.g.logseq search foo -g db-nameinstead oflogseq search db-name foo - Add
import-edncommand for local and in-app graphs - Add
validatecommand for local graphs - Add
export-edncommand for API mode - Fix most commands with API mode not respecting
$LOGSEQ_API_SERVER_TOKEN - Fix API
mcp-servercommand failing lazily - Fix commands failing confusingly when given a file graph
- Fix
querycommand with multiple local graphs not switching graphs - Fix API
searchcommand
0.3.0
- Add mcp-server command to run a MCP server
- All commands that have graph args and options now support local paths e.g.
logseq search $HOME/Downloads/logseq_db_yep_1751032977.sqlite foo - Fix: Unexpected errors don't exit with 1
0.2.0
- Add export command to export graph as markdown
- Add append command to add text to current page
- Change export-edn command to default to writing to a file, like the export command
- Rename --api-query-token options to --api-server-token
- API related commands can also authenticate with $LOGSEQ_API_SERVER_TOKEN
- Add descriptions for most commands to explain in-depth usage
0.1.0
- Initial release!
- Provides commands: list, show, search, query, export-edn and help
- All commands work offline. search and query have options for calling HTTP API Server of open desktop Logseq app