mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
remove beta notice + add version downloads
This commit is contained in:
parent
c1d6041c6a
commit
3b908e1e27
10
CHANGELOG.md
10
CHANGELOG.md
@ -5,9 +5,9 @@ but can still easily be enabled by following instructions in the [docs](README.m
|
||||
|
||||
### v0.6.0 (2020-06-30)
|
||||
|
||||
- docs: custom fonts.
|
||||
- docs: font resizing.
|
||||
- docs: hide discussions (thanks to [u/Roosmaryn](https://www.reddit.com/user/Roosmaryn/))
|
||||
- style: custom fonts.
|
||||
- style: font resizing.
|
||||
- style: hide discussions (thanks to [u/Roosmaryn](https://www.reddit.com/user/Roosmaryn/))
|
||||
- new: custom colour theming, demonstrated via the dark+ theme.
|
||||
- new: linux support (thanks for [@Blacksuan19](https://github.com/Blacksuan19)).
|
||||
- improved: if hotkey is pressed while notion is unfocused, it will bring it to the front rather than hiding it.
|
||||
@ -15,6 +15,8 @@ but can still easily be enabled by following instructions in the [docs](README.m
|
||||
- improved: more obviously visible drag area.
|
||||
- bugfix: specify UTF-8 encoding to prevent multibyte/gbk codec errors (thanks to [@etnperlong](https://github.com/etnperlong))
|
||||
|
||||
> 📥 [notion-enhancer.v0.6.0.zip](https://github.com/dragonwocky/notion-enhancer/archive/v0.6.0.zip)
|
||||
|
||||
### v0.5.0 (2020-05-23)
|
||||
|
||||
- new: running from the wsl.
|
||||
@ -25,6 +27,8 @@ but can still easily be enabled by following instructions in the [docs](README.m
|
||||
improved: scrollbar colours that fit better with notion's theming.
|
||||
- bugfix: un-break having multiple notion windows open.
|
||||
|
||||
> 📥 [notion-enhancer.v0.5.0.zip](https://github.com/dragonwocky/notion-enhancer/archive/v0.5.0.zip)
|
||||
|
||||
_(forked by [@dragonwocky](https://github.com/dragonwocky).)_
|
||||
|
||||
### v0.4.1 (2020-02-13)
|
||||
|
@ -2,11 +2,6 @@
|
||||
|
||||
an enhancer/customiser for the all-in-one productivity workspace [notion.so](https://www.notion.so/)
|
||||
|
||||
_note: this is currently an unreleased version of the enhancer, which adds some cool things_
|
||||
_like colour theming and improves on some existing features. it is stable,_
|
||||
_and so has been pushed out for use. once I've done some more fine-tuning_
|
||||
_and finished taking screenshots of everything I will release this officially as v0.6.0._
|
||||
|
||||
## installation
|
||||
|
||||
currently, both windows and linux are supported. it is possible to run this script via the WSL to modify the windows notion app.
|
||||
|
@ -13,9 +13,9 @@ but can still easily be enabled by following instructions in the <a href="index.
|
||||
<a href="#v060-2020-06-30">v0.6.0 (2020-06-30)</a>
|
||||
</h3>
|
||||
<ul>
|
||||
<li>docs: custom fonts.</li>
|
||||
<li>docs: font resizing.</li>
|
||||
<li>docs: hide discussions (thanks to <a href="https://www.reddit.com/user/Roosmaryn/#" title="">u/Roosmaryn</a>)</li>
|
||||
<li>style: custom fonts.</li>
|
||||
<li>style: font resizing.</li>
|
||||
<li>style: hide discussions (thanks to <a href="https://www.reddit.com/user/Roosmaryn/#" title="">u/Roosmaryn</a>)</li>
|
||||
<li>new: custom colour theming, demonstrated via the dark+ theme.</li>
|
||||
<li>new: linux support (thanks for <a href="https://github.com/Blacksuan19#" title="">@Blacksuan19</a>).</li>
|
||||
<li>improved: if hotkey is pressed while notion is unfocused, it will bring it to the front rather than hiding it.</li>
|
||||
@ -23,6 +23,9 @@ but can still easily be enabled by following instructions in the <a href="index.
|
||||
<li>improved: more obviously visible drag area.</li>
|
||||
<li>bugfix: specify UTF-8 encoding to prevent multibyte/gbk codec errors (thanks to <a href="https://github.com/etnperlong#" title="">@etnperlong</a>)</li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<p>📥 <a href="https://github.com/dragonwocky/notion-enhancer/archive/v0.6.0.zip#" title="">notion-enhancer.v0.6.0.zip</a></p>
|
||||
</blockquote>
|
||||
|
||||
</section>
|
||||
<section class="block" id="v050-2020-05-23">
|
||||
@ -38,6 +41,9 @@ a run of <code>cleaner.py</code> to build modifications.
|
||||
improved: scrollbar colours that fit better with notion's theming.</li>
|
||||
<li>bugfix: un-break having multiple notion windows open.</li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<p>📥 <a href="https://github.com/dragonwocky/notion-enhancer/archive/v0.5.0.zip#" title="">notion-enhancer.v0.5.0.zip</a></p>
|
||||
</blockquote>
|
||||
<p><em>(forked by <a href="https://github.com/dragonwocky#" title="">@dragonwocky</a>.)</em></p>
|
||||
|
||||
</section>
|
||||
|
@ -5,10 +5,6 @@
|
||||
<a href="#notion-enhancer">notion enhancer</a>
|
||||
</h1>
|
||||
<p>an enhancer/customiser for the all-in-one productivity workspace <a href="https://www.notion.so/#" title="">notion.so</a></p>
|
||||
<p><em>note: this is currently an unreleased version of the enhancer, which adds some cool things</em>
|
||||
<em>like colour theming and improves on some existing features. it is stable,</em>
|
||||
<em>and so has been pushed out for use. once I've done some more fine-tuning</em>
|
||||
<em>and finished taking screenshots of everything I will release this officially as v0.6.0.</em></p>
|
||||
|
||||
</section>
|
||||
<section class="block" id="installation">
|
||||
|
Loading…
Reference in New Issue
Block a user