diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2215af..73b60dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,9 @@
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).
-### v0.6.1 (wip)
+### 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 others 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).
@@ -16,10 +17,6 @@ but can still easily be enabled by following instructions in the [docs](README.m
- bugfix: odd mix of `\\` and `/` being used for windows filepaths.
- bugfix: app no longer crashes when sidebar is toggled.
-known/confirmed remaining issues:
-
-- russian symbols not supported by UTF-8
-
### v0.6.0 (2020-06-30)
- style: custom fonts.
diff --git a/README.md b/README.md
index e8ed8f3..689fe41 100644
--- a/README.md
+++ b/README.md
@@ -117,8 +117,10 @@ single-click to toggle app visibility. right click to open menu.
on click of `⨉`. does not apply if multiple notion windows are open. (default: false)
- **load theme.css**: loads the custom colour theme file.
see [colour theming](STYLING.md#colour-theming) for more information. (default: false)
+- **use system emoji**: reverts notion to using normal emojis, rather than the twitter emojiset. (default: false)

+
_image: open application tray_
## styling
diff --git a/STYLING.md b/STYLING.md
index 53b70a7..484671c 100644
--- a/STYLING.md
+++ b/STYLING.md
@@ -18,7 +18,8 @@ css below will work for every instance of the element, but if you wish to hide o
## general/app-wide
-
+
+
_image: the default post-customisation appearance_
### colour theming
@@ -33,6 +34,7 @@ to modify, enter the `theme.css` file and change the colour values within the `:
should describe what each colour will affect.

+
_image: the dark+ theme_
### hide discussions (comment threads at the top of each page)
@@ -44,9 +46,11 @@ _image: the dark+ theme_
```

+
_image: before styling_

+
_image: after styling_
### custom fonts
@@ -71,6 +75,7 @@ plenty of other fonts that can be found on google fonts or that may be on your s
```

+
_image: after styling_
### font resizing
@@ -108,6 +113,7 @@ to change the size, change the value of `--font-scale`.
```

+
_image: after styling_
### wider page preview
@@ -119,9 +125,11 @@ _image: after styling_
```

+
_image: before styling_

+
_image: after styling_
### thinner cover image
@@ -137,14 +145,17 @@ _image: after styling_
```

+
_image: before styling_

+
_image: after styling_
## tables

+
_image: before styling_
### table columns below 100px
@@ -174,6 +185,7 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS
```

+
_image: after styling_
### hide '+ new' table row
@@ -185,6 +197,7 @@ _image: after styling_
```

+
_image: after styling_
### hide calculations table row
@@ -196,6 +209,7 @@ _image: after styling_
```

+
_image: after styling_
### centre-align table column headers
@@ -207,6 +221,7 @@ _image: after styling_
```

+
_image: after styling_
### smaller table column header icons
@@ -222,6 +237,7 @@ _image: after styling_
```

+
_image: after styling_
### remove icons from table column headers
@@ -233,6 +249,7 @@ _image: after styling_
```

+
_image: after styling_
### removing/decreasing side padding for tables
@@ -254,11 +271,13 @@ _image: after styling_
```

+
_image: after styling_
## boards

+
_image: before styling_
### hide '+ new' board row
@@ -271,6 +290,7 @@ _image: before styling_
```

+
_image: after styling_
### hide board view hidden columns
@@ -283,6 +303,7 @@ _image: after styling_
```

+
_image: after styling_
### hide board view 'add a group'
@@ -295,6 +316,7 @@ _image: after styling_
```

+
_image: after styling_
### removing/decreasing side padding for boards
@@ -307,4 +329,5 @@ _image: after styling_
```

+
_image: after styling_
diff --git a/customiser.py b/customiser.py
index 2cf6cb7..8eb3bc5 100755
--- a/customiser.py
+++ b/customiser.py
@@ -13,7 +13,7 @@ from shutil import copyfile, rmtree
from time import sleep
# to smooth the update process
-enhancer_version = '0.6.1~beta4'
+enhancer_version = '0.7.0'
# for toggling notion visibility
hotkey = 'CmdOrCtrl+Shift+A'
diff --git a/docs/changelog.html b/docs/changelog.html
index 97d8303..6b20c7b 100644
--- a/docs/changelog.html
+++ b/docs/changelog.html
@@ -1,4 +1,4 @@
-
changelog | notion enhancer
notion enhancer
+changelog | notion enhancer
notion enhancer
@@ -8,24 +8,22 @@
but can still easily be enabled by following instructions in the docs.
new: tray option to use system default emojis (instead of twitter's emojiset).
new: mac support (identical functionality to others 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.
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.
@@ -30,7 +30,13 @@ so that proper support can be added for all users of that client.
these can be installed via an extension like stylus
or a built-in feature like userChrome.css.)
if the script is run from the WSL, it will enhance the windows version of the app.
@@ -125,9 +131,10 @@ to your preference. you will need to run or re-run customiser.py af
on click of ⨉. does not apply if multiple notion windows are open. (default: false)
load theme.css: loads the custom colour theme file.
see colour theming for more information. (default: false)
+
use system emoji: reverts notion to using normal emojis, rather than the twitter emojiset. (default: false)
-
-image: open application tray
+
+
image: open application tray
diff --git a/docs/screenshots/app-default.jpg b/docs/screenshots/app-default.jpg
deleted file mode 100644
index abd9da4..0000000
Binary files a/docs/screenshots/app-default.jpg and /dev/null differ
diff --git a/docs/screenshots/app-enhanced.jpg b/docs/screenshots/app-enhanced.jpg
index b520c96..f1998cb 100644
Binary files a/docs/screenshots/app-enhanced.jpg and b/docs/screenshots/app-enhanced.jpg differ
diff --git a/docs/screenshots/app-tray.jpg b/docs/screenshots/app-tray.jpg
index 709af5d..a27cd60 100644
Binary files a/docs/screenshots/app-tray.jpg and b/docs/screenshots/app-tray.jpg differ
diff --git a/docs/screenshots/theme-dark+.jpg b/docs/screenshots/theme-dark+.jpg
index 843f4da..6093b6e 100644
Binary files a/docs/screenshots/theme-dark+.jpg and b/docs/screenshots/theme-dark+.jpg differ
diff --git a/docs/styling.html b/docs/styling.html
index 94e0680..d5f00d6 100644
--- a/docs/styling.html
+++ b/docs/styling.html
@@ -21,8 +21,8 @@ changes will be applied instantly on notion reload
@@ -70,8 +70,8 @@ plenty of other fonts that can be found on google fonts or that may be on your s
[style*=', serif;'] {
font-family: 'Roboto Slab', serif !important;
}
-
-image: after styling
+
+
image: after styling
@@ -105,8 +105,8 @@ it is suggested to instead use ctrl+ or ctrl- to scale
[style*='font-size: 1.25em'] {
font-size: calc(var(--font-scale) * 1.25em) !important;
}
-
-image: after styling
+
+
image: after styling
@@ -116,10 +116,10 @@ it is suggested to instead use ctrl+ or ctrl- to scale
@@ -170,8 +170,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
[style^='position: absolute; top: 0px; left: 0px; pointer-events: none;']:not(.notion-presence-container) {
display: none;
}
-
-image: after styling
+
+
image: after styling
@@ -181,8 +181,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
@@ -270,8 +270,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
[style='user-select: none; transition: background 120ms ease-in 0s; cursor: pointer; display: inline-flex; align-items: center; flex-shrink: 0; white-space: nowrap; height: 32px; border-radius: 3px; font-size: 14px; line-height: 1.2; min-width: 0px; padding-left: 6px; padding-right: 8px; color: rgba(255, 255, 255, 0.4); width: 100%;'] {
display: none !important;
}
-
-image: after styling
+
+
image: after styling
@@ -282,8 +282,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
.notion-board-view > [data-block-id] > div:first-child > div:nth-last-child(2) {
display: none !important;
}
-
-image: after styling
+
+
image: after styling
@@ -294,8 +294,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
.notion-board-view > [data-block-id] > div:first-child > div:last-child {
display: none !important;
}
-
-image: after styling
+
+
image: after styling
@@ -306,8 +306,8 @@ as it is a per-table-column style, unlike all others here, it must be prepended
padding-left: 10px!important;
padding-right: 10px!important;
}
-