Skip to content

Releases: thedevs-network/kutt

v2.7.4

21 Feb 19:06
Compare
Choose a tag to compare
  • Fix: Apply disallow anonymous link creation option to v1 API as well.

v2.7.3

03 Sep 21:30
Compare
Choose a tag to compare

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

30 Nov 16:56
Compare
Choose a tag to compare
  • 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

19 Sep 13:37
Compare
Choose a tag to compare
  • Feature: Add change email functionality.

v2.6.0

09 Aug 10:59
Compare
Choose a tag to compare
  • Feature: Add disallow registration and disallow anonymous links option

v2.5.0

05 Aug 14:34
Compare
Choose a tag to compare
  • 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

26 Jul 10:28
Compare
Choose a tag to compare
  • Fix description migration script
  • Use Next.js public runtime config instead of webpack and environment variables
  • Add official Docker image

v2.4.0

20 Jul 07:44
Compare
Choose a tag to compare
  • Feature: Add description for links. Resolves #51

v2.3.17

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

28 Nov 17:27
Compare
Choose a tag to compare
  • Added Redis as cache layer to the app
  • Minor bug fixes