Linkin Versions Save

Linkin is a customizable self hosted link tree platform.

v0.5.1

2 years ago

Hotfix

  • fix ERR_OSSL_EVP_UNSUPPORTED error in node v17 in docker image
  • bump next 12
  • remove unnecessary console logs
  • add social data to seeding script
  • add github actions application screenshot

What's Changed

Full Changelog: https://github.com/RizkyRajitha/linkin/compare/v0.5.0...v0.5.1

v0.5.0

2 years ago

Features

  • added Gradient color support for page data
  • added social icon bar @dubisdev
  • reorder links and social icons
  • added new page attributes - linktreeWidth,linkPadding
  • added new page attribute - avatarBorderColor @davidzcode
  • common settings to bulk edit link data

Updates

  • change linkinthebio compnenet name to linktree
  • Show active form based on url query parameter @Dgiulian
  • email link support @dubisdev
  • refactor endpoint structure @dubisdev

What's Changed

New Contributors

Full Changelog: https://github.com/RizkyRajitha/linkin/compare/v0.4.0...v0.5.0

v0.4.0

2 years ago

Features

  • added background image
  • added footer
  • added description field
  • edit link border radius
  • docker image with docker-compose support
  • railway deploy support
  • add version to dashboard

Updates

  • add Prisma as ORM
  • colors form group UI changes
  • add link text color
  • rename DBURL to DATABASE_URL fir better support in cloud providers
  • rename KEY to HASHSALT fir better support in cloud providers
  • add link background color
  • rename DBURL to DATABASE_URL

Bug fixes

  • remove avatar if avatar URL is empty

This version now uses Prisma as ORM for Postgres database, instead of the previous pg library. previous users(if any), will need to reset their database, allowing Prisma to migrate the relations and seed the database

v0.3.0

2 years ago

Features

  1. change password
  2. fast refresh links form
  3. added deploy on Heroku button
  4. enter will now save links
  5. added changePasswordEnabled environment variable

Updates

  1. remove unnecessary from resets in links form
  2. migrate exit if connectionString is not set in production environment
  3. allow only post request to all the routes in API
  4. added local state to the links from card
  5. add KEY to the environment variables in vercel deploy button

Bug fixes

  1. deleting link will reset the form to show correct details in forms.

v0.2.0

2 years ago
  • added delete confirm with sweetalert2
  • added react-toastify to alert errors and success messages
  • links now have auto save with 1500ms debounce
  • added react context for state management only for link data
  • minor style changes.

v0.1.0

2 years ago

first release of linkin .