diff --git a/docs/changelog.rst b/docs/changelog.rst index 31fffad..25863b2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,8 +2,8 @@ Changelog ========= -Next Version ------------- +Version `1.7.0`_ (25 November 2021) +----------------------------------- - Add box above the list of snippets to filter that list (`issue #32`_). @@ -13,6 +13,7 @@ Next Version - Upgrade to SQLite version 3.36.0 +.. _1.7.0: https://github.com/ffes/nppsnippets/releases/tag/v1.7.0 .. _issue #32: https://github.com/ffes/nppsnippets/issues/32 .. _issue #35: https://github.com/ffes/nppsnippets/issues/35 diff --git a/docs/options.rst b/docs/options.rst index fef93ca..80149b9 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -5,7 +5,7 @@ Options To edit the settings of the plug-in, select ``Options...`` from the ``Plugin`` menu. -You can also edit the is an ini-file that you can edit manually to do some settings. +You can also edit the ini-file manually to change the settings. This ini-file is normally found in your "Application Data" directory and is named ``NppSnippets.ini``. On my Windows 10 machine this directory is ``C:\Users\Frank\AppData\Roaming\Notepad++\plugins\config``.