Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 733 Bytes

NEWS.adoc

File metadata and controls

29 lines (18 loc) · 733 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Unreleased]

[0.5.2] - 2023-04-29

Added

  • Updated Gradle to version 8.0.2

Fixed

  • Correctly handle Unicode when reading from the console

[0.5.1] - 2023-04-06

Fixed

  • Handling of paths with spaces on Windows (thanks to ckaag)

[0.5.0] - 2022-11-25

Added

  • ShellExecutor - executor for commands in Posix and Windows shells

  • OsType - enum defining different types of OSes

  • OsPath - generic implementation of system path