Skip to content

Releases: BeardedFish/ini-rw

ini-rw - v2.0.0

06 Jan 02:33
d742a2b
Compare
Choose a tag to compare

Changelog Summary

  • Updated the banner and the example code in the README.md file
  • Added a template method for writing different .ini key value types
  • Added support for global .ini key access
  • Renamed a few functions for consistency
  • Added a method to change an .ini section's name
  • Fixed a few typos

C++ Language Standard

C++17

ini-rw - v1.0.0

05 Jan 20:15
Compare
Choose a tag to compare

Features:

  • Ability to open .ini files for either:
    • Reading
    • Writing
  • Ability to save changes to a .ini file if modified
  • Inline comment support for .ini sections and keys

C++ Language Standard

C++11