Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Oct 27, 2023
1 parent 6d7a9a7 commit ef876d5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog


## v0.1.1


### 🚀 Enhancements

- Run inference from EI generated library ([0094ad5](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/0094ad5))
- Add server for CAM streaming ([68626b1](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/68626b1))
- Add log enable/disable option ([529d703](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/529d703))
- Return predictions on predict (loop prev) ([34caa7d](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/34caa7d))
- Add led controller ([dcf32b5](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/dcf32b5))
- Set static IPfor WiFi ([7eacca1](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/7eacca1))
- Create webapp for streaming and data collection ([ea05860](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/ea05860))

### 🩹 Fixes

- Stop server on end ([8384f6a](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/8384f6a))
- Disable CORS ([0e848bb](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/0e848bb))

### 💅 Refactors

- Create EICam ([9ec55d9](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/9ec55d9))
- Create _handlePredictions method ([ac5ad76](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/ac5ad76))
- Rename EIcam members ([aa24be4](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/aa24be4))
- Correct typos ([d62df02](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/d62df02))
- Disable led controller by setting intensity to 0 ([1f70760](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/1f70760))

### 🏡 Chore

- Add to gitignore ([74f1338](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/74f1338))
- Add changelogen ([6d7a9a7](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/6d7a9a7))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp32-cam-object-detection",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit ef876d5

Please sign in to comment.