notion-enhancer/CHANGELOG.md

6.7 KiB

changelog

potential future features (not confirmed)

v0.8.3 (2020-08-29)

previous release was a mistake: it did as intended on linux, but broke windows. this should achieve the same thing in a more compatible way.

v0.8.2 (2020-08-28)

some things you just can't test until production... fixed the auto-installer to use ./bin.js instead of notion-enhancer

v0.8.1 (2020-08-28)

a clarity and stability update.

  • improved: more informative error messages.
  • bugfix: gallery variable didn't apply on fullpage.
  • bugfix: date picker hid current date number.
  • bugfix: small-text pages should now work as expected.
  • bugfix: padding issues in page previews.
  • bugfix: property-layout extension had been broken by internal notion changes.
  • bugfix: linux installer path typo.
  • bugfix: caret-color was being mistaken for color and block-level text colouring was broken.

v0.8.0 (2020-08-27)

complete rewrite with node.js.

  • new: simpler cli installation system (inc. commands: apply, remove, and check).
  • new: mod loading system (easier to create new mods, adds to notion rather than overwriting).
  • new: mod configuration menu.
  • improved: more theming variable coverage - inc. light theme and sizing/spacing.
  • bugfix: non-reproducable errors with python.
  • bugfix: better launcher patching on linux.
  • bugfix: fix frameless window issue introduced by notion desktop 2.0.9.
  • extension: "custom inserts" = link files for small client-side tweaks..
  • extension: "bracketed links" = render links surrounded with brackets instead of underlined.
  • extension: "focus mode" = hide the titlebar/menubar if the sidebar is closed (will be shown on hover).
  • theme: "dark+" = a vivid-colour near-black theme.
  • theme: "neutral" = smoother colours and fonts, designed to be more pleasing to the eye.
  • theme: "gameish" = a purple, "gamer-styled" theme with a blocky-font.
  • theme: "pastel dark" = a smooth-transition true dark theme with a hint of pastel.
  • extension: "emoji sets" = pick from a variety of emoji styles to use.
  • extension: "night shift" = sync dark/light theme with the system (overrides normal theme setting).
  • extension: "right-to-left" = enables auto rtl/ltr text direction detection. (ported from github.com/obahareth/notion-rtl.)
  • extension: "weekly view" = calendar views named "weekly" will show only the 7 days of this week. (ported from github.com/adihd/notionweeklyview.)]
  • extension: "property layout" = auto-collapse page properties that usually push down page content. (ported from github.com/alexander-kazakov/notion-layout-extension.)

📥 npm i -g notion-enhancer@0.8.0

v0.7.0 (2020-07-09)

  • new: tray option to use system default emojis (instead of twitter's emojiset).
  • new: mac support (identical functionality to other platforms with the exception of the native minimise/maximise/close buttons being kept, as they integrate better with the OS while not being out-of-place in notion).
  • new: notion-deb-builder support for linux.
  • new: an alert will be shown if there is an update available for the enhancer.
  • improved: replaced button symbols with svgs for multi-platform support.
  • improved: window close button is now red on hover (thanks to @torchatlas).
  • bugfix: cleaner.py patched for linux.
  • bugfix: tray now operates as expected on linux.
  • bugfix: odd mix of \\ and / being used for windows filepaths.
  • bugfix: app no longer crashes when sidebar is toggled.

📥 notion-enhancer.v0.7.0.zip

v0.6.0 (2020-06-30)

  • style: custom fonts.
  • style: font resizing.
  • style: hide discussions (thanks to u/Roosmaryn).
  • new: custom colour theming, demonstrated via the dark+ theme.
  • new: linux support (thanks to @Blacksuan19).
  • improved: if hotkey is pressed while notion is unfocused, it will bring it to the front rather than hiding it.
  • improved: stop window buttons breaking at smaller widths.
  • improved: more obviously visible drag area.
  • bugfix: specify UTF-8 encoding to prevent multibyte/gbk codec errors (thanks to @etnperlong).

📥 notion-enhancer.v0.6.0.zip

v0.5.0 (2020-05-23)

  • new: running from the wsl.
  • new: reload window with f5.
  • improved: code has been refactored and cleaned up, inc. file renaming and a customiser.py that doesn't require a run of cleaner.py to build modifications. improved: scrollbar colours that fit better with notion's theming.
  • bugfix: un-break having multiple notion windows open.

📥 notion-enhancer.v0.5.0.zip

development here taken over by @dragonwocky.

the crossed out features below are no longer features included by default, but can still easily be added as custom tweaks.

v0.4.1 (2020-02-13)

  • bugfix: wider table & the "+" button not working in database pages.

📥 notion-enhancer.v4.1.zip

v0.4.0

  • new: tray icon.
  • new: app startup options (+ saving).
  • new: Reset.py
  • improved: better output from Customization Patcher.py.
  • bugfix: wider tables in "short page" mode.
  • bugfix: unclickable buttons/draggable area (of titlebar).

v0.3.0

  • new: show/hide window hotkey.
  • new: app startup options.
  • style: smaller table icons.

📥 notion-enhancer.v3.zip

v0.2.0

  • new: light/dark theme support for window control buttons + scrollbars.
  • new: custom styles directly linked to the enhancer resources + compatible with web version.
  • improved: making table column width go below 100px.

v0.1.0

  • new: custom window control buttons.
  • removed: default titlebar/menubar.
  • removed: huge padding of board view.
  • removed: huge padding of table view.
  • optional: making table column width go below 100px.
  • style: thinner cover image + higher content block.
  • style: scrollbars.