Update of release notes and changelog before release 1.0.4
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ functionality has been added to the main setup script to create desktop and star
|
|||||||
batch file, `setup_windows.bat`, has also been added. Running this file from the source folder,
|
batch file, `setup_windows.bat`, has also been added. Running this file from the source folder,
|
||||||
either by command line or by double-click, will install dependencies from PyPi and set up the
|
either by command line or by double-click, will install dependencies from PyPi and set up the
|
||||||
icons and file association with novelWriter project files. This should make it easier to run
|
icons and file association with novelWriter project files. This should make it easier to run
|
||||||
novelWriter from the source folder on Windows. PRs #634 and #641.
|
novelWriter from the source folder on Windows. PRs #634, #641 and #642.
|
||||||
|
|
||||||
**Documentation**
|
**Documentation**
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Using the Installer
|
|||||||
===================
|
===================
|
||||||
|
|
||||||
The installer for Windows is no longer provided. You can still create it yourself if you want to.
|
The installer for Windows is no longer provided. You can still create it yourself if you want to.
|
||||||
It can be generated with the provided `setup.py` script. use the script's `help` command to get
|
It can be generated with the provided ``setup.py`` script. use the script's ``help`` command to get
|
||||||
further instructions.
|
further instructions.
|
||||||
|
|
||||||
Please use the "Running from Source" option below instead.
|
Please use the "Running from Source" option below instead.
|
||||||
@@ -33,11 +33,12 @@ Running from Source
|
|||||||
===================
|
===================
|
||||||
|
|
||||||
To run novelWriter from source, download the latest source zip file from the release page on
|
To run novelWriter from source, download the latest source zip file from the release page on
|
||||||
GitHub_ or the `main website`_, or if you have git running on your computer, you can also clone the
|
GitHub_ or the `main website`_. The file named ``novelWriter-x.y.z-minimal.zip``, where ``x.y.z``
|
||||||
repository.
|
is the version number, is ideal for this. You can also download the full source.
|
||||||
|
|
||||||
In order to make novelWriter run on your system, you must first have Python installed (Step 1).
|
In order to make novelWriter run on your system, you must first have Python installed (Step 1).
|
||||||
Thereafter, a script will do the rest of the job (Step 2). or you can do it yourself manually.
|
Thereafter, a script will do the rest of the job (Step 2). or you can do it yourself manually if
|
||||||
|
you wish to.
|
||||||
|
|
||||||
.. _GitHub: https://github.com/vkbo/novelWriter/releases
|
.. _GitHub: https://github.com/vkbo/novelWriter/releases
|
||||||
.. _main website: https://novelwriter.io
|
.. _main website: https://novelwriter.io
|
||||||
@@ -50,8 +51,8 @@ If you already have Python installed, you can skip this step. If you don't have
|
|||||||
can download it from the python.org_ website. novelWriter should work with Python 3.6 or higher,
|
can download it from the python.org_ website. novelWriter should work with Python 3.6 or higher,
|
||||||
but it is recommended that you install the latest version of Python.
|
but it is recommended that you install the latest version of Python.
|
||||||
|
|
||||||
Also, make sure you select the "Add Python to PATH" option during installation, otherwise the
|
Make sure you select the "Add Python to PATH" option during installation, otherwise the ``python``
|
||||||
``python`` command will not work in the command line window.
|
command will not work in the command line window.
|
||||||
|
|
||||||
.. image:: images/python_win_install.png
|
.. image:: images/python_win_install.png
|
||||||
:width: 600
|
:width: 600
|
||||||
@@ -66,8 +67,8 @@ Step 2: Dependencies and Icons
|
|||||||
|
|
||||||
Open the folder where you extracted the novelWriter source, and double-click the file named
|
Open the folder where you extracted the novelWriter source, and double-click the file named
|
||||||
``setup_windows`` or ``setup_windows.bat``. This should open a command line window and run the
|
``setup_windows`` or ``setup_windows.bat``. This should open a command line window and run the
|
||||||
setup script to install dependencies, and desktop and start menu icons. It will also check that it
|
setup script to install dependencies, and add desktop and start menu icons. It will also check that
|
||||||
can find Python from Step 1.
|
it can find Python from Step 1.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If you upgrade Python to a newer version and the path to ``pythonw.exe`` changes, you may need
|
If you upgrade Python to a newer version and the path to ``pythonw.exe`` changes, you may need
|
||||||
|
|||||||
+1
-1
@@ -65,7 +65,7 @@ __maintainer__ = "Veronica Berglyd Olsen"
|
|||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "1.0.4"
|
__version__ = "1.0.4"
|
||||||
__hexversion__ = "0x010004f0"
|
__hexversion__ = "0x010004f0"
|
||||||
__date__ = "2021-02-07"
|
__date__ = "2021-02-03"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
__url__ = "https://novelwriter.io"
|
__url__ = "https://novelwriter.io"
|
||||||
|
|||||||
@@ -2,6 +2,20 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<h2>Release Notes for 1.0.4</h2>
|
||||||
|
<p><i>Released on 3 February 2021</i></p>
|
||||||
|
<p>This patch release fixes a couple of minor issues with the Preferences dialog and the behaviour
|
||||||
|
of one of the keyboard shortcuts.</p>
|
||||||
|
<p>Aside from these fixes, the main point of this patch is to add new setup features for
|
||||||
|
novelWriter on Windows. A Windows installer will no longer be provided for the foreseeable future,
|
||||||
|
and instead functionality has been added to the main setup script to create desktop and start menu
|
||||||
|
icons.</p>
|
||||||
|
|
||||||
|
<p><i>The full changelog is available
|
||||||
|
<a href="https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md">here</a>.</i></p>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
<h2>Release Notes for 1.0.3</h2>
|
<h2>Release Notes for 1.0.3</h2>
|
||||||
<p><i>Released on 24 January 2021</i></p>
|
<p><i>Released on 24 January 2021</i></p>
|
||||||
<p>This patch release fixes a minor bug sometimes encountered when running novelWriter from command
|
<p>This patch release fixes a minor bug sometimes encountered when running novelWriter from command
|
||||||
@@ -14,9 +28,6 @@ file <i>.pyz</i>. The executable would often be mistakenly flagged by virus cont
|
|||||||
the packaging tools. This is a known problem with pyinstaller and similar tools, but such warnings
|
the packaging tools. This is a known problem with pyinstaller and similar tools, but such warnings
|
||||||
are always concerning even if they are false positives.</p>
|
are always concerning even if they are false positives.</p>
|
||||||
|
|
||||||
<p><i>The full changelog is available
|
|
||||||
<a href="https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md">here</a>.</i></p>
|
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<h2>Release Notes for 1.0.2</h2>
|
<h2>Release Notes for 1.0.2</h2>
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="1.0.3" hexVersion="0x010003f0" fileVersion="1.2" timeStamp="2021-01-24 14:14:09">
|
<novelWriterXML appVersion="1.0.4" hexVersion="0x010004f0" fileVersion="1.2" timeStamp="2021-02-03 20:52:06">
|
||||||
<project>
|
<project>
|
||||||
<name>Sample Project</name>
|
<name>Sample Project</name>
|
||||||
<title>Sample Project</title>
|
<title>Sample Project</title>
|
||||||
<author>Jane Smith</author>
|
<author>Jane Smith</author>
|
||||||
<author>Jay Doh</author>
|
<author>Jay Doh</author>
|
||||||
<saveCount>830</saveCount>
|
<saveCount>832</saveCount>
|
||||||
<autoCount>153</autoCount>
|
<autoCount>153</autoCount>
|
||||||
<editTime>39583</editTime>
|
<editTime>39614</editTime>
|
||||||
</project>
|
</project>
|
||||||
<settings>
|
<settings>
|
||||||
<doBackup>False</doBackup>
|
<doBackup>False</doBackup>
|
||||||
|
|||||||
Reference in New Issue
Block a user