# Changelog


## [0.0.8] - 2024-11-04

### Changed
- Updated backend encoding from "x-www-form-urlencoded" to "JSON".
- Passing variables in "foreach()" statements by reference.
- Constructed arrays using "[]" instead of "array()".


## [0.0.7] - 2024-07-31

### Fixed
- Corrected template incompatibility with Microsoft Outlook.


## [0.0.6] - 2024-07-25

### Fixed
- Proper "body" is now passed to the "fetch" function.

### Added
- Introduced a waiting screen during backend communication.

### Changed 
- Optimized the "info", "code" and "send" functions.


## [0.0.5] - 2024-07-22

### Added
- Support for night theme.

### Changed
- Updated the "#dim" element from "block" to "flex".
- Reduced animation duration for the "#dim" element.
- Increased CSS specificity.


## [0.0.4] - 2024-07-19

### Added
- Styled the "#incog" element.
- Automatic focus on the "#alert-ok" element.

### Changed
- Replaced "<span>" elements with "<b>" and "<strong>" elements.
- Various minor bug fixes and accessibility improvements.


## [0.0.3] - 2024-07-15

### Added
- Introduced the changelog.

### Changed
- Switched from "XMLHttpRequest" to "fetch" for "code" and "send" functions.
- Changed animation from "cubic-bezier" to "ease-in" for ".container" and "#dim" elements.

### Fixed
- Restored missing shadow for the "#alert" element.


## [0.0.2] - 2024-07-08

### Changed
- Replaced "ease-in-out" with "cubic-bezier" for ".container" and "#dim" elements.


## [0.0.1] - 2024-07-03

### Added
- Initial release.