Releases: tencentmusic/jugg
Releases · tencentmusic/jugg
Release list
3.4.2
English
- [bugfix] Prevent Marketplace verifier rejection on supported IDEs
- [bugfix] Switch Jugg profile for uppercase build variants
- [bugfix] Prevent runtime-only dependency updates from using old code
- [bugfix] Show backend unavailable when update check has no server
- [bugfix] Prevent Gradle fallback from failing when gradlew lacks execute permission
- [bugfix] Prevent builds from failing for project paths with spaces
- [bugfix] Prevent mapper failure for dependency module binding adapters
- [bugfix] Prevent Gradle fallback from failing for Windows paths with spaces
中文
- [bugfix] 避免 Marketplace 校验在受支持 IDE 上拒绝插件
- [bugfix] 大写 flavor 变体时正确切换 Jugg profile
- [bugfix] 避免仅 runtime 依赖的更新仍使用旧代码
- [bugfix] 更新检查无服务器时提示后端不可用
- [bugfix] gradlew 缺少执行权限时避免 Gradle 回退失败
- [bugfix] 工程路径含空格时避免构建失败
- [bugfix] 避免依赖模块 BindingAdapter 导致 mapper 失败
- [bugfix] Windows 路径含空格时避免 Gradle 回退失败
Jugg Dev
3.4.1
English
- [feature] Change the plugin ID to support Marketplace listing
- [bugfix] Show the non-debuggable package cause on deploy failure
- [bugfix] Prevent incremental Kotlin compile failure when plugins require options
- [bugfix] Prevent APK updates from failing on paths with shell characters
- [bugfix] Prevent release R8 builds from failing on Dragonfly missing classes
- [bugfix] Prevent compiler plugin options from breaking incremental builds
中文
- [feature] 修改插件 ID,适配市场上架
- [bugfix] 部署失败时展示包不可调试的原因
- [bugfix] 编译器插件需要参数时避免增量 Kotlin 编译失败
- [bugfix] 路径含 shell 特殊字符时避免 APK 更新失败
- [bugfix] 避免 Dragonfly 缺失类导致 release R8 构建失败
- [bugfix] 避免编译器插件参数破坏增量构建