Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Notion 2.0.11 (Revision 6)

Compare
Choose a tag to compare
@vtenfys vtenfys released this 06 Feb 16:35
· 39 commits to main since this release
87c0aa6

Changes since last release:

  • Produce notion-enhanced packages with Notion Enhancer mods applied
    • Vanilla Notion packages are still available using the notion-desktop package
  • Refactor and improve build scripts

Migrate to notion-enhanced

This step is optional; you can continue using notion-desktop package for the vanilla version of Notion.

If you would like to migrate from notion-desktop to notion-enhanced, follow the steps below:

  1. If you've applied Notion Enhancer to the vanilla notion-desktop package, first uninstall it:
    npm remove -g notion-enhancer
  2. Uninstall notion-desktop using the relevant command for your system:
    sudo apt remove notion-desktop     # Ubuntu, Debian, Linux Mint
    sudo dnf remove notion-desktop     # Fedora, CentOS
    sudo zypper remove notion-desktop  # openSUSE
  3. Migrate your configuration directory:
    mv ~/.config/notion-{desktop,enhanced}
  4. Install notion-enhanced using the installation steps in the README.

Update

To update on Ubuntu, Debian or Linux Mint:

sudo apt update && sudo apt upgrade

To update on Fedora or CentOS:

sudo dnf update --refresh

To update on openSUSE:

sudo zypper refresh && sudo zypper update