Skip to content

Releases: gotson/NightCompress

Release v1.0.0

23 Aug 06:05
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 🚨 update to java 22: requires Java 22 (7432bb6)

🛠 Build

deps

  • bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 (319db52)
  • bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.11.0 (321682e)
  • bump org.jreleaser from 1.10.0 to 1.13.1 (34c0336)
  • bump org.assertj:assertj-core from 3.25.0 to 3.26.3 (0382bbd)
  • bump io.github.gradle-nexus.publish-plugin (5af9235)
  • bump gradle/wrapper-validation-action from 1 to 2 (9995448)

unscoped

  • bump gradle/actions/setup-gradle from 3 to 4 (7beac1d)
  • use macos-13 instead of macos-latest (af988c4)
  • bump gradle to 8.10 (d6def08)
  • add windows tests (e334aaf)
  • use jdk 22 (af5da59)
  • migrate to gradle/actions/wrapper-validation@v3 (2bdc928)
  • migrate to gradle/actions/setup-gradle@v3 (987d5a1)

📝 Documentation

Release v0.2.0

04 Jan 09:53
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 🚨 more optimized Archive API: API changes (3133b58)

🛠 Build

deps

  • bump org.assertj:assertj-core from 3.24.2 to 3.25.0 (65d8847)
  • bump org.jreleaser from 1.9.0 to 1.10.0 (49ad2cf)

📝 Documentation

Release v0.1.0

22 Dec 07:46
Compare
Choose a tag to compare

Changelog

🚀 Features

  • basic support for decompression (64dace0)

🔄️ Changes

🛠 Build

deps

  • bump actions/setup-java from 3 to 4 (ac91083)
  • bump actions/upload-artifact from 3 to 4 (604594d)

unscoped

  • use bump type even for snapshot (21e6ab9)
  • adjust svu arguments (31edec7)
  • refactor content extract test (d3afd02)
  • fix expected time to work in any timezone (483a090)
  • fix library paths (8dde34d)
  • adjust libarchive install path (2e22fdb)

📝 Documentation