diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b58a84c..91878a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # 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] ### Release Notes diff --git a/docs/source/conf.py b/docs/source/conf.py index 1d275c4b..af2ae7ad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,8 +27,7 @@ author = "Veronica Berglyd Olsen" # The short X.Y version version = "1.3" # The full version, including alpha/beta/rc tags -release = "1.3-beta1" - +release = "1.3-rc1" # -- General configuration --------------------------------------------------- @@ -47,7 +46,6 @@ language = None exclude_patterns = [] pygments_style = None - # -- Options for HTML output ------------------------------------------------- html_theme = "sphinx_rtd_theme" @@ -75,13 +73,11 @@ html_css_files = [ # "searchbox.html"]``. # html_sidebars = {} - # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. htmlhelp_basename = "novelWriterDoc" - # -- Options for LaTeX output ------------------------------------------------ latex_elements = { @@ -110,7 +106,6 @@ latex_documents = [( author, "manual" )] - # -- Options for manual page output ------------------------------------------ # One entry per manual page. List of tuples @@ -119,7 +114,6 @@ man_pages = [( master_doc, "novelwriter", "novelWriter Documentation", [author], 1 )] - # -- Options for Texinfo output ---------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples @@ -130,7 +124,6 @@ texinfo_documents = [( "novelWriter", "Markdown-like editor for novels.", "Miscellaneous" )] - # -- Options for Epub output ------------------------------------------------- # Bibliographic Dublin Core info. diff --git a/nw/__init__.py b/nw/__init__.py index a3ccaf52..e07ba2fa 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -62,9 +62,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "1.3b1" -__hexversion__ = "0x010300b1" -__date__ = "2021-03-28" +__version__ = "1.3rc1" +__hexversion__ = "0x010300c1" +__date__ = "2021-04-18" __status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io" diff --git a/nw/assets/text/release_notes.htm b/nw/assets/text/release_notes.htm index aad94e41..b8c5f4e6 100644 --- a/nw/assets/text/release_notes.htm +++ b/nw/assets/text/release_notes.htm @@ -2,12 +2,13 @@
-Released on 28 March 2021
-This is a pre-release of 1.3. The primary feature of release 1.3 is the addition of +
Released on 18 April 2021
+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.
-This is a beta release. Use with caution on live project.
+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.
See also the Releases page.
diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index dad308da..a6eea4bc 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,13 +1,13 @@ -