Skip to content

Commit

Permalink
update change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Aug 28, 2023
1 parent e46cbe1 commit b1a044d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 3.8.15

- Forbid jumping to offscreen tags, [#442](https://github.com/acejump/AceJump/issues/442)

## 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)
Expand Down
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ kotlin {
}
}

val acejumpVersion = "3.8.15"

changelog {
version = "3.8.14"
version = acejumpVersion
path = "${project.projectDir}/CHANGES.md"
header = provider { "[${project.version}] - ${date()}" }
itemPrefix = "-"
Expand All @@ -81,11 +83,11 @@ dependencies {
}

intellij {
version = "2023.2"
version = "2023.2.1"
pluginName = "AceJump"
updateSinceUntilBuild = false
plugins = listOf("java")
}

group = "org.acejump"
version = "3.8.14"
version = acejumpVersion

0 comments on commit b1a044d

Please sign in to comment.