v0.2.3 - #7
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.2.3 (2026-07-21)
Windows beta support — cross-compilation from macOS to
x86_64-pc-windows-gnu(MinGW), vendored LadybugDB Windows DLL, and CI pipeline. Plus critical bug fixes for the v0.2.2 LadybugDB migration that broke all query tools.What changed
codescope.exe(16MB PE32+),lbug_shared.dllbundled, CIwindows-2022searchtoolgraph_nodes(empty), returned no resultsMATCH (n) WHERE n.name CONTAINS 'query'via LadybugDB, ~1msisGraphReady()MATCH (n) RETURN count(*)findSymbolJsonprepare failed,find_callers/find_calleesetc. "graph not ready"entity/relationtables or LadybugDBgraph_nodes/graph_edgesverify_integrityQueryDeadlineGuardmake fmtlint-cpp-full)build.rsdetects cross-compile vs native Windows, setsCMAKE_SYSTEM_NAMEonly when neededUpgrade notes
--target x86_64-pc-windows-gnufor Rust builds. Requires MinGW-w64 14.0.0+.lbug_shared.dllmust be in the same directory ascodescope.exe(bundled in the package).graph_nodes/graph_edgestables are no longer written: If you have custom scripts that query these tables, migrate toentity/relation.Bug fixes (v0.2.2 migration fallout)
findSymbolJsonprepare failedgraph_nodes(empty)entityinsteadisGraphReady()in-memory flag not shared across processesprobeGraphReady()queries LadybugDB directlyproject_overviewtotal_symbols:0graph_nodesrowsentityrowssearchreturns emptygraph_nodes(empty), no fallbacksearchLadybugJson()via LadybugDB CypherbuildFTSFromGraphemptygraph_nodesentityengine_get_project_node_countreturns 0graph_nodesentitygetLatestProjectIdwrong projectgraph_nodesfor node countentityverify_integrityhangsQueryDeadlineGuardbuildCSRreverse query failsORDER BY target_node_id(wrong column name)ORDER BY target_idengine_ffi.cppPerformance
make checkFull changelog
See CHANGELOG.md for the complete list of changes, bug fixes, and cross-platform fixes.