Release 0.3
This commit is contained in:
+7
-1
@@ -1,5 +1,11 @@
|
||||
# novelWriter ChangeLog
|
||||
|
||||
## Version 0.3 [2019-10-19]
|
||||
|
||||
**User Interface**
|
||||
|
||||
* Added project export feature with a new GUI dialog and a number of export setting. The export feature currently only exports to a plain text file. PR #55
|
||||
|
||||
## Version 0.2.3 [2019-10-06]
|
||||
|
||||
**User Interface**
|
||||
@@ -36,7 +42,7 @@
|
||||
|
||||
* Minor changes to the About novelWriter dialog and to how backup filenames are generated. PR #41
|
||||
|
||||
## Version 0.2.0 [2019-06-27]
|
||||
## Version 0.2 [2019-06-27]
|
||||
|
||||
**Documentation**
|
||||
|
||||
|
||||
+2
-2
@@ -22,8 +22,8 @@ __package__ = "novelWriter"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__copyright__ = "Copyright 2018–2019, Veronica Berglyd Olsen"
|
||||
__license__ = "GPLv3"
|
||||
__version__ = "0.2.3"
|
||||
__date__ = "2019-10-06"
|
||||
__version__ = "0.3"
|
||||
__date__ = "2019-10-19"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__status__ = "Development"
|
||||
|
||||
Reference in New Issue
Block a user