Updates will be provided for new feature enhancements
Version 6.0.0
8/28/2024- Added Debouncing for better CPU performance - With the debounce in place, the script waits until a certain period of inactivity before executing the translation. This ensures that the translations occur smoothly without overloading the CPU, especially on devices with limited processing power. It optimizes performance by reducing unnecessary operations, providing a more seamless and efficient user experience. The appearance of the DOM "flashing" every second is due to the visual effect caused by the debounce script in action. When the debounce mechanism is implemented, it delays the execution of certain tasks—in this case, the translation update—until a specified amount of time has passed without additional triggering events.
- Support for global dates - All date formats are handled properly.
- Faster translation times - >50% speed increase for performance.
- File size decreased
Version 5.5.0
4/20/2024- Added Pro Analytics Dashboard
- Bug Fix (React)
- Bug Fix (NextJS)
- File size decreased