- Add support for mysql socket.
- Add options to adjust batch in a single insert operation.
- Fix parse MySQL Socket from wp-config.php DB_HOST constant.
- Fix restoration only the database file in the backup.
- Fix to avoid running as root by default.
- Add multisite support.
- Add a command option to verify the checksum of the extracted file.
- Fix PHP serialization with indexed arrays.
- Fix data chunk calculation on compressed backups.
- Fix extraction when skipping the database file.
- Fix overwrite during restoration.
- Fix overwrite on the database and preserve the wp table from deletion.
- Add restore command.
- Add option to exclude files from extraction and restoration.
- Add option to overwrite wp root during restoration.
- Add option to remove tables that are not in the backup.
- Add option to dumping index with additional information.
- Fix extraction randomly failing on compressed backups.
- Refactor to wp-staging-cli.
- Fix progress output on win10 and later.
- Fix to build as static binary.
- Various fixes and enhancements.
- Initial release for internal use.