Releases: CardputerZero/FactoryTest
Releases · CardputerZero/FactoryTest
Release list
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-0.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.