Skip to content

Releases: LinkForty/core

v1.14.3

27 Mar 18:14

Choose a tag to compare

1.14.3 (2026-03-27)

  • Merge pull request #11 from fantaJinMode/jsdoc_comments_for_exported_func (c75ac54), closes #11
  • FIX: JSDoc comments for exported function (ab76241)

v1.14.2

26 Mar 16:11

Choose a tag to compare

1.14.2 (2026-03-26)

  • fix(ci): remove dist asset uploads from GitHub releases (99b669b)

v1.14.1

26 Mar 16:09

Choose a tag to compare

1.14.1 (2026-03-26)

  • Clean up features from README (02141a0)
  • Merge pull request #20 from RaoUsama7/fix/link-cache-invalidation (74febe4), closes #20
  • Merge pull request #21 from RaoUsama7/fix/client-ip-followup (cdea12c), closes #21
  • Update README.md (#19) (9b7dd91), closes #19
  • fix(cache): invalidate link resolution cache on update and delete (151af71)
  • fix(cache): invalidate link resolution cache on update and delete (7c2510a)

v1.14.0

26 Mar 16:09

Choose a tag to compare

1.14.0 (2026-03-23)

  • feat: extend interstitial page to all mobile requests and preserve URL fragments (9b20190)

v1.13.7

26 Mar 16:09

Choose a tag to compare

1.13.7 (2026-03-16)

  • fix: implement URL fallback chain in redirect handler to prevent 500 errors (#17) (3e3ee12), closes #17

v1.13.6

16 Mar 16:34

Choose a tag to compare

1.13.6 (2026-03-16)

  • fix: correct repository URL casing for npm provenance verification (4e0487a)

v1.6.6

03 Mar 23:05

Choose a tag to compare

1.6.6 (2026-03-03)

Documentation

  • require template ID for SDK link creation (#4) (bff8420)

v1.6.5

02 Mar 23:19

Choose a tag to compare

Bug Fixes

  • rename ios_url/android_url to ios_app_store_url/android_app_store_url in SQL queries (#3)

Updates SQL queries and property accesses in debug.ts, sdk.ts, and fingerprint.ts to use the renamed column names. Fixes "column 'ios_url' of relation 'links' does not exist" error when creating links.

Release v1.6.0

21 Feb 00:16

Choose a tag to compare

Docker Image

Pull the image:

docker pull docker.io/linkforty/core:1.6.0

Run with Docker Compose:

curl -o docker-compose.yml https://raw.githubusercontent.com/linkforty/core/v1.6.0/examples/docker-compose.yml
docker compose up -d

See CHANGELOG.md for details.

Release v1.5.1

20 Feb 22:28

Choose a tag to compare

Docker Image

Pull the image:

docker pull docker.io/linkforty/core:1.5.1

Run with Docker Compose:

curl -o docker-compose.yml https://raw.githubusercontent.com/linkforty/core/v1.5.1/examples/docker-compose.yml
docker compose up -d

See CHANGELOG.md for details.