Skip to content

Latest commit

 

History

History
99 lines (64 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

99 lines (64 loc) · 2.24 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.

1.1.2 - 2024-07-06

Added

  • pkg-config file

Changed

  • Use Git tags for generating version header

1.1.1 - 2023-11-11

Fixed

  • Missing void params

1.1.0 - 2022-04-27

Added

  • XDG_STATE_HOME

Changed

  • Updated to XDG Base Directory Specification version 0.8

1.0.5 - 2022-02-18

Fixed

  • Define undefined XDGDIRS_VER
  • Return value of xdgDirs_init()

1.0.4 - 2020-12-22

Fixed

  • xdgDirsList in C++

1.0.3 - 2020-12-22

Changed

  • Use vsnprintf() in xdgDirs_getenv()

Fixed

  • Return from xdgDirs_getenv() after assigning NULL
  • Missing extern C

1.0.2 - 2020-12-21

Added

  • LGTM and CodeFactor project badges in README

Changed

  • Rename LIB_NAME to XDGDIRS in CMakeLists.txt
  • Use ${PROJECT_VERSION} instead of ${CMAKE_PROJECT_VERSION}

Fixed

  • Assignment of value instead of comparison (src/xdgdirs.c:35)

1.0.1 - 2020-12-20

Added

  • LGTM configuration

Changed

  • Cosmetic change from -pedantic compiler flag to -Wpedantic

Fixed

  • Check if fmt in xdgDirs_getenv() is NULL

1.0.0 - 2020-12-20

Added

  • Source code of library
  • Simple examples of usage
  • Documentation
  • README, CHANGELOG and AUTHORS