Here is a log of all updates of WhatsApp Automation (starting from version 1.3.6.0).
Version 1.5.0.0 – 01 May 2023
This update allows queuing messages (so you can send multiple messages to the same name simultaneously).
- You can now create multiple messages to the same number by suffixing the file name with _anyvalue. So you can create messages like number.txt, number_2.txt, number_3.txt, and so on.
- Updated the send sms API to make use of this new feature.
- The tests have been refactored.
- New tests are added to test the new features.
Version 1.4.0.0 – 18 Apr 2023
This update automates the deployment process.
- The deployment is now automated using a series of Python scripts and auto-update.
- The PyUpdater library is used to auto-update the application.
- The vendor_production directory can now be used to customize assets for the production server.
- The build directory is now moved to
dist/main
. - Several bugs have been fixed.
Version 1.3.6.0 – 15 Apr 2023
This update improves the developer experience for debugging
- The version file is now copied with the application release.
- Improved the test_listening_send_message_command to prevent reading from log during writes.
- A test suite for the Stats class has been added.
- Media sending tests have been temporarily removed.
- A bug has been fixed where admins were notified of errors during test runs.
- The emails have been changed to the @cartzlink domain.
- The admins will be notified if the application fails to send a message to a number that has been previously verified.
- A bug is fixed when admins will get the daily report multiple times a day.