All notable changes to this project will be documented in this file, in reverse chronological order by release.
0.6.4 - 2023-05-23
- Update pttupdater to not requesting hidraw node if only "check_target"
- Update helper print
- Updater version of ptupdater to 0.6.4
0.6.3 - 2023-04-10
- Add file CHANGELOG.md
- Revert "Fix minijail stuck issue if use pthread_exit() to exit a thread", it turns out to be policy issue
- Fix ptupdater not to send a command in function teardown_pip3_api() which results an error if primary image is broken
- Updater version of ptupdater to 0.6.3
0.6.2 - 2023-03-26
- Fix Makefile to use CFLAGS, CPPFLAGS, LDFLAGS correctly
- Remove build option -s, -static for Chromeos
- Fix dead loop in function start_hidraw_report_reader()
- Fix minijail stuck issue if use pthread_exit() to exit a thread
- Fix 2 compiler warnings:
- Remove const declaration for flash_files_to_erase_id_list[]
- Add initial value for max_output_len in function _get_max_output_len()
- Updater version of ptupdater to 0.6.2
0.6.1 - 2023-03-21
- Fix default rc value in function process_fw_file()
- Updater version of ptupdater to 0.6.1
0.6.0 - 2023-03-21
- Firmware file will be stored in binary file instead of ptu file -- Remove the ptu_parser.c, ptu_parser.h from makefile -- Add new function process_fw_file() to deal with binary firmware
0.5.1 - 2024-02-16
- Minor performance optimizations from first public Beta release v0.5.0,
namely the
--check-active
CLI argument now takes an average of about 32 milliseconds, whereas previously it previously took over 150 milliseconds.
0.5.0 - 2024-02-03
First public Beta release. Tool for updating the firmware on Parade Technologies Touch devices on a Linux host (e.g., Chrome OS). See README.md for more information. (Note that v0.1.0 to v0.4.0 were internal-only releases.)