diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da55b4..32d2ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # changelog -if something is ~~crossed out~~, then it is no longer a feature included by default, -but can still easily be enabled by following instructions in the [docs](README.md). - -### potential future features (not confirmed) +**potential future features (not confirmed)** - [groupy-like tabbing](https://www.npmjs.com/package/electron-tabs) - [improved responsiveness](https://chrome.google.com/webstore/detail/notion%20%20-responsiveness-f/leadcilhbmibbkgbnjgmmnfgnnhmeddk) - [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc) -### v0.8.0 (wip) +### v0.8.0 (2020-08-27) complete rewrite with node.js. @@ -33,6 +30,8 @@ complete rewrite with node.js. - extension: "weekly view" = calendar views named "weekly" will show only the 7 days of this week. (ported from [github.com/adihd/notionweeklyview](https://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](https://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). @@ -47,6 +46,8 @@ complete rewrite with node.js. - 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](https://github.com/dragonwocky/notion-enhancer/archive/v0.7.0.zip) + ### v0.6.0 (2020-06-30) - style: custom fonts. @@ -73,7 +74,10 @@ complete rewrite with node.js. > 📥 [notion-enhancer.v0.5.0.zip](https://github.com/dragonwocky/notion-enhancer/archive/v0.5.0.zip) -_(forked by [@dragonwocky](https://github.com/dragonwocky).)_ +**development here taken over by [@dragonwocky](https://github.com/dragonwocky).** + +**the ~~crossed out~~ features below are no longer features included by default,** +**but can still easily be added as [custom tweaks](TWEAKS.md).** ### v0.4.1 (2020-02-13) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9ad76f..1126ef4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ following them shows respect to the developer/s spending their free time on it, **know your way around notion/electron/js/css and have some code to contribute?** great! read below for guidelines on how to create a helpful pull request and what happens with your code afterwards. it's probably also helpful to -join the [discord server](//coming-soon). +join the [discord server](https://discord.gg/sFWPXtA). **for information on how to actually create a theme or module with the notion-enhancer api, check the [docs](DOCUMENTATION.md).** diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 4adcf38..7d77493 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -8,7 +8,7 @@ executable within the notion app, these are the languages enhancements must be w want to contribute? check the [contribution guidelines](CONTRIBUTING.md). -for support, join the [discord server](//coming-soon). +for support, join the [discord server](https://discord.gg/sFWPXtA). ## creating a mod diff --git a/README.md b/README.md index 2cb6a73..add4c3a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# notion-enhancer +# notion-enhancer ended up here? this is a work-in-progress version of the enhancer, not ready for public use. if you're interested in using the project, switch back to the [master branch](https://github.com/dragonwocky/notion-enhancer). @@ -15,7 +15,8 @@ want to contribute? check out the [contribution guidelines](CONTRIBUTING.md) and ## installation -**coming from v0.7.0? things are a bit different - have a read of [the update guide](UPDATING.md).** +**coming from <= v0.7.0? things are a bit different - have a read of [the update guide](UPDATING.md)** +**before following these instructions.** 1. install node.js: [windows/macOS](https://nodejs.org/en/download/), [linux/WSL](https://github.com/mklement0/n-install). _a computer restart may be required here._ diff --git a/UPDATING.md b/UPDATING.md index 62995f1..589deba 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -47,3 +47,9 @@ page and the [css theming documentation](DOCUMENTATION.md#variable-theming). these options and more have been moved to the graphical menu, which can be opened from the tray or with `CMD/CTRL+E` (while the notion app is focused). + +## installing + +just follow the normal [installation steps](README.md#installation) (starting from step 2, you should +already have node.js installed). don't worry about running `cleaner.py`, the new version will detect and overwrite +the old for you. diff --git a/mods/core/icons/mac+linux.png b/mods/core/icons/mac+linux.png index 83412d4..47fca02 100644 Binary files a/mods/core/icons/mac+linux.png and b/mods/core/icons/mac+linux.png differ diff --git a/mods/core/icons/windows.ico b/mods/core/icons/windows.ico index b46f68c..3f8a1c7 100644 Binary files a/mods/core/icons/windows.ico and b/mods/core/icons/windows.ico differ