Releases: Forairaaaaa/mooncake
Releases · Forairaaaaa/mooncake
v2.3.3
What's Changed
- Launcher Template: make launcher on close before new app's on open by @Forairaaaaa in #19
Full Changelog: v2.3.0...v2.3.3
v2.3.0
What's Changed
- add app templates by @Forairaaaaa in #18
- 添加
AppProps_t和std::vector<AppProps_t> getAllAppProps();来获取完整已安装 App 属性 - 添加
AppLauncherBase启动器 App 参考模板
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- fix open() and close() invaild inside onOpen and onClose callbacks by @Forairaaaaa in #17
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- 修复 linux 下编译 examples 有概率 link 不到 pthread
- 添加
getId()方法,以供在 ability 内部获取自身 id - 添加
getAppAbilityManager()方法,方便类启动器应用遍历和获取 App 信息
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- put ablility base api to public by @Forairaaaaa in #11
- better extension api wrapping by @Forairaaaaa in #12
- add update single ability by @Forairaaaaa in #13
- git add library.properties by @lbuque in #14
- add some demo shit by @Forairaaaaa in #15
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
2.0重构:
- 抛弃工厂模式、简化 App 派生
- 使用 App ID 绑定 App 实例,而不是指针乱飞
- 全新的 Ability 模型,可提供更多样化的生命周期抽象
- 改智能指针
- 移除了 spdlog
v1.2.1
无关紧要,只是重构前的备份
v1.2
∩╮(︶︿︶)╭∩╮
- 移除了 simplekv
- 移除了 builtin app
- 移除了复杂的 user data
- 优化注释
- 优化 mooncake 结构
- 优化 demo
v1.0.2
Update mc_conf_internal.h