Releases: glenndehaan/unifi-voucher-site
Releases · glenndehaan/unifi-voucher-site
4.3.2
- New translations email.json (Dutch)
- New translations print.json (Dutch)
4.3.1
- Update Crowdin configuration file
- New translations email.json (French)
- New translations email.json (German)
- New translations email.json (Dutch)
- New translations print.json (French)
- New translations print.json (German)
- New translations print.json (Dutch)
- Updated crowdin.yml pull request parameters
- Updated .dockerignore
- Added missing Crowdin locales
4.3.0
- Setup initial locales folder for translations
- Added English translations for email
- Added _locales.json for mapping
- Implemented the translation.js module
- Implemented the 'TRANSLATION_DEBUG' environment variable
- Updated the README.md to include the Translations chapter
- Moved en.json to en/email.json to better utilize Crowdin
- Implemented mail translations
- Updated debug output from translation.js
- Swapped mail function parameters
- Replaced throw errors for log warnings
- Implemented fallback language in translation.js
- Added express-locale for future web i18n use
- Removed _locales.json implementation
- Added language parameter to mail.js
- Implemented regex check to translation.js
- Added language dropdown to email component
- Added languages.js
- Implemented the print.json translation file
- Added a new print dialog
- Moved /print function to a post request
- Updated translation.js debug output
- Implemented translator within print.js
- Fixed typos
- Removed unused utils from email and print components render function
- Updated README.md
4.2.0
- Extended voucher.ejs with filters and sort fields
- Also implemented JS handlers for submit
- Implemented filter and sort selected functions
- Implemented revised filter and sort layout
- Implemented filters
- Adjust dropdown styling to conform with others in the app
- Implemented sort and updated sync button layout
4.1.5
- Dependency updates
4.1.4
- Fixed SMTP_SECURE type check within variables.js
- Removed smtpSecure checks from mail.js
- Disable TLS certificate checks within mail.js since this could cause issues with self-hosted solutions
4.1.3
- Moved static routes before OIDC to prevent errors due to silent login
- Removed unused transition-opacity
- Added event handler on details, email and create overlays when clicking outside the overlay
4.1.2
- Updated build output format
- Updated build log in info.js
4.1.1
- Moved build info to variables.js
- Simplified info.js build readout
- Added versions to user dropdown
4.1.0
- Implemented Git version tag into docker build and GitHub actions
- Implemented Release Notes button
- Updated Documentation button to directly navigate to the README.md