Notiolink Versions Save

⚡ Self-hostable branded link shortener built with Next.js & Notion API

v1.0.0

2 years ago

What's Changed

v1 Difference

Notiolink move all custom file to the environment variables. There are 2 new environment variable to update theme and application name

# Notion Credentials
NEXT_PUBLIC_NOTION_INTEGRATION_SECRET=
NEXT_PUBLIC_NOTION_LINK_DATABASE_ID=
NEXT_PUBLIC_NOTION_TREE_DATABASE_ID=

# Password for application login
NEXT_PUBLIC_APP_PASSWORD=

# You can use random passphrase generator
# @see https://notiolink.thcl.dev/passphrase
NEXT_PUBLIC_APP_SECRET=

# Application Configuration
# Name on the index page
NEXT_PUBLIC_APP_NAME=Notiolink

# Theme
# light | dark | milky | street | monokai
NEXT_PUBLIC_APP_THEME=dark

If you want to migrate to v1, the easiest way is to re-fork the project and add your existing environment variables with the new ones.

Full Changelog: https://github.com/theodorusclarence/notiolink/compare/v0.3.2...v1.0.0

v0.3.2

2 years ago

What's Changed

Full Changelog: https://github.com/theodorusclarence/notiolink/compare/v0.3.1...v0.3.2

v0.3.0

2 years ago

What's Changed

Breaking Changes

Add this column to your Links Database:

  • name: category (all lowercase)
  • type: multi select

image

Full Changelog: https://github.com/theodorusclarence/notiolink/compare/v0.2.0...v0.3.0

v0.2.0

2 years ago

What's Changed

Breaking Changes

  • additional config theme and demoMode

Features

Full Changelog: https://github.com/theodorusclarence/notiolink/compare/v0.1.1...v0.2.0

v0.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/theodorusclarence/notiolink/compare/v0.1.0...v0.1.1

v0.1.0

2 years ago

What's Changed

Features

Bug Fixes

New Contributors

Full Changelog: https://github.com/theodorusclarence/notiolink/commits/v0.1.0