Skip to content

v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@tayne3 tayne3 released this 04 Oct 09:52
· 2 commits to main since this release

v1.0.0 (2023-10-04)
This is the first public release of the cini project. Main features and functionalities:

  • Support ini config file parsing and modification
  • Provide interfaces for starting/ending groups
  • Implement interfaces for get/set/remove key values
  • Support default values for getting keys
  • Add API for setting config file path
  • Complete basic read and write operations
  • Include example program and test program
  • Use CMake build system
  • Release dynamic library, static library and example program

This version implemented basic read and write functionalities for ini config files and completed the API design.


v1.0.0 (2023-10-04)
这是cini项目的首个公开版本,主要功能和特性如下:

  • 支持读取和修改ini配置文件
  • 提供开始/结束组的接口
  • 实现获取/设置/删除键值的接口
  • 支持默认值获取键值
  • 新增配置文件路径设置接口
  • 完成基本的读写操作实现
  • 添加示例程序和测试程序
  • 使用CMake构建系统
  • 发布动态库,静态库和示例程序

此版本实现了ini配置文件的基本读写功能,完成了接口设计。