Releases: theodorusclarence/notiolink
Releases · theodorusclarence/notiolink
v1.0.0
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
v0.3.2
What's Changed
- feat: add category input in new by @theodorusclarence in #30
Full Changelog: v0.3.1...v0.3.2
v0.3.0
What's Changed
- Update all Yarn dependencies (2022-02-06) by @depfu in #27
- feat!: add category tree by @theodorusclarence in #28
Breaking Changes
Add this column to your Links Database:
- name: category (all lowercase)
- type: multi select
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- v0.2 by @theodorusclarence in #26
Breaking Changes
- additional config
theme
anddemoMode
Features
- add customizable gradient (a4e64b2)
- add monokai theme (04deb21)
- add notiolink config for theme (3c9bf0d)
- add street theme (abfa0a1)
- add theme changer (fbdacd0)
- optional twitter handle (dd07db2)
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Update all Yarn dependencies (2022-01-23) by @depfu in #19
- Update all Yarn dependencies (2022-01-30) by @depfu in #21
- fix: qr code link error by @theodorusclarence in #25
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
Features
- add 404 and 500 page (a3db99f)
- add attribution footer (fe15104)
- add detail page (8e1e909)
- add detail page count and link (1493b46)
- add favicon (e67614f)
- add get url and redirect using edge (db09505)
- add icon setting for tree (9ec5437)
- add increment link count (46ba0c7)
- add license (2394ff5)
- add login functionality (852651f)
- add new link functionality (14ea6ba)
- add notiolink.config.js (e6e77b9)
- add shorten another in detail (6f7a510)
- add tree on index (c9a6105)
- add trycatch to increment (39670e0)
- initial commit with toast, rhf, and rq (a016048)
- use anchor tag for tree (4b18a0c)
Bug Fixes
New Contributors
- @theodorusclarence made their first contribution in #1
Full Changelog: https://github.com/theodorusclarence/notiolink/commits/v0.1.0