Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@theodorusclarence theodorusclarence released this 26 Feb 08:52
· 10 commits to main since this release

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: v0.3.2...v1.0.0