Releases: CardputerZero/FactoryTest
Releases · CardputerZero/FactoryTest
Release list
FactoryTest-v0.2.7
feat: add CAP diagnostics and update connectivity checks
- add CAP LoRa-1262 and CAP-CC1101 test flows, also include a CAP-Fixture test process (not visiable from UI menu but you can press 'A'/'a' three times to enter the test page).
- replace raw ICMP checks with DNS-over-HTTPS fallbacks, change the 'ping' backend to 'curl' commands with formatted output.
- improve fixture handling, audio initialization, and hardware revision detection
- update translations
- bump version to 0.2.7 and update changelog
FactoryTest-v0.2.6
feat: add CAP fixture test flow and harden Debian setup
- add automated testing page for I2C, power, UART, SPI, USB, and GPIO.
- integrate a new CAP HAT testing page.
- fixed the ping permission issue during image creation steps.
- bump the package version to 0.2.6
FactoryTest-v0.2.5
FactoryTest v0.2.5
- Update I/O port controls and hardware status detection
- Replace selected hardware reads with file-based interfaces
- Refresh test UI and interaction behavior
- Complete Debian packaging and installation configuration
FactoryTest-v0.2.4
- refactor the audio backend, use miniaudio with Pipewire-pluse default backend
- refactor the audio test page
FactoryTest-v0.2.2
- Bump version to 0.2.2 and update README changelog/install docs.
- Update Input Test FN layout, extra keypad glyphs, and media/PrintScreen key mappings.
- Remove FTL and legacy connectivity pages; split IR sender/receiver into separate entries.
- Improve GPIO release, RTC/timezone display, LCD brightness initialization, and key routing handling.
FactoryTest-v0.2.0
0.2.0
Added
- Added Chinese UI localization with a gettext-style translation service.
- Added
assets/i18n/zh_CN.jsontranslation catalog with English fallback behavior. - Added Alibaba Puhui regular font for Chinese text rendering.
- Added Language option on the start screen with a dropdown-based language dialog.
- Added dedicated test confirmation dialog for Pass/Skip/Fail workflows.
FactoryTest-v0.1.1
- Fixed key navigation some issues in input test page
- Added the missing
liblircand modified other dependencies. - rename some of the source files for readibility
- bump version to v0.1.1
FactoryTest-v0.1.0
Factory Test v0.1.0
- A step forward to major release
- Implemet the Full test with test confirmation dialog, test result page
- various UI fix and action fix.
FactoryTest-v0.0.1
Implement the basic tests for CardputerZero
- Input Test
- Display Test
- Audio Test
- Connectivity Test
- IMU Test
- Power Information
- Device information
2026/6/25:
- rename app to
FactoryTest(executable/usr/bin/factory_test) - fix the I2C and UART switch issue (via GPIO4 on HW Rev 0.5)
- implement the UART test page ( shell login must be disabled in
raspi-config, and leave the UART enabled ), added the libserialport dependency.