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.
1.1.3 - 2024-11-08
- Use Git hooks for updating version in header
- Update badges in README
- Update URLs to repo in README
- Update URLs in CHANGELOG
- AUTHORS file
- CONTRIBUTING.md file
1.1.2 - 2024-07-06
- pkg-config file
- Use Git tags for generating version header
1.1.1 - 2023-11-11
- Missing
void
params
1.1.0 - 2022-04-27
XDG_STATE_HOME
- Updated to XDG Base Directory Specification version 0.8
1.0.5 - 2022-02-18
- Define undefined
XDGDIRS_VER
- Return value of
xdgDirs_init()
1.0.4 - 2020-12-22
xdgDirsList
in C++
1.0.3 - 2020-12-22
- Use
vsnprintf()
inxdgDirs_getenv()
- Return from
xdgDirs_getenv()
after assigningNULL
- Missing
extern C
1.0.2 - 2020-12-21
- LGTM and CodeFactor project badges in README
- Rename
LIB_NAME
toXDGDIRS
in CMakeLists.txt - Use
${PROJECT_VERSION}
instead of${CMAKE_PROJECT_VERSION}
- Assignment of value instead of comparison (src/xdgdirs.c:35)
1.0.1 - 2020-12-20
- LGTM configuration
- Cosmetic change from
-pedantic
compiler flag to-Wpedantic
- Check if
fmt
inxdgDirs_getenv()
isNULL
1.0.0 - 2020-12-20
- Source code of library
- Simple examples of usage
- Documentation
- README, CHANGELOG and AUTHORS