Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

55 lines (35 loc) · 1.48 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes:

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

v0.3.0 - 2020-09-26

Changed

  • change AppUI to use_xdg_on_macos

Removed

  • remove home_dir and is_absolute_path from public API

0.2.0 - 2019-06-10

Changed

  • Change prefix parameter from AsRef<Path> to &str

0.1.2 - 2019-06-08

Added

  • Derive Clone and Debug for AppDirs and UserDirs

0.1.1 - 2019-06-08

Fixed

  • Fixed app name prefix for AppDirs

0.1.0 - 2019-06-08

Initial release