Skip to content

Releases: glenndehaan/unifi-voucher-site

4.3.2

15 Oct 17:34
2160ae0
Compare
Choose a tag to compare
  • New translations email.json (Dutch)
  • New translations print.json (Dutch)

4.3.1

14 Oct 17:19
Compare
Choose a tag to compare
  • 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

14 Oct 16:51
2036f60
Compare
Choose a tag to compare
  • 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

09 Oct 08:19
8ae97ce
Compare
Choose a tag to compare
  • 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

08 Oct 22:28
Compare
Choose a tag to compare
  • Dependency updates

4.1.4

08 Oct 08:27
Compare
Choose a tag to compare
  • 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

07 Oct 14:17
Compare
Choose a tag to compare
  • 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

07 Oct 13:12
Compare
Choose a tag to compare
  • Updated build output format
  • Updated build log in info.js

4.1.1

07 Oct 09:36
Compare
Choose a tag to compare
  • Moved build info to variables.js
  • Simplified info.js build readout
  • Added versions to user dropdown

4.1.0

07 Oct 08:48
Compare
Choose a tag to compare
  • Implemented Git version tag into docker build and GitHub actions
  • Implemented Release Notes button
  • Updated Documentation button to directly navigate to the README.md