Releases: thedevs-network/kutt
Releases · thedevs-network/kutt
v2.7.4
- Fix: Apply disallow anonymous link creation option to v1 API as well.
v2.7.3
Fix: Disallow creating duplicated links by editing a link and writing a used custom URL.
Feature: Add and update docker builds
Chore: Improve logs
Chore: Add and use cross-env pacakge
v2.7.1
- Fix: Multiple users with different domains using the same custom url
- Fix: Only use mail user and password if user is provided
v2.7.0
- Feature: Add change email functionality.
v2.6.0
- Feature: Add disallow registration and disallow anonymous links option
v2.5.0
- Feature: Only use reCaptcha if credentials are provided. (#43, #68)
- Feature: Add link expiration option. (#357)
- Fix: Apply non-logged-in cooldown limit .
- Fix: Searching links.
- Fix: Allow the optional fields of the link creation request body to be null or falsey.
- chore: Increase number of processors for visit queue.
v2.4.5
- Fix description migration script
- Use Next.js public runtime config instead of webpack and environment variables
- Add official Docker image
v2.4.0
- Feature: Add description for links. Resolves #51
v2.3.17
- Feature: Allow multiple custom domains. #230.
- Fix: Skip if default domain is used as custom domain. Resolves #287
- Fix: Responsive design in LinksTable.tsx.
v1.2.0
- Added Redis as cache layer to the app
- Minor bug fixes