build(deps): bump actions/checkout from 4 to 7 - #27
Closed
dependabot[bot] wants to merge 100 commits into
Closed
Conversation
- Added 62 new cape designs with various styles: - Rainbow, gradient, solid, striped, checker, diagonal, fade, neon, tricolor, half capes - Improved Cape.kt to automatically extract and load capes from jar - Capes are now extracted to local 'capes' folder - Users can add custom capes by placing PNG files in the capes folder - Fixed .gitignore to properly handle jar files - Added .kotlin/ to gitignore
This is a build artifact and should not be in the repository
- Removed 13 solid color capes (black, white, red, blue, green, purple, pink, orange, cyan, yellow, darkblue, darkgreen, darkred) - Updated Cape.kt to remove solid capes from known list - Now only 58 designed capes remain
* 更新:修改构建工作流以支持多个分支并添加发布工作流 * 更新:不再硬编码Java路径 * 更新:Gradle优先国际源 * 更新:在buildscript中添加JitPack仓库 * 修复:#2 1. 2. 3. 4. * 更新:优化release工作流,添加预发布检测步骤 * 更新:修正预发布检测逻辑以支持以'b'开头的标签
…GL抗锯齿并增加分段数 - 调整所有样式的布局和视觉效果
…nd fix CharRenderer scissor
- 新增 OpaiGUI 点击界面系统 - Material Design 3 风格设计 - 支持 Style1/Style2 两种布局样式 - Style2 直接显示所有分类面板 - 可自定义面板大小、颜色、动画速度等 - 新增 OpaiArrayList HUD 组件 - 显示已启用模块列表 - 支持背景模糊、主题颜色自定义 - 优化 Target2 HUD - 修复 Rice 样式粒子效果 - 添加出现/消失动画 - 修复 Novoline3 样式盔甲显示 - 删除 TargetStrafe 模块 - 删除 Velocity 的 MatrixReduce2/3 模式 - Island 界面图标可自定义 - 修复多项编译错误
feat: 增加dependabot
Bumps [com.jhlabs:filters](https://github.com/axet/jhlabs) from 2.0.235 to 2.0.235-1. - [Commits](https://github.com/axet/jhlabs/commits) --- updated-dependencies: - dependency-name: com.jhlabs:filters dependency-version: 2.0.235-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ers-2.0.235-1 build(deps): bump com.jhlabs:filters from 2.0.235 to 2.0.235-1
refactor: 创建两个中英独立的README.md
新功能: - OpaiGUI: 添加 Style1/Style2 两种样式, 支持自定义颜色、大小、模糊和动画速度 - OpaiArrayList: 新增 HUD 组件, 显示已启用模块列表 - Scaffold: 新增自救功能, 支持下落检测和自动放置方块 - NoC03: 新增移动模块, 取消 C03 发包 - Velocity: 新增方向检查功能, 支持前方/侧方/后方开关 优化修复: - OpaiGUI: 调小 Style2 面板间距, 提高拖动刷新率 - OpaiGUI: 修复 Style2 切换时分类显示不全的问题 - OpaiGUI: 修改面板标题为 AirClient, 删除版本号 - Velocity: 修复方向检查前后方向反了的问题 - Velocity: 所有模式现在都支持方向检查 - README: 更新版本号为 b1.2 代码清理: - 删除未使用的 BlinkUtils.java 重复文件 - 修复 Mixin refMap 警告
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
feat(music): 网易云播放、MusicPlayer GUI 与歌词显示修复
…uction jar Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
GuiChat closes the screen after sendChatMessage returns, which dismissed the GUI immediately when opened from .music gui or on module enable. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Remove embedded Phosphor mixins and lighting engine so users can install Phosphor separately if desired without mixin conflicts. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Prevent GuiChat from closing the screen after client commands so the MusicPlayer GUI is not dismissed immediately after opening. Co-authored-by: Cursor <cursoragent@cursor.com>
Kotlin 2 compiles blockPos.x to getX(), which does not exist on MC 1.8.9 Vec3i/BlockPos and caused NoSuchMethodError during block collision ticks. Co-authored-by: Cursor <cursoragent@cursor.com>
Kotlin 2 emits direct getGameProfile() calls on EntityPlayerSP, which crashes at runtime; expose gameProfile via access transformer and a mixin accessor, and compare players by UUID in SilentHotbar. Co-authored-by: Cursor <cursoragent@cursor.com>
fix: 为 Kotlin 2 在 1.8.9 上补齐 EntityPlayerSP.getGameProfile 访问器
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps actions/checkout from 4 to 7.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)df4cb1cUpdate changelog for v6.0.3 (#2446)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)