-
-
Notifications
You must be signed in to change notification settings - Fork 0
Release 1.0.3 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.3 #25
Changes from all commits
9ba7f9f
43ada09
f6b7bc7
57f84c4
385cfa3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,47 @@ | ||
| # Changelog | ||
|
|
||
| ## [Unreleased] | ||
| ## [Unreleased](https://github.com/PyroVision-ThermalCam/Mainboard/compare/1.0.2...HEAD) | ||
|
|
||
| ## [1.0.2] - 2026-02-24 | ||
| **Added:** | ||
|
|
||
| - Add optional GND connection for camera AF on pin 24 | ||
|
|
||
| **Removed:** | ||
|
|
||
| - Remove camera PWD signal from camera power supply enable | ||
|
|
||
| ## [1.0.2](https://github.com/PyroVision-ThermalCam/Mainboard/compare/1.0.1...1.0.2) - 2026-02-24 | ||
|
|
||
| **Fixed:** | ||
|
|
||
| - Add missing name for net for TP701 (#11) | ||
| - Wrong part number for IC804 (#17) | ||
| - Wrong part number for DFE201610E - R47M (#16) | ||
| - IC806 is set to DNP (#14) | ||
| * Add missing name for net for TP701 (#11) | ||
| * Wrong part number for IC804 (#17) | ||
| * Wrong part number for DFE201610E - R47M (#16) | ||
| * IC806 is set to DNP (#14) | ||
| * Remove camera PWD signal from camera power supply enable | ||
|
|
||
| **Added:** | ||
|
|
||
| - Connect the TMP117 temperature alert pin (#21) | ||
| * Connect the TMP117 temperature alert pin (#21) | ||
| * Add missing GND connection for camera AF on pin 24 | ||
|
Comment on lines
+3
to
+26
|
||
|
|
||
| **Changed:** | ||
|
|
||
| - Replace PGDWT-BS-0000-00Q2E with XPGDWT-BS-0000-00P5E (#18) | ||
| - Replace JS1400BFQ with MU-BUE70R (#19) | ||
| - Replace SD card holder with MSD-4-A (#10) | ||
| - Replace TS11-674-50-BK-260-RA-D with TS11-674-43-BK-260-RA-D (#12) | ||
| - Replace TXB0102DCUT with TXB0102DCUR (#15) | ||
| * Replace PGDWT-BS-0000-00Q2E with XPGDWT-BS-0000-00P5E (#18) | ||
| * Replace JS1400BFQ with MU-BUE70R (#19) | ||
| * Replace SD card holder with MSD-4-A (#10) | ||
| * Replace TS11-674-50-BK-260-RA-D with TS11-674-43-BK-260-RA-D (#12) | ||
| * Replace TXB0102DCUT with TXB0102DCUR (#15) | ||
|
|
||
| ## [1.0.1] - 2026-01-21 | ||
| ## [1.0.1](https://github.com/PyroVision-ThermalCam/Mainboard/compare/67de4a6eec24cc332c0ba283ca204f24177bcb72...1.0.1) - 2026-01-21 | ||
|
|
||
| **Changed:** | ||
|
|
||
| - Increase the width of the cutout for the temperature sensor (#7) | ||
| * Increase the width of the cutout for the temperature sensor (#7) | ||
|
|
||
| ## [1.0.0](https://github.com/PyroVision-ThermalCam/Mainboard/compare/67de4a6eec24cc332c0ba283ca204f24177bcb72...1.0.0) - 2026-01-19 | ||
|
|
||
| **Added:** | ||
|
|
||
| - Initial release | ||
| * Initial release | ||
|
|
||
| [unreleased]: https://github.com/PyroVision-ThermalCam/Mainboard/compare/1.0.2...HEAD | ||
| [1.0.2]: https://github.com/PyroVision-ThermalCam/Mainboard/compare/1.0.1...1.0.2 | ||
| [1.0.1]: https://github.com/PyroVision-ThermalCam/Mainboard/compare/67de4a6eec24cc332c0ba283ca204f24177bcb72...1.0.1 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kibot_variantwas changed from CHECKED to PRELIMINARY, which (per the comment above) disables ERC/DRC on branch pushes. If the intent is to keep automated design-rule validation in CI, revert this to CHECKED (or make PRELIMINARY opt-in only for specific workflows/branches).