Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

88 lines (63 loc) · 2.13 KB

Gradle FLAML Plugin

Removed

  • Testing on Java 8

Changed

v0.4.0 - 2023-01-19

Added

  • Testing on Java 11 and 17
  • Testing on macOS
  • Logic to add comments to FLAC and YAML files via generateComments.properties

Removed

  • Testing on Java 10, 13, and 14

Changed

  • Build with Gradle v7.5.1
  • Upgraded dependencies, plugins
  • Migrated from Travis CI to GitHub Actions
  • Refactored functional tests
  • Upgraded Praat plugin to v0.7.0
  • all changes since v0.3.0

v0.3.0 - 2018-07-23

Added

  • new tasks to
    • extract TextGrid from YAML (and FLAC)
    • generate FLAC by concatenating WAV files
    • generate YAML from WAV files or TextGrid
    • inject text from text files into YAML
    • inject segments from XWaves lab files into YAML

Changed

  • switched license to LGPL
  • upgrade Gradle to v4.9
  • upgrade jtgt to v0.6.1
  • deferred configuration via Provider API
  • all changes since v0.2.0

v0.2.0 - 2018-06-18

Added

  • improved documentation
  • functional tests
  • support for Java 9 and 10

Changed

v0.1.0 - 2017-03-02

Initial release