Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.81 KB

File metadata and controls

37 lines (19 loc) · 1.81 KB

ChangeLog

All notable changes to this project will be documented in this file,ChangeLog information is generated by the CommitMessage plugin

feat

fix

  • 修复 (03f4703)
  • 585e374 (origin/jdk17, mirai) + fix JsonsObject (585e374)

perf

refactor

  • move action classes to misc package and add new functionalities- Move ActionData, ActionList, ActionPath, and ActionRaw to cn.evole.onebot.sdk.action.misc package - Add BaseBot interface and new methods in BotUtils class - Introduce GensokyoExtend, GoCQHTTPExtend, LagrangeExtend, and LLOneBotExtend interfaces - Add GetStatusResp class to represent get_status response - Update GroupMessageEvent and GuildMessageEvent classes- Modify build.gradle and gradle.properties for new version and dependencies (c637f33)
  • update Maven group to cn.evole.onebot (07543ca)

build