==========================================
Release Notes
==========================================
V1.0.5 (2025-05-20)
1. Add erase option (chip_erase/page_erase/skip_erase) for the command "program".
2. Change Preload option from "a. Module has ..." to "a. With GD32F303..." in windows app mode.
3. Add another Erase option "a. Chip Erase" "b. Page Erase" "c. Skip Erase" for the modules before downloading.
4. Revise the first input parameters of the command "erase" and fix erase 1MB pages failed. 
   "erase chip" means erase the whole chip. "erase page <addr> <len>" means erase the specified area.
   Chip erase 2.8MB firmware takes 5.4s.
   Page erase 2.8MB firmware takes 29s.
5. Revise the last input parameters of the command "download". Remove "flash_addr" and add "erase_option".

==========================================
V1.0.4b (2025-03-28)
1. Add new download option "d. Skip Preload" for windows app mode.
2. Add new assist option "skip_preload" for command mode.

==========================================
V1.0.4a (2025-03-18)
1. Add timestamp to all lines of log file.

==========================================
V1.0.4 (2025-02-26)
1. Add to support RaspberryPi download.
2. Add to support cmd erase/program/efuse/chip/assist/baud.

==========================================
V1.0.3 (2024-12-30)
1. Show error and break if image is larger than max flash size (4M).
2. Add to support download with flash address.
3. Not using chip erase but page erase in xmodem process.

==========================================
V1.0.2b (2025-09-09)
1. Fix warning window showed for ble mac address when chip is gd32w515.

==========================================
V1.0.2a (2025-07-16)
1. Add new option to download image without gd32f303.

==========================================
V1.0.2 (2025-07-01)
1. Add support for GD32W515.

==========================================
V1.0.1 (2024-05-16)
1. Add isp+xmodem downloading method.
2. Add MassProductionCmd.cs to support console command mode.
3. Add flash erase with isp when no jtag pins in the module.
4. Add new command "ignore" to ignore some com devices.
5. Fix the crash issue when the COM name has extra "(" and ")".
6. Fix log file create failed if the com number is between 0-9.
7. Revise the string "wifi_connect_ok_rsp" because the log is changed in the GD32VW55x firmware.

==========================================
V1.0.0 (2021-11-30)
1. First release.