mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-23 15:34:03 +02:00
update versions, acknowledge @wuruofan
This commit is contained in:
parent
6d47331c71
commit
48cadfef4c
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 3.8.14
|
||||||
|
|
||||||
|
- Fixes NoSuchFieldError: Companion on older platform versions, [#432](https://github.com/acejump/AceJump/issues/432), [#434](https://github.com/acejump/AceJump/issues/434), [#435](https://github.com/acejump/AceJump/issues/432), [#437](https://github.com/acejump/AceJump/issues/437), [#438](https://github.com/acejump/AceJump/issues/438), thanks to [@wuruofan](https://github.com/wuruofan)
|
||||||
|
|
||||||
## 3.8.13
|
## 3.8.13
|
||||||
|
|
||||||
- Fixes color settings not being persisted, [#431](https://github.com/acejump/AceJump/issues/431)
|
- Fixes color settings not being persisted, [#431](https://github.com/acejump/AceJump/issues/431)
|
||||||
|
@ -64,7 +64,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
changelog {
|
changelog {
|
||||||
version = "3.8.13"
|
version = "3.8.14"
|
||||||
path = "${project.projectDir}/CHANGES.md"
|
path = "${project.projectDir}/CHANGES.md"
|
||||||
header = provider { "[${project.version}] - ${date()}" }
|
header = provider { "[${project.version}] - ${date()}" }
|
||||||
itemPrefix = "-"
|
itemPrefix = "-"
|
||||||
@ -88,4 +88,4 @@ intellij {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "org.acejump"
|
group = "org.acejump"
|
||||||
version = "3.8.13"
|
version = "3.8.14"
|
||||||
|
Loading…
Reference in New Issue
Block a user