@@ -1,5 +1,27 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
|
## Version 1.3 RC 1 [2021-04-18]
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
This is a release candidate of 1.3. The primary feature of release 1.3 is the addition of
|
||||||
|
internationalisation (i18n) of novelWriter. The release introduces support for Portuguese, French,
|
||||||
|
and Norwegian in addition to the default English.
|
||||||
|
|
||||||
|
There have been no major changes since the release of 1.3 Beta 1, but the bugfixes and improvements
|
||||||
|
from version 1.2.3 have been included.
|
||||||
|
|
||||||
|
### Detailed Changelog
|
||||||
|
|
||||||
|
**Internationalisation**
|
||||||
|
|
||||||
|
* The Portuguese translation has been updated and should now be complete. Thanks again to Bruno
|
||||||
|
Meneguello (@bkmeneguello). PR #742.
|
||||||
|
|
||||||
|
*The changes since 1.3 Beta 1 also include the changes of release 1.2.3.*
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
## Version 1.3 Beta 1 [2021-03-28]
|
## Version 1.3 Beta 1 [2021-03-28]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|||||||
+1
-8
@@ -27,8 +27,7 @@ author = "Veronica Berglyd Olsen"
|
|||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = "1.3"
|
version = "1.3"
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = "1.3-beta1"
|
release = "1.3-rc1"
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
@@ -47,7 +46,6 @@ language = None
|
|||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
pygments_style = None
|
pygments_style = None
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
@@ -75,13 +73,11 @@ html_css_files = [
|
|||||||
# "searchbox.html"]``.
|
# "searchbox.html"]``.
|
||||||
# html_sidebars = {}
|
# html_sidebars = {}
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTMLHelp output ---------------------------------------------
|
# -- Options for HTMLHelp output ---------------------------------------------
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = "novelWriterDoc"
|
htmlhelp_basename = "novelWriterDoc"
|
||||||
|
|
||||||
|
|
||||||
# -- Options for LaTeX output ------------------------------------------------
|
# -- Options for LaTeX output ------------------------------------------------
|
||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
@@ -110,7 +106,6 @@ latex_documents = [(
|
|||||||
author, "manual"
|
author, "manual"
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
|
||||||
# -- Options for manual page output ------------------------------------------
|
# -- Options for manual page output ------------------------------------------
|
||||||
|
|
||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
@@ -119,7 +114,6 @@ man_pages = [(
|
|||||||
master_doc, "novelwriter", "novelWriter Documentation", [author], 1
|
master_doc, "novelwriter", "novelWriter Documentation", [author], 1
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
|
||||||
# -- Options for Texinfo output ----------------------------------------------
|
# -- Options for Texinfo output ----------------------------------------------
|
||||||
|
|
||||||
# Grouping the document tree into Texinfo files. List of tuples
|
# Grouping the document tree into Texinfo files. List of tuples
|
||||||
@@ -130,7 +124,6 @@ texinfo_documents = [(
|
|||||||
"novelWriter", "Markdown-like editor for novels.", "Miscellaneous"
|
"novelWriter", "Markdown-like editor for novels.", "Miscellaneous"
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
|
||||||
# -- Options for Epub output -------------------------------------------------
|
# -- Options for Epub output -------------------------------------------------
|
||||||
|
|
||||||
# Bibliographic Dublin Core info.
|
# Bibliographic Dublin Core info.
|
||||||
|
|||||||
+3
-3
@@ -62,9 +62,9 @@ __license__ = "GPLv3"
|
|||||||
__author__ = "Veronica Berglyd Olsen"
|
__author__ = "Veronica Berglyd Olsen"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "1.3b1"
|
__version__ = "1.3rc1"
|
||||||
__hexversion__ = "0x010300b1"
|
__hexversion__ = "0x010300c1"
|
||||||
__date__ = "2021-03-28"
|
__date__ = "2021-04-18"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
__url__ = "https://novelwriter.io"
|
__url__ = "https://novelwriter.io"
|
||||||
|
|||||||
@@ -2,12 +2,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h2>Release Notes for 1.3 Beta 1</h2>
|
<h2>Release Notes for 1.3 RC 1</h2>
|
||||||
<p><i>Released on 28 March 2021</i></p>
|
<p><i>Released on 18 April 2021</i></p>
|
||||||
<p>This is a pre-release of 1.3. The primary feature of release 1.3 is the addition of
|
<p>This is a release candidate of 1.3. The primary feature of release 1.3 is the addition of
|
||||||
internationalisation (i18n) of novelWriter. The release introduces support for Portuguese, French,
|
internationalisation (i18n) of novelWriter. The release introduces support for Portuguese, French,
|
||||||
and Norwegian in addition to the default English.</p>
|
and Norwegian in addition to the default English.</p>
|
||||||
<p>This is a beta release. Use with caution on live project.</p>
|
<p>There have been no major changes since the release of 1.3 Beta 1, but the bugfixes and
|
||||||
|
improvements from version 1.2.3 have been included.</p>
|
||||||
|
|
||||||
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="1.3b1" hexVersion="0x010300b1" fileVersion="1.2" timeStamp="2021-03-28 17:53:43">
|
<novelWriterXML appVersion="1.3rc1" hexVersion="0x010300c1" fileVersion="1.2" timeStamp="2021-04-18 17:54:40">
|
||||||
<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>1057</saveCount>
|
<saveCount>1059</saveCount>
|
||||||
<autoCount>166</autoCount>
|
<autoCount>166</autoCount>
|
||||||
<editTime>49506</editTime>
|
<editTime>49528</editTime>
|
||||||
</project>
|
</project>
|
||||||
<settings>
|
<settings>
|
||||||
<doBackup>False</doBackup>
|
<doBackup>False</doBackup>
|
||||||
|
|||||||
Reference in New Issue
Block a user