v3.1.1
thedevs-network/kuttv3.1.1Jan 18, 2025by poeti8
AI Summary
This release focuses on bug fixes for searching functionality, configuration validation, and minor performance optimizations.
Key Highlights
- Fixed searching links, users, and domains in tables when using SQLite or MySQL
- Added validation to ensure `JWT_SECRET` is not empty
- Added default `MAIL_PORT` value to the `.example.env` file
- Optimized database queries using `count(*)`
Full Release Notes
- Fix searching links, users, and domains in tables when using SQLite or MySQL (https://github.com/thedevs-network/kutt/commit/de103423e3a30d1d21528c12e59cfd5a584636a5) - Make sure `JWT_SECRET` is not empty (https://github.com/thedevs-network/kutt/commit/fc265ef22154000dab3ad7a6946045c564484ce9) - Add default `MAIL_PORT` value to the `.example.env` file (https://github.com/thedevs-network/kutt/commit/ab83f60b9741e9d5977f7eff90be68376533cd02) - Use `count(*)` instead of `count(id)` since it's slightly faster (https://github.com/thedevs-network/kutt/commit/876d12fc9dd9ab7d3128ce852043d7f99fdafcab)