Commit Graph

1527 Commits

Author SHA1 Message Date
Him188
b6417ac336 Fix doc on ConsoleInput 2021-03-27 22:40:42 +08:00
Him188
30b38500c6 Merge remote-tracking branch 'console/master' 2021-03-27 19:28:12 +08:00
Him188
8b7dc78a5d Improve BuildMiraiPluginTask 2021-03-27 19:27:30 +08:00
mzdluo123
512895ad9b
add MiraiForum url to greeting 2021-03-27 14:52:42 +08:00
Him188
4308c59da2
Use device.json by default for AutoLoginConfig (#312) 2021-03-26 19:00:42 +08:00
Karlatemp
3ae575e9eb
Ensure that the PermissionService is loaded correctly (#307)
* Ensure that the PermissionService is loaded correctly

* Update backend/mirai-console/src/extensions/PermissionServiceProvider.kt

* Mark `@ConsoleExperimentalApi`

Co-authored-by: Him188 <Him188@mamoe.net>
2021-03-26 19:00:25 +08:00
Him188
5dc1c90ac4 Release version 2.5.0 2021-03-26 10:42:42 +08:00
Him188
9795c52e92 Update docs 2021-03-21 11:35:23 +08:00
Him188
e0415bebbb Update docs 2021-03-21 11:35:04 +08:00
Him188
82b48bfa60 Release version 2.5-RC 2021-03-20 22:31:54 +08:00
Him188
f0fefc0657 2.5-RC-dev-2 2021-03-20 16:58:49 +08:00
Him188
8d568543f2 2.5-RC-dev-1 2021-03-19 09:10:20 +08:00
ZRnQ
da32c90eed
Fix: CommandSender 类型不满足要求时应提示 "需要由xxx执行" 而不是 "参数类型错误" (#309) 2021-03-11 22:49:33 +08:00
Karlatemp
ee1561f97d
Close bot with runCatching 2021-03-11 22:44:04 +08:00
Karlatemp
34135b5a4d
Close all bots in console stopping 2021-03-10 12:31:22 +08:00
Him188
fa7d688467 Release version 2.5-M2 2021-03-09 09:05:38 +08:00
Him188
015611257d
Update README.md 2021-03-07 18:32:56 +08:00
younger
5e6463e49d Add mirai-compose, close #296 2021-02-27 15:35:43 +08:00
Him188
f99c700bc5 Revert "Add mirai-compose, close #296"
This reverts commit 46313e2d
2021-02-27 15:34:28 +08:00
Him188
46313e2dc8 Add mirai-compose, close #296 2021-02-27 15:32:53 +08:00
Him188
2e042f6ccd Release version 2.5-M1 2021-02-27 14:45:25 +08:00
Him188
d25ffb094b Update docs: remove jcenter and updater mirai versions 2021-02-24 10:52:18 +08:00
Him188
a2e7112cd3 Merge remote-tracking branch 'console/master' 2021-02-24 09:09:21 +08:00
Him188
85c6387b9c Configure JVM target for mirai-console-intellij 2021-02-24 09:08:38 +08:00
Karlatemp
2e286a3a79
Don't show not permitted commands in /help 2021-02-20 19:51:23 +08:00
Karlatemp
0fa67b7699
Improve service finding
- Close resource stream
- Skip comments
2021-02-18 12:06:56 +08:00
Karlatemp
825332abfe
Update comments 2021-02-18 01:25:19 +08:00
Karlatemp
7c863e9353
Limit MiraiConsoleImplementation.backendAccess 2021-02-18 01:13:06 +08:00
Karlatemp
11e7d9f454
FrontEnd callbacks; Accessors for FrontEnd 2021-02-18 01:09:28 +08:00
Karlatemp
bc009263b5
[Command] Support detect receiver parameter with first parameter; fix #295 2021-02-17 15:15:05 +08:00
Karlatemp
78e8203abd
Add default value of CompositeCommand.SubCommand.value for Java 2021-02-16 23:13:27 +08:00
Karlatemp
5bf1a9755f
Improve PsiMethod.hasSignature; fix #294 2021-02-16 22:44:01 +08:00
Karlatemp
06564e9142
Update caller-finder version 2021-02-15 10:42:10 +08:00
Karlatemp
a6e79fc204
Release v2.4.0 2021-02-14 21:17:28 +08:00
Him188
337246acff Fix diagnostics messages 2021-02-12 14:07:43 +08:00
Him188
086604ce67 Release v2.4-RC 2021-02-11 19:18:11 +08:00
Him188
c431f93399 Release v2.4.0 2021-02-11 19:09:24 +08:00
Him188
7bcc949c59 Update docs 2021-02-11 19:04:15 +08:00
Him188
188601fb87 Merge remote-tracking branch 'console/master' 2021-02-11 18:53:14 +08:00
Him188
6d02764e2e Add USING_DERIVED_XXX_TYPE diagnostic and ConvertToXXXFix for derived collection type usages in PluginData delegation. fix #278 2021-02-11 18:52:48 +08:00
Him188
da3d7a7e19 Redirect idea-sandbox to run/idea-sandbox to avoid being cleared by task 'clean' 2021-02-11 18:08:09 +08:00
Karlatemp
0db24dca63
ConcurrentMap support for PluginData (#279)
* ConcurrentMap support for PluginData

* Simplify ShadowMap, ConcurrentShadowMap, ObservableMap
2021-02-11 16:31:59 +08:00
HelloWorld
3b14795942
Update README.md 2021-02-09 13:33:54 +08:00
Him188
626b8d600b 2.4-M1 2021-02-07 14:35:20 +08:00
Karlatemp
4a60a52faf
Don't config maven publish for gradle & idea plugin 2021-02-06 14:12:58 +08:00
Him188
99701a2434 Merge remote-tracking branch 'console/master' 2021-02-05 23:34:32 +08:00
Him188
2089ecfe54 2.4.0-dev-1 2021-02-05 23:34:31 +08:00
Him188
fada587297
Resource not closed inspection (#286)
* Initial support of ResourceNotClosedInspection, #283

* Improve UsingStringPlusMessageInspection

* Add fix for sendAsImageTo and uploadAsImage

* Add Fix for ResourceNotClosedInspection

* ResourceNotClosedInspection support for Java

* Add WrapWithResourceUseCallIntention for Kotlin, #284
2021-02-05 21:45:39 +08:00
Him188
5cfd9d7aa9 Merge remote-tracking branch 'console/master' 2021-02-04 01:49:48 +08:00
Karlatemp
3a5e2fe174
Mark @JvmWildcard on Command.overloads for fix java cannot extends XXXCommand 2021-02-03 22:11:14 +08:00