logos-app-poc
- update flake; including latest package manager logos-app-poc#41
- fix: don’t use folders for core modules for now logos-app-poc#40
- fix: When closing a subwindow, it is not unloaded from the backend logos-app-poc#42
logos-chat-ui
- Move the current UI from QWidgets to Qml logos-chat-ui#8
logos-cpp-sdk
- trying to solve issue with UI freeze when making remote calls logos-cpp-sdk#9
logos-liblogos
- fix build on linux logos-liblogos#47
- include modules so capability module is there by default logos-liblogos#46
- support —call arg to call module methods in the cmd line logos-liblogos#45
- add —modules-dir and —load-modules option; auto load dependent modules when using cmdline logos-liblogos#44
- Add simple cmd line parser logos-liblogos#43
- Use Module Library to abstract module/‘plugins’ (WIP) logos-liblogos#49
logos-libp2p-module
- update build system to use logos-module-builder logos-libp2p-module#5
- macos build fix logos-libp2p-module#4
logos-module
- Created logos-module - Library and Command line library to abstract & interact with logos modules logos-module
- Add cmd line util to use library; add tests; add CI tests logos-module#1
logos-module-builder
- fix for finding local lib using install_name_tool logos-module-builder#1
logos-package-manager
- fix build issue in linux logos-package-manager#19
- add lgpm cmd line to install packages logos-package-manager#18
- Added a queue so that when sending multiple requests to the package manager one of them is not discarded but added to the queue and executed sequentially logos-package-manager#17
logos-package-manager-ui
- fix: Fixes various UI issues logos-package-manager-ui#7
logos-waku-module
- feat: Added api’s for stopWaku, getPeers, getMetrics logos-waku-module#5
- use logos-module-builder logos-waku-module#7
logos-waku-ui
- Created Logos App to manage a Waku node logos-waku-ui
logos-chat-tui
- Experimental terminal UI using ratatui logos-chat-tui