SEMS-data-collection/CHANGELOG.md

24 lines
1.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 更新日志
## v0.0.2.20240925_alpha
**在之前写的代码基础上正式建立此项目文件,后续将在此项目上进行迭代开发**
### 🔄Changed
- 加载配置文件变更为绝对路径会自动寻找exe文件所在文件夹的上层文件夹下的"configs/data_collection_configs.yaml"文件作为配置文件
### 🚀Refactored
- 将.bat文件修改为.ps1文件即默认使用powershell编译
- 实现"./run.ps1"直接运行build文件夹下的所有exe文件
- 实现"./run.ps1 b"重新编译并随后直接运行build文件夹下的所有exe文件
- 实现"./run.ps1 p"打包编译好的文件,注意要先执行编译才能打包, 注意在CmakeList.txt文件中修改版本号
## v0.0.1.20240912_alpha
**在之前写的代码基础上正式建立此项目文件,后续将在此项目上进行迭代开发**
### ⭐Features
- 根据配置文件启动光谱相机并不断保存光谱数据到文件夹
- 自动点击选择光谱相机
- 可打包生成生产环境中的文件