Table of Contents
logos-basecamp, logos-chat-module, logos-chat-ui, logos-cpp-sdk, logos-liblogos, logos-logoscore-cli, logos-logoscore-py, logos-module-builder, logos-module-client, logos-package, logos-package-downloader, logos-package-downloader-module, logos-package-manager, logos-package-manager-module, logos-package-manager-ui, logos-protocol, logos-qt-sdk, logos-rust-sdk, logos-storage-ui, logos-view-module-runtime, logos-workspace
logos-basecamp
- chore: re-pin logos-liblogos + logos-protocol (LogosAPIConsumer handle cache) (#272)
- doctest: full sync+async UI run (both providers) + cross-version cases (#267)
- chore: bump logos-protocol + logos-liblogos to master (nested-bytes qvariantToNlohmann fix #23) (#266)
- chore: bump logos-view-module-runtime (#265)
- test(doctest): replace flaky cross-version chat check with hermetic full-API UI check (#264)
- fix: bring back tooltip on side bar (#263)
- fix: update logos-module-view-runtime so that ui-modules’s destructors are called gracefully on SIGTERM (#262)
- ci(doctests): fix 404 on the Pages home page (#261)
- feat: single install/upgrade confirmation dialog with dep-change list (#260)
- fix: pinned dependency version no longer reverts in the app manager (#259)
- ci: bump status-jenkins-lib (#258)
- fix: use the shared semver comparator for app install-status (#257)
- chore: set up the repo for Issues and PR’s and so on (#256)
- feat: adapt the workspace to use QDockWidgets instead of MDI views (#249)
- fix: update the SideBarPanel’s tile background to match App tile of A… (#244)
logos-chat-module
- feat: add a message preview to conversation summaries (#49)
- feat: surface a group’s shared name and description (#48)
- feat: surface group roster changes as a members_changed event (#47)
logos-chat-ui
- chore(deps): pin chat_module to the v0.2.0 release tag (#40)
- feat: UX polish across the chat UI (#36)
- feat: create groups with a name and description (#35)
- refactor(qml): Logos design system + ChatUi module (#34)
- feat: pending indicator, explainer, and event-driven roster for member-add (#33)
logos-cpp-sdk
- chore: re-pin logos-protocol to master (LogosAPIConsumer handle cache) (#106)
- fix(codegen): correct [T]-array arg packing and any-value return in the Qt client (#105)
- chore: bump logos-protocol to master (nested-bytes qvariantToNlohmann fix #23) (#104)
- fix(codegen): bstr + composite-any type handling in cdylib + Qt wrappers (#103)
- Follow-ups to #100: lp-consumer bstr decode, Qt-free cdylib event types, binary-event coverage (#102)
- Fix binary payload encoding in cdylib events (#100)
logos-liblogos
- chore: re-pin logos-protocol to master (LogosAPIConsumer handle cache) (#163)
- chore: bump logos-protocol to master (nested-bytes qvariantToNlohmann fix #23) (#162)
logos-logoscore-cli
- chore: re-pin logos-liblogos + logos-protocol (LogosAPIConsumer handle cache) (#70)
- doctest: drive the proxies’ async forward path in fullapi-chain (#69)
- chore: bump logos-protocol + logos-liblogos to master (nested-bytes qvariantToNlohmann fix #23) (#68)
- feat(call): pass lists and maps with json: / str: argument prefixes (#67)
- test(doctest): exercise the full_api chain (cross-language, proxies, events, arrays) (#65)
logos-logoscore-py
logos-module-builder
- chore: re-pin logos-cpp-sdk to master (Qt client codegen fixes) (#151)
- chore: re-pin cpp-sdk/qt-sdk/rust-sdk/protocol (full_api fixes) (#150)
- fix: auto-generate qmldir at ui_qml entry dir with per-module URI (#149)
- chore: bump cpp-sdk (#102) and rust-sdk (#25) for bstr event fixes (#148)
logos-module-client
logos-package
logos-package-downloader
- fix: a top-level pinned dep is not re-resolved to newest as a transitive dep (#18)
- fix: rank catalog versions by semver precedence, not by release date (#17)
logos-package-downloader-module
- fix: downloadResolvedDependencies keeps already-installed satisfying deps (#17)
- chore: re-pin logos-package-downloader to merged master (shared semver) (#16)
logos-package-manager
logos-package-manager-module
- feat: fresh-install gate + thread dep changes through the gated flow (#57)
- chore: re-pin logos-package-manager to merged master (shared semver) (#56)
logos-package-manager-ui
- feat: route install/upgrade confirmation through the host gate (#53)
- fix: always confirm installs; pass the installed set to the download path (#52)
- fix: use the shared semver implementation for the row Action (#51)
logos-protocol
- perf(qt_remote): cache the remote-object handle per name in LogosAPIConsumer (#24)
- fix(json): keep nested bytes/ints tagged in qvariantToNlohmann containers (#23)
- fix(json-convert): preserve integer types inside QVariant containers (#21)
- Fix/async call error channel (#19)
logos-qt-sdk
- chore: bump logos-protocol to master (nested-bytes qvariantToNlohmann fix #23) (#12)
- fix(qt_provider): handle QVariantList/QVariantMap args in reflection dispatch (#10)
logos-rust-sdk
- fix(lidl-gen): clone
anyevent params instead of Value::from (#26) - Fix event emitter dropping a bstr
payloadargument; test binary events (#25)