1.5 KiB
1.5 KiB
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.
Unreleased
v0.3.0 - 2020-09-26
Changed
- change
AppUI
touse_xdg_on_macos
Removed
- remove
home_dir
andis_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
andDebug
forAppDirs
andUserDirs
0.1.1 - 2019-06-08
Fixed
- Fixed app name prefix for
AppDirs
0.1.0 - 2019-06-08
Initial release