Skip to content

Releases: theodorusclarence/notiolink

v1.0.0

26 Feb 08:52
Compare
Choose a tag to compare

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

v0.3.2

08 Feb 06:48
026b3f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.0

06 Feb 09:22
beded0b
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Add this column to your Links Database:

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

image

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Feb 05:20
8c50224
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • additional config theme and demoMode

Features

Full Changelog: v0.1.1...v0.2.0

v0.1.1

05 Feb 12:27
dfb62ac
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @depfu made their first contribution in #19

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Jan 14:08
1e04411
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

New Contributors

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