Skip to content

Commit

Permalink
Release version 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jul 28, 2024
1 parent 62bc16e commit 473f590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## Unreleased

## 2.7.2
### Fixed
- Fixed raw mode on macOS for JVM and native not using the correct termios constants. [(#180)](https://github.com/ajalt/mordant/issues/180)
- Raw mode on macOS and Linux will now report the `ESC ESC` sequence as an `Escape` key event.
- Fixed raw mode on GraalVM native image not compiling with musl libc. Contributed by @hubvd [(#189)](https://github.com/ajalt/mordant/issues/189)

## 2.7.1
## Added
- Added support for raw mode on GraalVM native Image. Contributed by @hubvd [(#186)](https://github.com/ajalt/mordant/issues/186)
- Added support for raw mode on GraalVM native image on macOS and Linux. Contributed by @hubvd [(#186)](https://github.com/ajalt/mordant/issues/186)

### Fixed
- Fix markdown rendering not supporting math blocks [(#182)](https://github.com/ajalt/mordant/issues/182)
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.7.1")
implementation("com.github.ajalt.mordant:mordant:2.7.2")
// optional extensions for running animations with coroutines
implementation("com.github.ajalt.mordant:mordant-coroutines:2.7.1")
implementation("com.github.ajalt.mordant:mordant-coroutines:2.7.2")
}
```

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.7.1
VERSION_NAME=2.7.2

kotlin.mpp.stability.nowarn=true

Expand Down

0 comments on commit 473f590

Please sign in to comment.