v3.2.3

luminal-ai/luminalv3.2.3Feb 6, 2025by poeti8

AI Summary

This release introduces the ability to set environment variables by reading them from a file. Users can utilize the `<variable_name>_FILE` suffix to reference configuration files.

Key Highlights

  • Add support for setting environment variables via file input
  • Configured using the `<variable_name>_FILE` suffix
  • Refer to configuration documentation for usage instructions
  • Related to pull request #814

New Features

  • File-based environment variable configuration

Full Release Notes

- Set environment variables by reading a file. Use `<variable_name>_FILE`. Read [configuration](https://github.com/thedevs-network/kutt/tree/main?tab=readme-ov-file#configuration) for more info. (pull request #814)