What's Changed
- Update all Yarn dependencies (2022-02-13) by @depfu in #33
- Update all Yarn dependencies (2022-02-20) by @depfu in #35
- feat!: move config to env by @theodorusclarence in #36
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