Releases: alexarchambault/native-terminal
Releases · alexarchambault/native-terminal
v0.0.9.1
v0.0.9
What's Changed
- Switch from jansi to jline-native by @alexarchambault in #126
- Use Java FFI / FFM stuff on Java >= 22 by @alexarchambault in #125
Updates / maintenance
- Update mill-main to 0.12.9 by @scala-steward in #121
- Update is-terminal to 0.1.2 by @scala-steward in #119
- Use JDK 24 on CI by @alexarchambault in #124
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Add TerminalSizeCache by @alexarchambault in #118
Updates / maintenance
- Update mill-main to 0.12.7 by @scala-steward in #117
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Merge pull request #116 from alexarchambault/fix-fallbacks Fix Windows scripts after manual tests
v0.0.6
What's Changed
- Add Windows ARM64 support by updating Jansi to 2.4.1 by @Friendseeker in #106
Updates / maintenance
- Update sbt-ci-release to 1.9.0 by @scala-steward in #105
- Update sbt-mima-plugin to 1.1.4 by @scala-steward in #100
- Don't pin coursier/setup-action version in CI workflow by @alexarchambault in #109
- Bump actions/checkout from 3 to 4 by @dependabot in #107
- Update sbt to 1.8.3 by @scala-steward in #95
- Update sbt, scripted-plugin to 1.10.6 by @scala-steward in #110
New Contributors
- @Friendseeker made their first contribution in #106
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Update sbt-ci-release to 1.5.10 by @scala-steward in #77
- 8000 Update svm to 22.2.0 by @scala-steward in #78
- Bump coursier/setup-action from 1.2.0 to 1.2.1 by @dependabot in #79
- Update sbt-mima-plugin to 1.1.1 by @scala-steward in #80
- Update svm to 22.2.0.1 by @scala-steward in #81
- Update sbt to 1.7.2 by @scala-steward in #82
- Update svm to 22.3.0 by @scala-steward in #83
- Update sbt to 1.7.3 by @scala-steward in #86
- Bump coursier/setup-action from 1.2.1 to 1.3.0 by @dependabot in #85
- Update sbt-ci-release to 1.5.11 by @scala-steward in #84
- Update sbt to 1.8.2 by @scala-steward in #88
- Update sbt-mima-plugin to 1.1.2 by @scala-steward in #90
- Explicitly use JVM 8 on CI by @alexarchambault in #91
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Split jni module, to explicitly mark the jni module as Apache 2 licensed by @alexarchambault in #52
Updates / maintainance
- Add MiMa checks by @alexarchambault in #6
- Update sbt-ci-release to 1.5.3 by @scala-steward in #7
- Update svm to 20.0.0 by @scala-steward in #8
- Update sbt to 1.3.10 by @scala-steward in #9
- Add sbt-compatibility by @alexarchambault in #11
- Update sbt to 1.3.11 by @scala-steward in #12
- Update sbt to 1.3.12 by @scala-steward in #13
- Update sbt-compatibility to 0.0.4 by @scala-steward in #14
- Update sbt-compatibility to 0.0.6 by @scala-steward in #16
- Run eviction checks on CI by @alexarchambault in #17
- Update sbt-compatibility to 0.0.7 by @scala-steward in #18
- Update sbt-compatibility to 0.0.8 by @scala-steward in #19
- Update sbt to 1.3.13 by @scala-steward in #20
- Updates by @alexarchambault in #23
- Update sbt to 1.4.1 by @scala-steward in #24
- Update sbt to 1.4.2 by @scala-steward in #27
- Update svm to 20.2.0 by @scala-steward in #21
- Update sbt-ci-release to 1.5.4 by @scala-steward in #28
- Update sbt to 1.4.3 by @scala-steward in #29
- Update GitHub actions by @alexarchambault in #32
- Bump olafurpg/setup-gpg from v2 to v3 by @dependabot in #33
- Update svm to 20.3.1.2 by @scala-steward in #43
- Update sbt to 1.4.7 by @scala-steward in #41
- Update sbt-ci-release to 1.5.5 by @scala-steward in #34
- Update svm to 21.0.0.2 by @scala-steward in #44
- Update sbt to 1.4.9 by @scala-steward in #46
- Bump coursier/cache-action from v5 to v6 by @dependabot in #48
- Update sbt-ci-release to 1.5.7 by @scala-steward in #50
- Update svm to 21.1.0 by @scala-steward in #51
- Bump actions/checkout from 2 to 3 by @dependabot in #70
- Update svm to 21.3.3 by @scala-steward in #75
- Update build / workflow by @alexarchambault in #76
- Update sbt to 1.7.1 by @scala-steward in #74
New Contributors
- @scala-steward made their first contribution in #7
- @dependabot made their first contribution in #33
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Fix exception in windows-ansi-ps
under Windows when run with no terminal.
v0.0.2
Add a windows-ansi-ps
module, that only handles the setup-terminal-for-ANSI stuff, by calling a powershell script rather than relying on JNI. It has no dependencies at all thanks to that, but require powershell.exe
to be in the PATH
to work fine (which is the case 99.99% of the time).
v0.0.1
Initial release