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
- change
AppUI
touse_xdg_on_macos
- remove
home_dir
andis_absolute_path
from public API
0.2.0 - 2019-06-10
- Change prefix parameter from
AsRef<Path>
to&str
0.1.2 - 2019-06-08
- Derive
Clone
andDebug
forAppDirs
andUserDirs
0.1.1 - 2019-06-08
- Fixed app name prefix for
AppDirs
0.1.0 - 2019-06-08
Initial release