Skip to content

Commit

Permalink
Reelase version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 29, 2024
1 parent 44b88fa commit 3eac581
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 2.7.0
### Added
- Added raw mode support for reading keyboard and mouse events. See the docs at [https://ajalt.github.io/mordant/](https://ajalt.github.io/mordant/input/) for details. This feature is currently supported on all targets except JS, wasmJS, and Graal Native Image.
- Added `Termianl.interactiveSelectList`, `Terminal.interactiveMultiSelectList`, and `InteractiveSelectListBuilder` that let you pick one or more items from a list using the arrow keys.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Mordant is distributed through Maven Central.

```groovy
dependencies {
implementation("com.github.ajalt.mordant:mordant:2.6.0")
implementation("com.github.ajalt.mordant:mordant:2.7.0")
// optional extensions for running animations with coroutines
implementation("com.github.ajalt.mordant:mordant-coroutines:2.6.0")
implementation("com.github.ajalt.mordant:mordant-coroutines:2.7.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.6.0
VERSION_NAME=2.7.0

kotlin.mpp.stability.nowarn=true

Expand Down

0 comments on commit 3eac581

Please sign in to comment.