Skip to content

Releases: sttk/linebreak-java

0.1.4-M1

05 May 07:16
b7583d2
Compare
Choose a tag to compare

NOTE: This is the first milestone release for 0.1.4. This release contains the trial of fixing a compile error about JNA in a package which uses this library.

Changes

  • update: made LineIter implement Iterator. by @sttk in #13
  • update: exported com.github.sttk.linebreak.terminal to com.sun.jna by @sttk in #14

Supports

  • cicd: changed macos architecture to aarch64 in CI by @sttk in #12
  • cicd: added JDK22 to CI targets. by @sttk in #15
  • release tasks for 0.1.4-M1 by @sttk in #17

Full Changelog: 0.1.3...0.1.4

0.1.4

05 May 10:27
cd81f51
Compare
Choose a tag to compare

Changes

  • update: moved classes in terminal package to linebreak package by @sttk in #18

Supports

  • release tasks for 0.1.4 by @sttk in #19

Full Changelog: 0.1.4-M1...0.1.4

0.1.3

14 Mar 15:19
Compare
Choose a tag to compare

Changes

  • fix: corrected that Term.GetSize returns not terminal buffer size but terminal size by @sttk in #9

Full Changelog: 0.1.2...0.1.3

0.1.2

10 Mar 13:47
Compare
Choose a tag to compare

Changes

  • fix: corrected bugs in lineBreakOpportunity by @sttk in #7

Full Changelog: 0.1.1...0.1.2

0.1.1

03 Mar 13:45
Compare
Choose a tag to compare

Docs

  • doc: added install section and maven repo badge in README by @sttk in #3

Supports

  • chore: included native build configuration files by @sttk in #4

Full Changelog: 0.1.0...0.1.1

0.1.0

07 Jan 07:27
Compare
Choose a tag to compare

New

  • new: first implementation by @sttk in #1

Docs

  • doc: modified the section of native build in README.md by @sttk in #2

Supports

  • chore: added github actions job to publish to maven central repository by @sttk in 924a3a5