Version bump and update to changelog
This commit is contained in:
@@ -1,5 +1,15 @@
|
|||||||
# novelWriter ChangeLog
|
# novelWriter ChangeLog
|
||||||
|
|
||||||
|
## Version 0.1.3 [2019-05-18]
|
||||||
|
|
||||||
|
**User Interface**
|
||||||
|
|
||||||
|
* Cursor position is now saved when a document is saved, and restored when the document is opened. PR #12.
|
||||||
|
|
||||||
|
**Test Suite**
|
||||||
|
|
||||||
|
* Major upgrades to the test suite, now also testing GUI elements. Coverage at 73%. PRs #9 and #11.
|
||||||
|
|
||||||
## Version 0.1.2 [2019-05-12]
|
## Version 0.1.2 [2019-05-12]
|
||||||
|
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|||||||
+2
-2
@@ -23,8 +23,8 @@ __author__ = "Veronica Berglyd Olsen"
|
|||||||
__copyright__ = "Copyright 2018–2019, Veronica Berglyd Olsen"
|
__copyright__ = "Copyright 2018–2019, Veronica Berglyd Olsen"
|
||||||
__credits__ = ["Veronica Berglyd Olsen"]
|
__credits__ = ["Veronica Berglyd Olsen"]
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
__version__ = "0.1.2"
|
__version__ = "0.1.3"
|
||||||
__date__ = "2019.05.12"
|
__date__ = "2019.05.18"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__status__ = "Pre-Release"
|
__status__ = "Pre-Release"
|
||||||
|
|||||||
Reference in New Issue
Block a user