This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
Releases: Mesagisto/mirai-message-source
Releases · Mesagisto/mirai-message-source
v1.5.1
v1.5.0
v1.4.0
Features
- initiative strategy of multibot (Itsusinn)
- add a strict perm check for private bot (Itsusinn)
- add blacklist (#6) #6 (DreamOneX)
- add command to change blacklist (#7) #7 (DreamOneX)
Styles
- code clean (Itsusinn)
Code Refactoring
Chores
Commits
- 19a2fd8: Merge remote-tracking branch 'origin/master' (Itsusinn)
v1.3.2
v1.3.1
v1.3.0
Features
- forward flash image #4 (DreamOneX)
- new class loading mechanism and deps auto-donwloading of mirai 2.12 (Itsusinn)
Bug Fixes
- classloader switch should not have side effect (Itsusinn)
Code Refactoring
- db: replace rocksdb with leveldb (Itsusinn)
- cipher: remove no-cipher (Itsusinn)
- unit test deps (Itsusinn)
Builds
Continuous Integration
- change beta workflow into pre-release workflow (Itsusinn)
Chores
Commits
- 876f712: Merge branch 'for-itsusinn' (Itsusinn)
v1.2.2
v1.2.0
Features
- support remove nats-address (itsusinn)
Bug Fixes
- command: 特定情况下的错误响应 (itsusinn)
- unprocessed actions (itsusinn)
- unable to send images (ElstaraNova)
Code Refactoring
- name change and config migrate (itsusinn)
- downgrade kotlin deps (itsusinn)
- command: name change (itsusinn)
Builds
- update rocksdb (itsusinn)
Continuous Integration
- fix osx build (itsusinn)
Chores
- release 1.2.0-rc (itsusinn)
- release 1.2.0-rc2 (itsusinn)
- release 1.2.0-rc2-fix (ElstaraNova)
- release 1.2.0 (itsusinn)
v1.1.1
v1.1.0
Features
- handler: a abstraction of receiving and sending message (itsusinn)
- database: store message source for replying (itsusinn)
- some helper functions (itsusinn)
- cipher: refuse plaintext (itsusinn)
- support http/socks proxy (itsusinn)
Bug Fixes
- change plugin name (itsusinn)
- the serde of image messages (itsusinn)
- complete config module (itsusinn)
- unexpected file lock when converting image format (itsusinn)
- profile的nick与username (itsusinn)
Styles
Code Refactoring
- name change (itsusinn)
- tinylog configuration (itsusinn)
- remove the support for android (itsusinn)
- move override into extension module (itsusinn)
- logger: more detailed level (itsusinn)
- change String into ByteArray (itsusinn)
- remove dependence on chat-command (itsusinn)
- log: 改进日志 (itsusinn)
Performance Improvements
- inline logger (itsusinn)
Tests
- add unit tests (itsusinn)
Builds
- change JVM target to 11 (itsusinn)
- bump dependencies (itsusinn)
- bump mesagisto-client version (itsusinn)
- downgrade JVM target to 1.8 (itsusinn)
- remove kotlin-std from archive file (itsusinn)
- update mesagisto-client (itsusinn)
- 更新依赖 (itsusinn)
Continuous Integration
- update setup-java (itsusinn)
- use make to build packages (itsusinn)
- update jvm to zulu17 (itsusinn)
- 使用shell代替Makefile (itsusinn)