Releases: BeardedFish/ini-rw
Releases · BeardedFish/ini-rw
ini-rw - v2.0.0
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
ini-rw - v1.0.0
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