April 7th, 2025

Updated the doConsume method to call doPurge directly, simplifying the logic and removing the previous consumption check. This change improves code maintainability by consolidating behavior into a single, reusable method.

April 5th, 2025

April 4th, 2025

Updated composer.json and composer.lock to reflect the new version of nuefox/nuekryl (25.4.4.1). Added a new closure in Application.php to manage version updates dynamically by checking and setting the latest version when outdated. This ensures better version handling and dependency consistency.

March 30th, 2025

Introduce support for Lovense integrations through a new helper class, API adjustments, and dialog enhancements. Update composer dependencies and improve logging, serialization, and data handling for Lovense interactions.

March 29th, 2025

Introduce support for Lovense integrations through a new helper class, API adjustments, and dialog enhancements. Update composer dependencies and improve logging, serialization, and data handling for Lovense interactions.

March 17th, 2025

The toColor() method is now used to ensure proper conversion of color presets before setting the item color. This resolves potential issues with mismatched data types and improves compatibility with the Color class.

March 17th, 2025

March 17th, 2025

Enabled egg customization options, including color and texture. Improved dialog interactions by refining messages, adding birth selection logic, and introducing customization features for enhanced user experience. Removed deprecated methods and streamlined related code.

March 16th, 2025

March 10th, 2025

Reduced the ban threshold from 35 to 30 attempts and revised the messaging logic for attempts over 20. Added the owner's name to the message for clarity and improved the overall communication flow.