Commit Graph

1623 Commits

Author SHA1 Message Date
Him188
00d7430f06 Release version 2.7-RC 2021-08-11 15:28:56 +08:00
Him188
f5f3603dcc Execute non-suspend functions in blocking context, maybe help #341 2021-08-08 14:39:42 +08:00
Him188
4cc1adf8db Allow users to override Kotlin version, fix #367 2021-08-08 14:33:32 +08:00
purofle
2c78c215b5
删除Kdoc中存在的错误示例 (#386)
* Update SimpleCommand.kt

* Update Commands.md
2021-08-03 04:30:08 +08:00
Karlatemp
6a63f1416f
Dont add mavenCentral(); fix #389 2021-07-29 12:50:54 +08:00
cssxsh
4723359d26
fix: remove BINTRAY_REPOSITORY (#387)
* fix: builtins config use ReadOnlyPluginConfig

* fix: remove BINTRAY_REPOSITORY

* merge: mamoe

* use: mavenCentral
2021-07-22 10:57:06 +08:00
Karlatemp
90d09c429c
Update Permissions.md 2021-07-20 16:05:55 +08:00
yurzhang
64e214a40d
Corrected typos (#384) 2021-07-19 14:57:55 +08:00
Karlatemp
ee48adfd8c
Improve logging of plugin loading; close #369
- Log plugin version when loading plugin
- Log plugin loading/enabling status when verbose enabled
2021-07-13 18:25:11 +08:00
Him188
be928efb75 Release version 2.7-M2 2021-07-06 21:37:19 +08:00
Him188
81c81152a1 Fix doc on AutoSavePluginData, fix #376 2021-07-03 14:10:21 +08:00
Him188
a731389ab3 Update to kotlinx-serialization 1.2.1 and yamlkt 0.10.0 2021-07-02 22:39:55 +08:00
Him188
67565cb34b Fix build 2021-07-02 02:06:53 +08:00
Him188
823193f1bb Update gradle-intellij-plugin to 1.1 2021-07-02 01:44:57 +08:00
Him188
d8023fd82f Fix build 2021-07-02 01:44:42 +08:00
Him188
986c423021 Fix build 2021-07-02 01:19:16 +08:00
Him188
213b1c1e3f Update copyright 2021-07-02 00:56:54 +08:00
Him188
f096d0d042 Reformat and cleanup code 2021-07-02 00:56:54 +08:00
Him188
f341d2f1f6 Update editorconfig from mirai-core 2021-07-02 00:56:54 +08:00
cssxsh
3628d534d4
fix: builtins config use ReadOnlyPluginConfig (#375) 2021-06-26 20:26:37 +08:00
Him188
d534bbcb48 Remove GRADLE_METADATA 2021-06-24 01:14:04 +08:00
Him188
a518037585 Gradle 7.1 2021-06-24 01:10:53 +08:00
Karlatemp
ea3f6da103
2.7-M2-dev-1 2021-06-23 11:43:55 +08:00
Him188
ece9b9b689 Release version 2.7-M1 2021-06-20 02:16:04 +08:00
Him188
75afff72e9 Gradle: Deprecate bintray in extension configuration 2021-06-19 00:50:34 +08:00
Him188
ec5b384fd0 Use Kotlin 1.5.10 in Gradle tests 2021-06-19 00:50:34 +08:00
Eritque arcus
717fdfc463
mirai-console-gradle 适配gradle7 (#368)
* mirai-console-gradle 适配gradle7

* Revert "mirai-console-gradle 适配gradle7"

This reverts commit e7af8f4c

* 去掉不必要的部分
2021-06-19 00:50:17 +08:00
Karlatemp
f10dca99a6
[IJ] Setup working dir in RunTerminal.kt; Fit .gitignore rules; fix #366 2021-06-12 21:27:24 +08:00
Karlatemp
3d83fde396
[IJ] Fix template of RunTerminal.kt 2021-06-07 21:26:57 +08:00
Karlatemp
925ed039a7
[IJ] Avoid NoSuchElementException; fix #363 2021-06-07 21:22:30 +08:00
Karlatemp
bf9dd0d229
[IJ] Create .gitignore in project creating 2021-06-07 21:21:51 +08:00
Karlatemp
95620cd386
[IJ] Create RunTerminal.kt in project creating; fix #362 2021-06-07 21:21:27 +08:00
Him188
98521f7206 2.7-M1-dev-4 2021-05-31 16:14:18 +08:00
Him188
fd158ca33e
Add @JvmOverloads for JSimpleCommand constructor and add default arguments (#349) 2021-05-30 23:40:30 +08:00
Karlatemp
2419d5902c
Update BuiltInCommands.md 2021-05-30 10:23:22 +08:00
Him188
19abf48aac
Kotlin 1.5 and dependencies updates (#346)
* Kotlin 1.5 and dependencies updates

* Make MessageScope sealed

* Use Kotlin 1.5.10

* Uses 2.6.4-dev-kt15 in build
2021-05-27 13:50:28 +08:00
Him188
9a88998f95 Fix build 2021-05-25 12:34:18 +08:00
Him188
829078f97e Remove bintray 2021-05-25 12:13:43 +08:00
Karlatemp
7cb2000035
Update Permissions.md 2021-05-15 00:44:51 +08:00
Karlatemp
f8b6aebcb5
Update Permissions.md 2021-05-15 00:35:42 +08:00
Him188
55281ed228 PluginData: do not add supertype ConcurrentMap for shadowed maps even though original map implements it 2021-05-09 00:16:28 +08:00
Him188
048a0bbdd6
LoginCommand: Send login results also to ConsoleCommandSender (#348) 2021-05-06 12:53:41 +08:00
Him188
41eeedf932 Optimize suppresses 2021-05-03 17:09:53 +08:00
Him188
03df2d8bb7 Update docs about example for commands for Java 2021-05-03 17:09:42 +08:00
Him188
3321cdeac3 Fix ambiguous doc on KotlinPlugin 2021-04-30 23:19:34 +08:00
Him188
94f54b7c6d Replace usages of unstable API 2021-04-25 19:26:20 +08:00
Him188
b25ea78c6f Fix build 2021-04-21 18:28:16 +08:00
Him188
17e616d544 Fix false positive ILLEGAL_COMMAND_NAME and potential other mistakes, fix #340 2021-04-21 18:26:18 +08:00
Him188
706daec4ac Fix potential error due to plugin not up to date when resolving ResolveContext 2021-04-21 18:26:18 +08:00
Him188
a71d465887 Release version 2.6.2 2021-04-21 16:41:12 +08:00