novelWriter 2.2rc1__tar.gz → 2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. {novelWriter-2.2rc1 → novelWriter-2.3}/CHANGELOG.md +305 -1
  2. {novelWriter-2.2rc1 → novelWriter-2.3}/CREDITS.md +4 -0
  3. {novelWriter-2.2rc1 → novelWriter-2.3}/PKG-INFO +1 -1
  4. {novelWriter-2.2rc1 → novelWriter-2.3}/novelWriter.egg-info/PKG-INFO +1 -1
  5. {novelWriter-2.2rc1 → novelWriter-2.3}/novelWriter.egg-info/SOURCES.txt +31 -15
  6. novelWriter-2.3/novelWriter.egg-info/entry_points.txt +2 -0
  7. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/__init__.py +11 -6
  8. novelWriter-2.3/novelwriter/assets/i18n/nw_de_DE.qm +0 -0
  9. novelWriter-2.3/novelwriter/assets/i18n/nw_en_US.qm +0 -0
  10. novelWriter-2.3/novelwriter/assets/i18n/nw_es_419.qm +0 -0
  11. novelWriter-2.3/novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
  12. novelWriter-2.3/novelwriter/assets/i18n/nw_it_IT.qm +0 -0
  13. novelWriter-2.3/novelwriter/assets/i18n/nw_ja_JP.qm +0 -0
  14. novelWriter-2.3/novelwriter/assets/i18n/nw_nb_NO.qm +0 -0
  15. novelWriter-2.3/novelwriter/assets/i18n/nw_nl_NL.qm +0 -0
  16. novelWriter-2.3/novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
  17. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_de_DE.json +1 -0
  18. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_en_US.json +1 -0
  19. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_es_419.json +11 -0
  20. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_fr_FR.json +11 -0
  21. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_it_IT.json +11 -0
  22. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_ja_JP.json +2 -1
  23. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_nb_NO.json +1 -0
  24. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_nl_NL.json +11 -0
  25. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_pt_BR.json +11 -0
  26. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_zh_CN.json +11 -0
  27. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/icons.conf +11 -2
  28. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/mixed_document-new.svg +6 -0
  29. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/mixed_import.svg +5 -0
  30. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg +4 -0
  31. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +6 -0
  32. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg +6 -0
  33. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg +4 -0
  34. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +6 -0
  35. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +7 -0
  36. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +7 -0
  37. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +7 -0
  38. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/typ_document-add.svg +4 -0
  39. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/typ_document.svg +4 -0
  40. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/typ_th-dot-more.svg +4 -0
  41. novelWriter-2.3/novelwriter/assets/icons/typicons_dark/typ_th-list.svg +9 -0
  42. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/icons.conf +11 -2
  43. novelWriter-2.3/novelwriter/assets/icons/typicons_light/mixed_document-new.svg +6 -0
  44. novelWriter-2.3/novelwriter/assets/icons/typicons_light/mixed_import.svg +5 -0
  45. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg +4 -0
  46. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +6 -0
  47. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-italic.svg +6 -0
  48. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg +4 -0
  49. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +6 -0
  50. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +7 -0
  51. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +7 -0
  52. novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +7 -0
  53. novelWriter-2.3/novelwriter/assets/icons/typicons_light/typ_document-add.svg +4 -0
  54. novelWriter-2.3/novelwriter/assets/icons/typicons_light/typ_document.svg +4 -0
  55. novelWriter-2.3/novelwriter/assets/icons/typicons_light/typ_th-dot-more.svg +4 -0
  56. novelWriter-2.3/novelwriter/assets/icons/typicons_light/typ_th-list.svg +9 -0
  57. novelWriter-2.3/novelwriter/assets/images/novelwriter-text-dark.svg +4 -0
  58. novelWriter-2.3/novelwriter/assets/images/novelwriter-text-light.svg +4 -0
  59. novelWriter-2.3/novelwriter/assets/images/welcome-dark.jpg +0 -0
  60. novelWriter-2.3/novelwriter/assets/images/welcome-light.jpg +0 -0
  61. novelWriter-2.3/novelwriter/assets/manual.pdf +0 -0
  62. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/sample.zip +0 -0
  63. novelWriter-2.3/novelwriter/assets/syntax/cyberpunk_night.conf +26 -0
  64. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/default_dark.conf +1 -0
  65. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/default_light.conf +1 -0
  66. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/grey_dark.conf +1 -0
  67. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/grey_light.conf +1 -0
  68. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/light_owl.conf +1 -0
  69. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/night_owl.conf +1 -0
  70. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/solarized_dark.conf +1 -0
  71. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/solarized_light.conf +1 -0
  72. novelWriter-2.3/novelwriter/assets/syntax/tango.conf +23 -0
  73. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/tomorrow.conf +1 -0
  74. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/tomorrow_night.conf +1 -0
  75. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/tomorrow_night_blue.conf +1 -0
  76. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/tomorrow_night_bright.conf +1 -0
  77. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/syntax/tomorrow_night_eighties.conf +1 -0
  78. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/text/credits_en.htm +4 -2
  79. novelWriter-2.3/novelwriter/assets/themes/cyberpunk_night.conf +29 -0
  80. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/themes/default_dark.conf +2 -2
  81. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/themes/default_light.conf +2 -2
  82. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/common.py +64 -66
  83. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/config.py +39 -44
  84. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/constants.py +39 -17
  85. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/buildsettings.py +8 -8
  86. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/coretools.py +198 -157
  87. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/docbuild.py +7 -4
  88. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/document.py +7 -7
  89. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/index.py +90 -57
  90. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/item.py +23 -5
  91. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/options.py +11 -10
  92. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/project.py +73 -47
  93. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/projectdata.py +3 -16
  94. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/projectxml.py +14 -42
  95. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/sessions.py +4 -3
  96. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/spellcheck.py +6 -4
  97. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/status.py +5 -4
  98. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/storage.py +183 -141
  99. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/tohtml.py +6 -4
  100. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/tokenizer.py +110 -83
  101. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/tomd.py +2 -2
  102. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/toodt.py +41 -31
  103. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/tree.py +5 -4
  104. novelWriter-2.3/novelwriter/dialogs/about.py +158 -0
  105. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/dialogs/docmerge.py +30 -20
  106. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/dialogs/docsplit.py +33 -22
  107. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/dialogs/editlabel.py +20 -8
  108. novelWriter-2.3/novelwriter/dialogs/preferences.py +974 -0
  109. novelWriter-2.2rc1/novelwriter/dialogs/projsettings.py → novelWriter-2.3/novelwriter/dialogs/projectsettings.py +301 -270
  110. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/dialogs/quotes.py +47 -36
  111. novelWriter-2.3/novelwriter/dialogs/wordlist.py +258 -0
  112. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/enum.py +25 -22
  113. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/error.py +2 -2
  114. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/circularprogress.py +12 -12
  115. novelWriter-2.3/novelwriter/extensions/configlayout.py +271 -0
  116. novelWriter-2.2rc1/novelwriter/extensions/wheeleventfilter.py → novelWriter-2.3/novelwriter/extensions/eventfilters.py +15 -5
  117. novelWriter-2.3/novelwriter/extensions/modified.py +81 -0
  118. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/novelselector.py +27 -13
  119. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/pagedsidebar.py +15 -20
  120. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/simpleprogress.py +8 -9
  121. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/statusled.py +9 -9
  122. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/switch.py +32 -64
  123. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/switchbox.py +2 -7
  124. novelWriter-2.3/novelwriter/extensions/versioninfo.py +153 -0
  125. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/doceditor.py +250 -214
  126. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/dochighlight.py +66 -94
  127. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/docviewer.py +71 -98
  128. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/docviewerpanel.py +140 -47
  129. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/editordocument.py +3 -3
  130. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/itemdetails.py +9 -9
  131. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/mainmenu.py +47 -47
  132. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/noveltree.py +53 -61
  133. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/outline.py +100 -76
  134. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/projtree.py +246 -112
  135. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/sidebar.py +9 -8
  136. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/statusbar.py +49 -7
  137. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/theme.py +74 -76
  138. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/guimain.py +175 -330
  139. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/shared.py +68 -30
  140. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/tools/dictionaries.py +7 -8
  141. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/tools/lipsum.py +34 -28
  142. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/tools/manusbuild.py +3 -4
  143. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/tools/manuscript.py +25 -32
  144. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/tools/manussettings.py +194 -225
  145. novelWriter-2.3/novelwriter/tools/noveldetails.py +525 -0
  146. novelWriter-2.3/novelwriter/tools/welcome.py +819 -0
  147. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/tools/writingstats.py +26 -13
  148. {novelWriter-2.2rc1 → novelWriter-2.3}/pkgutils.py +114 -142
  149. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/debian/copyright +1 -1
  150. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/iss_license.txt +1 -1
  151. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/build.sh +1 -1
  152. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/win_setup_embed.iss +4 -1
  153. {novelWriter-2.2rc1 → novelWriter-2.3}/setup.cfg +0 -2
  154. novelWriter-2.2rc1/novelWriter.egg-info/entry_points.txt +0 -5
  155. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_de_DE.qm +0 -0
  156. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_en_US.qm +0 -0
  157. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_es_419.qm +0 -0
  158. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
  159. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_it_IT.qm +0 -0
  160. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_ja_JP.qm +0 -0
  161. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_nb_NO.qm +0 -0
  162. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_nl_NL.qm +0 -0
  163. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
  164. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +0 -4
  165. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-markdown.svg +0 -8
  166. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-shortcode.svg +0 -8
  167. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +0 -4
  168. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +0 -5
  169. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +0 -5
  170. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +0 -5
  171. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +0 -4
  172. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-markdown.svg +0 -8
  173. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-shortcode.svg +0 -8
  174. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +0 -4
  175. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +0 -5
  176. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +0 -5
  177. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +0 -5
  178. novelWriter-2.2rc1/novelwriter/assets/images/wizard-back.jpg +0 -0
  179. novelWriter-2.2rc1/novelwriter/assets/manual.pdf +0 -0
  180. novelWriter-2.2rc1/novelwriter/assets/text/gplv3_en.htm +0 -641
  181. novelWriter-2.2rc1/novelwriter/assets/text/release_notes.htm +0 -17
  182. novelWriter-2.2rc1/novelwriter/dialogs/about.py +0 -249
  183. novelWriter-2.2rc1/novelwriter/dialogs/preferences.py +0 -1137
  184. novelWriter-2.2rc1/novelwriter/dialogs/projdetails.py +0 -525
  185. novelWriter-2.2rc1/novelwriter/dialogs/projload.py +0 -298
  186. novelWriter-2.2rc1/novelwriter/dialogs/updates.py +0 -182
  187. novelWriter-2.2rc1/novelwriter/dialogs/wordlist.py +0 -189
  188. novelWriter-2.2rc1/novelwriter/extensions/configlayout.py +0 -232
  189. novelWriter-2.2rc1/novelwriter/extensions/pageddialog.py +0 -130
  190. novelWriter-2.2rc1/novelwriter/tools/projwizard.py +0 -478
  191. novelWriter-2.2rc1/setup/make_snapshot.sh +0 -28
  192. {novelWriter-2.2rc1 → novelWriter-2.3}/LICENSE.md +0 -0
  193. {novelWriter-2.2rc1 → novelWriter-2.3}/MANIFEST.in +0 -0
  194. {novelWriter-2.2rc1 → novelWriter-2.3}/README.md +0 -0
  195. {novelWriter-2.2rc1 → novelWriter-2.3}/novelWriter.egg-info/dependency_links.txt +0 -0
  196. {novelWriter-2.2rc1 → novelWriter-2.3}/novelWriter.egg-info/not-zip-safe +0 -0
  197. {novelWriter-2.2rc1 → novelWriter-2.3}/novelWriter.egg-info/requires.txt +0 -0
  198. {novelWriter-2.2rc1 → novelWriter-2.3}/novelWriter.egg-info/top_level.txt +0 -0
  199. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/nw_pt_BR.qm +0 -0
  200. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_en_GB.json +0 -0
  201. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_nn_NO.json +0 -0
  202. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/i18n/project_ru_RU.json +0 -0
  203. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/novelwriter.ico +0 -0
  204. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/novelwriter.svg +0 -0
  205. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/README.md +0 -0
  206. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_document-chapter.svg +0 -0
  207. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_document-note.svg +0 -0
  208. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_document-scene.svg +0 -0
  209. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_document-section.svg +0 -0
  210. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_document-title.svg +0 -0
  211. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_edit.svg +0 -0
  212. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_input-checked.svg +0 -0
  213. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_input-none.svg +0 -0
  214. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_input-unchecked.svg +0 -0
  215. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/mixed_search-replace.svg +0 -0
  216. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h0.svg +0 -0
  217. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h1.svg +0 -0
  218. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h2-narrow.svg +0 -0
  219. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h2.svg +0 -0
  220. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h3-narrow.svg +0 -0
  221. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h3.svg +0 -0
  222. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h4-narrow.svg +0 -0
  223. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-h4.svg +0 -0
  224. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-note.svg +0 -0
  225. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_deco-noveltree-more.svg +0 -0
  226. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_panel.svg +0 -0
  227. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_search-case.svg +0 -0
  228. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_search-preserve.svg +0 -0
  229. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_search-regex.svg +0 -0
  230. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/nw_search-word.svg +0 -0
  231. /novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg → /novelWriter-2.3/novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg +0 -0
  232. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_arrow-down-thick-grey.svg +0 -0
  233. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_arrow-forward.svg +0 -0
  234. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_arrow-maximise.svg +0 -0
  235. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_arrow-minimise.svg +0 -0
  236. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_arrow-repeat-grey.svg +0 -0
  237. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_book-grey.svg +0 -0
  238. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_book.svg +0 -0
  239. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_bookmark.svg +0 -0
  240. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_calendar.svg +0 -0
  241. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_cancel-grey.svg +0 -0
  242. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_cancel.svg +0 -0
  243. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_chart-bar-grey.svg +0 -0
  244. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_chevron-down.svg +0 -0
  245. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_chevron-left.svg +0 -0
  246. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_chevron-right.svg +0 -0
  247. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_chevron-up.svg +0 -0
  248. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_cog.svg +0 -0
  249. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_delete-full.svg +0 -0
  250. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_delete.svg +0 -0
  251. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_directions-full.svg +0 -0
  252. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_document-text.svg +0 -0
  253. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_export-grey.svg +0 -0
  254. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_export.svg +0 -0
  255. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_eye.svg +0 -0
  256. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_flag.svg +0 -0
  257. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_folder-open.svg +0 -0
  258. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_folder.svg +0 -0
  259. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_globe-grey.svg +0 -0
  260. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_key.svg +0 -0
  261. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_lightbulb-full.svg +0 -0
  262. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_location.svg +0 -0
  263. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_media-pause-grey.svg +0 -0
  264. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_media-record-outline.svg +0 -0
  265. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_media-record.svg +0 -0
  266. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_minus.svg +0 -0
  267. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_pencil.svg +0 -0
  268. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_pin-outline.svg +0 -0
  269. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_pin.svg +0 -0
  270. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_plus.svg +0 -0
  271. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_puzzle-outline.svg +0 -0
  272. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_puzzle.svg +0 -0
  273. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_refresh-flipped.svg +0 -0
  274. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_refresh.svg +0 -0
  275. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_search.svg +0 -0
  276. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_star.svg +0 -0
  277. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_stopwatch-grey.svg +0 -0
  278. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_th-dot-menu.svg +0 -0
  279. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_th-list-grey.svg +0 -0
  280. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_times.svg +0 -0
  281. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_trash.svg +0 -0
  282. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_user.svg +0 -0
  283. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_dark/typ_warning-full.svg +0 -0
  284. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/README.md +0 -0
  285. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_document-chapter.svg +0 -0
  286. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_document-note.svg +0 -0
  287. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_document-scene.svg +0 -0
  288. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_document-section.svg +0 -0
  289. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_document-title.svg +0 -0
  290. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_edit.svg +0 -0
  291. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_input-checked.svg +0 -0
  292. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_input-none.svg +0 -0
  293. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_input-unchecked.svg +0 -0
  294. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/mixed_search-replace.svg +0 -0
  295. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h0.svg +0 -0
  296. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h1.svg +0 -0
  297. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h2-narrow.svg +0 -0
  298. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h2.svg +0 -0
  299. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h3-narrow.svg +0 -0
  300. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h3.svg +0 -0
  301. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h4-narrow.svg +0 -0
  302. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-h4.svg +0 -0
  303. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-note.svg +0 -0
  304. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_deco-noveltree-more.svg +0 -0
  305. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_panel.svg +0 -0
  306. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_search-case.svg +0 -0
  307. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_search-preserve.svg +0 -0
  308. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_search-regex.svg +0 -0
  309. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/nw_search-word.svg +0 -0
  310. /novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-italic.svg → /novelWriter-2.3/novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg +0 -0
  311. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_arrow-down-thick-grey.svg +0 -0
  312. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_arrow-forward.svg +0 -0
  313. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_arrow-maximise.svg +0 -0
  314. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_arrow-minimise.svg +0 -0
  315. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_arrow-repeat-grey.svg +0 -0
  316. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_book-grey.svg +0 -0
  317. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_book.svg +0 -0
  318. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_bookmark.svg +0 -0
  319. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_calendar.svg +0 -0
  320. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_cancel-grey.svg +0 -0
  321. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_cancel.svg +0 -0
  322. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_chart-bar-grey.svg +0 -0
  323. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_chevron-down.svg +0 -0
  324. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_chevron-left.svg +0 -0
  325. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_chevron-right.svg +0 -0
  326. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_chevron-up.svg +0 -0
  327. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_cog.svg +0 -0
  328. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_delete-full.svg +0 -0
  329. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_delete.svg +0 -0
  330. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_directions-full.svg +0 -0
  331. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_document-text.svg +0 -0
  332. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_export-grey.svg +0 -0
  333. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_export.svg +0 -0
  334. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_eye.svg +0 -0
  335. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_flag.svg +0 -0
  336. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_folder-open.svg +0 -0
  337. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_folder.svg +0 -0
  338. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_globe-grey.svg +0 -0
  339. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_key.svg +0 -0
  340. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_lightbulb-full.svg +0 -0
  341. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_location.svg +0 -0
  342. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_media-pause-grey.svg +0 -0
  343. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_media-record-outline.svg +0 -0
  344. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_media-record.svg +0 -0
  345. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_minus.svg +0 -0
  346. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_pencil.svg +0 -0
  347. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_pin-outline.svg +0 -0
  348. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_pin.svg +0 -0
  349. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_plus.svg +0 -0
  350. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_puzzle-outline.svg +0 -0
  351. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_puzzle.svg +0 -0
  352. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_refresh-flipped.svg +0 -0
  353. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_refresh.svg +0 -0
  354. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_search.svg +0 -0
  355. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_star.svg +0 -0
  356. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_stopwatch-grey.svg +0 -0
  357. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_th-dot-menu.svg +0 -0
  358. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_th-list-grey.svg +0 -0
  359. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_times.svg +0 -0
  360. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_trash.svg +0 -0
  361. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_user.svg +0 -0
  362. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/typicons_light/typ_warning-full.svg +0 -0
  363. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/x-novelwriter-project.ico +0 -0
  364. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/icons/x-novelwriter-project.svg +0 -0
  365. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/text/lipsum.txt +0 -0
  366. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/themes/default.conf +0 -0
  367. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/themes/solarized_dark.conf +0 -0
  368. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/assets/themes/solarized_light.conf +0 -0
  369. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/core/__init__.py +0 -0
  370. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/dialogs/__init__.py +0 -0
  371. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/extensions/__init__.py +0 -0
  372. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/gui/__init__.py +0 -0
  373. {novelWriter-2.2rc1 → novelWriter-2.3}/novelwriter/tools/__init__.py +0 -0
  374. {novelWriter-2.2rc1 → novelWriter-2.3}/pyproject.toml +0 -0
  375. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/appimage_launcher.sh +0 -0
  376. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/128x128/apps/novelwriter.png +0 -0
  377. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/128x128/mimetypes/application-x-novelwriter-project.png +0 -0
  378. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/16x16/apps/novelwriter.png +0 -0
  379. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/16x16/mimetypes/application-x-novelwriter-project.png +0 -0
  380. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/24x24/apps/novelwriter.png +0 -0
  381. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/24x24/mimetypes/application-x-novelwriter-project.png +0 -0
  382. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/256x256/apps/novelwriter.png +0 -0
  383. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/256x256/mimetypes/application-x-novelwriter-project.png +0 -0
  384. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/32x32/apps/novelwriter.png +0 -0
  385. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/32x32/mimetypes/application-x-novelwriter-project.png +0 -0
  386. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/48x48/apps/novelwriter.png +0 -0
  387. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/48x48/mimetypes/application-x-novelwriter-project.png +0 -0
  388. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/512x512/apps/novelwriter.png +0 -0
  389. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/512x512/mimetypes/application-x-novelwriter-project.png +0 -0
  390. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/64x64/apps/novelwriter.png +0 -0
  391. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/64x64/mimetypes/application-x-novelwriter-project.png +0 -0
  392. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/scalable/apps/novelwriter.svg +0 -0
  393. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/hicolor/scalable/mimetypes/application-x-novelwriter-project.svg +0 -0
  394. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/novelwriter.desktop +0 -0
  395. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/novelwriter.png +0 -0
  396. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/data/x-novelwriter-project.xml +0 -0
  397. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/debian/compat +0 -0
  398. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/debian/control +0 -0
  399. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/debian/install +0 -0
  400. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/debian/py3dist-overrides +0 -0
  401. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/debian/rules +0 -0
  402. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/debian/source/format +0 -0
  403. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/description_pypi.md +0 -0
  404. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/description_short.txt +0 -0
  405. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/icons/novelwriter.ico +0 -0
  406. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/icons/novelwriter.svg +0 -0
  407. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/icons/x-novelwriter-project.ico +0 -0
  408. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/icons/x-novelwriter-project.svg +0 -0
  409. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/App.entitlements +0 -0
  410. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/Info.plist.template +0 -0
  411. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_128x128.png +0 -0
  412. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_128x128@2x.png +0 -0
  413. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_16x16.png +0 -0
  414. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_16x16@2x.png +0 -0
  415. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_256x256.png +0 -0
  416. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_256x256@2x.png +0 -0
  417. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_32x32.png +0 -0
  418. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_32x32@2x.png +0 -0
  419. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_512x512.png +0 -0
  420. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/macos/novelwriter.iconset/icon_512x512@2x.png +0 -0
  421. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/make_clean.sh +0 -0
  422. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/make_pip.sh +0 -0
  423. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/make_release.sh +0 -0
  424. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/novelwriter.appdata.xml +0 -0
  425. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/novelwriter_readme.png +0 -0
  426. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/novelwriter_text.png +0 -0
  427. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/windows_install.bat +0 -0
  428. {novelWriter-2.2rc1 → novelWriter-2.3}/setup/windows_uninstall.bat +0 -0
@@ -1,5 +1,309 @@
1
1
  # novelWriter Changelog
2
2
 
3
+ ## Version 2.3 [2024-03-10]
4
+
5
+ ### Release Notes
6
+
7
+ This release introduces a new Welcome dialog that replaces both the previous Open Project dialog
8
+ and the New Project Wizard. The Welcome dialog has received a friendly custom art design created by
9
+ Louis Durrant.
10
+
11
+ The Preferences, Project Settings, Project Details, and About dialogs have received completely new
12
+ designs and layouts, and the Manuscript Build Settings dialog has been updated to match.
13
+
14
+ Among new features is a new Templates root folder where the writer can store template documents to
15
+ be used when creating new project documents and notes. It is now also possible to include Point of
16
+ View and Focus character names in chapter titles in Manuscripts. A new feature to ignore text has
17
+ also been added. It behaves similarly to comments, but is never included in a manuscript even if
18
+ comments in the manuscript are enabled.
19
+
20
+ See the website for complete [Release Notes](https://novelwriter.io/releases/release_2_3.html).
21
+
22
+ ### Detailed Changelog
23
+
24
+ **Bugfixes**
25
+
26
+ * Fix an issue where the Tags and References panel below the document viewer was not cleared if a
27
+ project was opened, closed, and a new project with no tags defined were opened again. PR #1720.
28
+ Issue #1718.
29
+ * Fixed an issue where multi-selecting documents in Trash would give the option to again move items
30
+ to Trash. The menu now properly offers the option to permanently delete the documents. PR #1728.
31
+ * Fixed an issue where multi-select for deletion would only process the item right-clicked, and not
32
+ all the selected items. PR #1728.
33
+ * Changed the error message that pops up when trying to open a project from the Welcome dialog that
34
+ no longer exists. The error message should no indicate that the project was not found, as opposed
35
+ to unreadable. PR #1740. Issue #1737.
36
+
37
+ **Improvements**
38
+
39
+ * The build tool no longer inserts a scene separator immediately after a partition heading, and
40
+ should now behave the same way as for chapters. If there is text before the first scene break,
41
+ the text flows continuously without a separator. PR #1716. Issue #1704.
42
+ * Added one new GUI theme named "Cyberpunk Night" by @alemvigh. Also added a matching "Cyberpunk
43
+ Night" document editor theme by @alemvigh, and a new Tango theme by @vkbo. PR #1738. Issue #1730.
44
+ * When the Welcome dialog fails to open a project, and there is not already a project open in the
45
+ app, the Welcome dialog appears again. PR #1740. Issue #1737.
46
+
47
+ **Internationalisation**
48
+
49
+ * Norwegian and US English translations updated by @vkbo. PR #1714.
50
+ * Japanese translation updated by @hebekeg. PR #1714.
51
+ * Italian translation updated by Lou Cyper (loucyper1). PR #1714.
52
+ * Dutch translation updated by Annelotte and Martijn van der Kleijn (mvdkleijn). PR #1714.
53
+ * Latin American Spanish translation updated by @tmarplatt. PR #1741.
54
+ * German translation updated by Myian (@HeyMyian). PR #1741.
55
+
56
+ **Other Changes**
57
+
58
+ * Removed the novelwriter-cli entry point that was in any case broken. PR #1734. Issue #1732.
59
+
60
+ ----
61
+
62
+ ## Version 2.3 RC 1 [2024-02-24]
63
+
64
+ ### Release Notes
65
+
66
+ This is a release candidate of the next release version, and is intended for testing purposes.
67
+ Please be careful when using this version on live writing projects, and make sure you take frequent
68
+ backups.
69
+
70
+ Please check the changelog for an overview of changes. The full release notes will be added to the
71
+ final release.
72
+
73
+ ### Detailed Changelog
74
+
75
+ **Improvements**
76
+
77
+ * Redesign the buttons on the new Welcome dialog so that they only show buttons related to the
78
+ visible page. Drop the additional buttons on the New Project page. Issue #1706.
79
+ PRs #1707 and #1709.
80
+ * Drop the Language setting on the Welcome dialog's New Project page. PR #1707.
81
+ * Hide the additional settings for Fresh Projects on the New Project page of the new Welcome
82
+ dialog. Issue #1705. PR #1707.
83
+ * Update the Templates root folder icon. PR #1709.
84
+ * Scene separators are now hidden after a new title in manuscript builds, also when there are no
85
+ chapters. Issue #1704. PR #1711.
86
+ * Scene and chapter counters are now reset when a novel title is encountered. PR #1711.
87
+
88
+ ----
89
+
90
+ ## Version 2.3 Beta 1 [2024-02-16]
91
+
92
+ ### Release Notes
93
+
94
+ This is a beta release of the next release version, and is intended for testing purposes. Please be
95
+ careful when using this version on live writing projects, and make sure you take frequent backups.
96
+
97
+ Please check the changelog for an overview of changes. The full release notes will be added to the
98
+ final release.
99
+
100
+ ### Detailed Changelog
101
+
102
+ **Major Features**
103
+
104
+ * A new Welcome dialog has been added. The dialog replaces the Open Project dialog and the New
105
+ Project Wizard. The Welcome dialog features artwork created by Louis Durrant, and a custom design
106
+ for the project list. New projects can be created by a form available from the same dialog, and
107
+ features a simplified set of options. Issue #1506. PRs #1647, #1681 and #1689.
108
+ * It is now possible to create a new project by copying the content of another project, or a Zip
109
+ file of a project, including a backup. This option is available from the New Project feature of
110
+ the Welcome dialog. Issue #841. PRs #1680 and #1684.
111
+ * The Preferences dialog has been completely redesigned. All options are now available in a single,
112
+ scrollable list with appropriate section headers. All sections are available as navigation
113
+ buttons along the side, and it is also possible to search for settings in a search box at the
114
+ top. The design matches that created for the Manuscript Build Settings dialog added in 2.1.
115
+ Issues #1603 and #1604. PR #1652.
116
+ * The Project Details dialog has been redesigned to match the other new dialogs. It has also been
117
+ modified to properly handle multiple novel folders. The novel selector is placed at the top of
118
+ the dialog, and affects all data in the tabs. The Novel Title info has been removed. PR #1665.
119
+ * The Manuscript Build Settings dialog has been updated to use the new config layout classes, which
120
+ are more flexible in terms of content flow. PR #1674.
121
+ * A new root folder type called "Templates" has been added. Any document added here will show up in
122
+ the Add Item menu in the Project Tree view under a "From Template" submenu. Selecting such an
123
+ entry will create a new document at the selected location in the project, and populate it with
124
+ the content of the template file. Issues #996 and #1125. PR #1688.
125
+ * The About novelWriter dialog has been simplified to only show some key information and the
126
+ credits text. A link to the releases page is available for checking release notes. Keeping the
127
+ release notes online means it is easier to update them, and make them more visually interesting
128
+ as the formatting of the dialog box is limited. PR #1695.
129
+ * The old Check for Updates dialog has been removed. Checking for new releases of novelWriter can
130
+ be done directly in the Welcome dialog or the About dialog by clicking "Check Now" next to the
131
+ "Latest Version" label. PR #1696.
132
+
133
+ **Minor Features**
134
+
135
+ * A new drop down menu in the References panel below the Document Viewer has an option to filter
136
+ out inactive notes in the various tag lists in the tabs on the panel. Issue #1653. PR #1654.
137
+ * The Novel Title fields, which no longer makes much sense after it was possible to add multiple
138
+ novel folders to a project, has been fully dropped. Issue #1655. PR #1669.
139
+ * The document header for ODT manuscript files can now be customised. Issue #1505. PR #1675.
140
+ * The Manuscript Build tool can now insert characters (Point of View or Focus) into chapter headers
141
+ and other headers. By default, it inserts the tag value, but the display name for a tag can be
142
+ set with a `|` character in the `@tag` definition if a different text is desired. Issue #1468.
143
+ PR #1677.
144
+ * A new modified comment format for the editor has been added. Instead of the regular comment using
145
+ `%`, this one uses `%~`. The only difference is that the latter will never be exported to a
146
+ manuscript at all, while regular comments can be exported when a setting is enabled. Issue #1075.
147
+ PR #1690.
148
+ * It is now possible to change a document's label from the first heading in the document by
149
+ right-clicking on it and selecting "Rename to heading". Issue #1443. PR #1692.
150
+ * The content of the Project Word List can now be exported and imported using plain text files.
151
+ Issue #1560. PR #1691.
152
+ * The content of the Outline View can now be exported to a CSV file to be opened in any spreadsheet
153
+ application. Issue #1507. PR #1697.
154
+
155
+ **Usability**
156
+
157
+ * A Create New submenu in the Project Tree context menu has been added, which give quick access to
158
+ the items at the top level of the Add Item menu. Issue #1519. PR #1679.
159
+ * When multiple paragraphs are selected in the editor, and any of the comment features are toggled,
160
+ or formatting is reset, the action is applied to all selected paragraphs, not just the first.
161
+ Issue #1042 and #1687. PR #1690.
162
+
163
+ **Packaging**
164
+
165
+ * The in-app version format is now identical to the version tag, and the format for Ubuntu
166
+ pre-release packages has been updated so that they are compatible with release packages. That is,
167
+ if you add both the release and pre-release repos from Launchpad, release packages will now
168
+ properly replace pre-release packages when running apt upgrade. PR #1659.
169
+
170
+ **Code Improvements**
171
+
172
+ * The Storage class has been refactored. It is the class that handles the project storage folder
173
+ for a novelWriter project. The refactoring is a step towards allowing single file storage for
174
+ projects as an alternative to project folders. Issue #977. PR #1635.
175
+ * All theme colours are now proper QColor objects from the start, which avoids the need to create
176
+ a large number of these where they are used. PR #1656.
177
+ * A nwProject.bak file is no longer kept in the project folder. It never really served any purpose.
178
+ The project file is still written to a temp file before the old file is replaced, which prevents
179
+ partial overwrites. PR #1670.
180
+ * Other minor code improvements in PRs #1693 and 1694.
181
+
182
+ ----
183
+
184
+ ## Version 2.2.1 [2024-01-27]
185
+
186
+ ### Release Notes
187
+
188
+ This is a patch release that fixes an issue where the Project View would sometimes switch to the
189
+ Novel View when a new item was created. This patch also includes updated translations for German
190
+ and Chinese.
191
+
192
+ ### Detailed Changelog
193
+
194
+ **Bugfixes**
195
+
196
+ * Fix a bug in the toggle for the tree view on the left would trigger each time a new project item
197
+ was created. Issue #1649. PR #1648.
198
+ * Fix an issue where multiple Manuscript and Writing Stats dialogs could be opened. PR #1671.
199
+
200
+ **Internationalisation**
201
+
202
+ * Updated German translation, by @HeyMyian. PR #1666.
203
+ * Updated Chinese translation, by @ruixuan658 and @longqzh. PR #1666.
204
+
205
+ ----
206
+
207
+ ## Version 2.2 [2023-12-17]
208
+
209
+ ### Release Notes
210
+
211
+ This release comes with a number of new features. These are some highlights.
212
+
213
+ In addition to the common Markdown style formatting for bold, italic and strike through, a set of
214
+ new shortcodes have been added. The shortcodes are far more flexible than the Markdown style
215
+ syntax, and can be used for more complex formatting cases. Like when you need to add multiple,
216
+ overlapping formats, or add emphasis to just a part of a word. The shortcodes also allow for
217
+ underline, subscript and superscript, which the Markdown syntax does not. The new formats are
218
+ available in the "Format" menu, and in a new toolbar in the editor that can be enabled by clicking
219
+ the three dots in the top--left corner. The shortcode format was chosen because it can later be
220
+ extended to include other requested features as well. Please have a look at the documentation for
221
+ more details about the new shortcodes.
222
+
223
+ The Tags and References system has been improved. The tags themselves are no longer case sensitive
224
+ when you use them in references, but they are still displayed as you typed them in the tag
225
+ definition when they are displayed in the user interface. Starting to type the `@` symbol in the
226
+ text editor, on a new line, will now open an auto-completer menu which will display available
227
+ options. It may not display all of your tags if you have a lot of them, but starting to type more
228
+ characters will filter the list down further.
229
+
230
+ You can now automatically create a note file for a new tag that you have added to a reference list
231
+ in a document, but is not yet defined in a project note. So, for instance, if you come up with a
232
+ new character while writing, and add a new tag to your `@char` references, you can right-click the
233
+ new tag and create a new note for that entry directly. In addition, it is now also possible to
234
+ right-click a heading in an open document and set the item label in the project tree to match the
235
+ heading.
236
+
237
+ In addition to the changes in the editor, the "References" panel below the document viewer has also
238
+ been completely redesigned. It now shows all the references to the document you are viewing as a
239
+ list, with a lot more details than before. In addition, tabs in the panel will appear to show all
240
+ the tags you have defined in your notes, sorted as one tab per category. Like for instance
241
+ Characters, Locations, Objects, etc. You can also give each note a short description comment on the
242
+ same format as the summary comments for chapters and scenes. The short description comment can be
243
+ added from the "Insert" menu under "Special Comments".
244
+
245
+ The last major change in this release is the new multi-select feature in the project tree. You can
246
+ now select multiple documents and folders using the mouse while pressing `Ctrl` or `Shift`. By
247
+ right-clicking the selected items, you can perform a limited set of operations on all of them, like
248
+ changing active status, and the status or importance labels. You can also drag and drop multiple
249
+ items under the condition that all the selected items are in the same folder, at the same level.
250
+ This restriction is in place due to limitations in the framework novelWriter is based on. But this
251
+ should help in cases where multiple documents need to be moved in and out of folders or between
252
+ folders. Note that adding the multi-select feature meant that the undo feature of the project tree
253
+ had to be removed. It may be added back later.
254
+
255
+ _These Release Notes also include the changes from the 2.2 Beta 1 and 2.2 RC 1 releases._
256
+
257
+ ### Detailed Changelog
258
+
259
+ **Bugfixes**
260
+
261
+ * Fix column widths for columns with no text in the viewer panel lists, and fix an issues where
262
+ icons were not updated on theme switch. Issue #1627. PR #1626.
263
+ * Fix auto-selection of words with apostrophes. Issue #1624. PR #1632.
264
+
265
+ **Usability**
266
+
267
+ * Use `Ctrl+K, H` for inserting short description comments (alias to synopsis), drop the space
268
+ after the `%` symbol when inserting special comments, add a browse icon to the open open project
269
+ dialog, and remove the popup warning for Alpha releases. PR #1626.
270
+ * Menu entries no longer clear the status bar message when they are hovered. This was caused by a
271
+ status tip feature in Qt, which prints a blank message to the status bar. PR #1630.
272
+ * The novel view panel now scrolls to bring the current document into view when iteratively
273
+ searching through documents in the project. Issue #1555. PR #1632.
274
+ * The progress bar on the Manuscript Build dialog now stays for 3 seconds after completion instead
275
+ of 1 second. PR #1634.
276
+ * The document viewer panel now shows the importance label next to each entry, and double-clicking
277
+ an entry will open it in the viewer. All entries also now show the content in tooltips so that
278
+ the columns can be shrunk to only view the icon if there is too little space. Issue #16220.
279
+ PR #1639.
280
+ * The editor toolbar no longer uses the same buttons for markdown and shortcodes style formatting.
281
+ They have each received their separate buttons. Some additional space has been added between the
282
+ two types of buttons to visually separate them. Issues #1636 and #1637. PR #1638.
283
+ * Convert the Synopsis and Comment buttons in the document viewer footer to buttons with both icon
284
+ and text, and drop the label. Issue #1628. PR #1638.
285
+
286
+ **Internationalisation**
287
+
288
+ * Updated US English, Norwegian, Japanese, Latin American Spanish, French, and Italian
289
+ translations. PRs #1625 and #1641.
290
+
291
+ **Documentation**
292
+
293
+ * The documentation has been updated to cover new features in 2.2. PR #1640.
294
+
295
+ **Code Improvements**
296
+
297
+ * Improve memory usage by making sure C++ objects are deleted when they are no longer used. There
298
+ is an issue between the Python and Qt side of things where objects are left in memory and not
299
+ properly garbage collected when they run out of scope. A number of deferred delete calls have
300
+ been added that seems to solve most of these cases. A `--meminfo` flag has been added to the
301
+ command line arguments to provide diagnostic data to help debug such issues. PR #1629.
302
+ * Improve handling of alert boxes and their memory clean up, and refactor event filters. PR #1631.
303
+ * Clean up unused methods in GUI extensions. PR #1634.
304
+
305
+ ----
306
+
3
307
  ## Version 2.2 RC 1 [2023-11-26]
4
308
 
5
309
  ### Release Notes
@@ -36,7 +340,7 @@ final release.
36
340
  effects some users may want to avoid. Issue #1602. PR #1605.
37
341
  * For Windows users, there is now an "Add Dictionaries" tool in the Tools menu where new spell
38
342
  check dictionaries can be added. Links are provided to sources for these dictionaries, and a file
39
- selector tool to import the files into novelWriter. Issue #982. PR #1610.
343
+ selector tool to import the files into novelWriter. Issue #982. PR #1611.
40
344
  * You can now update the name of a document by right-clicking on any heading inside the document
41
345
  and select "Set as Document Name". This will open the Rename dialog with the text of the heading
42
346
  pre-filled. Issue #1503. PR #1614.
@@ -12,6 +12,10 @@
12
12
 
13
13
  For other contributions, see the project's [Contributors](https://github.com/vkbo/novelWriter/graphs/contributors) page.
14
14
 
15
+ ## Artwork
16
+
17
+ The artwork on the Welcome dialog was created by [Louis Durrant](https://louisdurrant.art).
18
+
15
19
  ## Translations
16
20
 
17
21
  The default language is English (UK) with English (US) as an option. These are the original
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: novelWriter
3
- Version: 2.2rc1
3
+ Version: 2.3
4
4
  Summary: A markdown-like text editor for planning and writing novels
5
5
  Home-page: https://novelwriter.io
6
6
  Author: Veronica Berglyd Olsen
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: novelWriter
3
- Version: 2.2rc1
3
+ Version: 2.3
4
4
  Summary: A markdown-like text editor for planning and writing novels
5
5
  Home-page: https://novelwriter.io
6
6
  Author: Veronica Berglyd Olsen
@@ -53,11 +53,13 @@ novelwriter/assets/icons/x-novelwriter-project.svg
53
53
  novelwriter/assets/icons/typicons_dark/README.md
54
54
  novelwriter/assets/icons/typicons_dark/icons.conf
55
55
  novelwriter/assets/icons/typicons_dark/mixed_document-chapter.svg
56
+ novelwriter/assets/icons/typicons_dark/mixed_document-new.svg
56
57
  novelwriter/assets/icons/typicons_dark/mixed_document-note.svg
57
58
  novelwriter/assets/icons/typicons_dark/mixed_document-scene.svg
58
59
  novelwriter/assets/icons/typicons_dark/mixed_document-section.svg
59
60
  novelwriter/assets/icons/typicons_dark/mixed_document-title.svg
60
61
  novelwriter/assets/icons/typicons_dark/mixed_edit.svg
62
+ novelwriter/assets/icons/typicons_dark/mixed_import.svg
61
63
  novelwriter/assets/icons/typicons_dark/mixed_input-checked.svg
62
64
  novelwriter/assets/icons/typicons_dark/mixed_input-none.svg
63
65
  novelwriter/assets/icons/typicons_dark/mixed_input-unchecked.svg
@@ -77,10 +79,11 @@ novelwriter/assets/icons/typicons_dark/nw_search-case.svg
77
79
  novelwriter/assets/icons/typicons_dark/nw_search-preserve.svg
78
80
  novelwriter/assets/icons/typicons_dark/nw_search-regex.svg
79
81
  novelwriter/assets/icons/typicons_dark/nw_search-word.svg
82
+ novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg
80
83
  novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg
84
+ novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg
81
85
  novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg
82
- novelwriter/assets/icons/typicons_dark/nw_tb-markdown.svg
83
- novelwriter/assets/icons/typicons_dark/nw_tb-shortcode.svg
86
+ novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg
84
87
  novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg
85
88
  novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg
86
89
  novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg
@@ -105,7 +108,9 @@ novelwriter/assets/icons/typicons_dark/typ_cog.svg
105
108
  novelwriter/assets/icons/typicons_dark/typ_delete-full.svg
106
109
  novelwriter/assets/icons/typicons_dark/typ_delete.svg
107
110
  novelwriter/assets/icons/typicons_dark/typ_directions-full.svg
111
+ novelwriter/assets/icons/typicons_dark/typ_document-add.svg
108
112
  novelwriter/assets/icons/typicons_dark/typ_document-text.svg
113
+ novelwriter/assets/icons/typicons_dark/typ_document.svg
109
114
  novelwriter/assets/icons/typicons_dark/typ_export-grey.svg
110
115
  novelwriter/assets/icons/typicons_dark/typ_export.svg
111
116
  novelwriter/assets/icons/typicons_dark/typ_eye.svg
@@ -132,7 +137,9 @@ novelwriter/assets/icons/typicons_dark/typ_search.svg
132
137
  novelwriter/assets/icons/typicons_dark/typ_star.svg
133
138
  novelwriter/assets/icons/typicons_dark/typ_stopwatch-grey.svg
134
139
  novelwriter/assets/icons/typicons_dark/typ_th-dot-menu.svg
140
+ novelwriter/assets/icons/typicons_dark/typ_th-dot-more.svg
135
141
  novelwriter/assets/icons/typicons_dark/typ_th-list-grey.svg
142
+ novelwriter/assets/icons/typicons_dark/typ_th-list.svg
136
143
  novelwriter/assets/icons/typicons_dark/typ_times.svg
137
144
  novelwriter/assets/icons/typicons_dark/typ_trash.svg
138
145
  novelwriter/assets/icons/typicons_dark/typ_user.svg
@@ -140,11 +147,13 @@ novelwriter/assets/icons/typicons_dark/typ_warning-full.svg
140
147
  novelwriter/assets/icons/typicons_light/README.md
141
148
  novelwriter/assets/icons/typicons_light/icons.conf
142
149
  novelwriter/assets/icons/typicons_light/mixed_document-chapter.svg
150
+ novelwriter/assets/icons/typicons_light/mixed_document-new.svg
143
151
  novelwriter/assets/icons/typicons_light/mixed_document-note.svg
144
152
  novelwriter/assets/icons/typicons_light/mixed_document-scene.svg
145
153
  novelwriter/assets/icons/typicons_light/mixed_document-section.svg
146
154
  novelwriter/assets/icons/typicons_light/mixed_document-title.svg
147
155
  novelwriter/assets/icons/typicons_light/mixed_edit.svg
156
+ novelwriter/assets/icons/typicons_light/mixed_import.svg
148
157
  novelwriter/assets/icons/typicons_light/mixed_input-checked.svg
149
158
  novelwriter/assets/icons/typicons_light/mixed_input-none.svg
150
159
  novelwriter/assets/icons/typicons_light/mixed_input-unchecked.svg
@@ -164,10 +173,11 @@ novelwriter/assets/icons/typicons_light/nw_search-case.svg
164
173
  novelwriter/assets/icons/typicons_light/nw_search-preserve.svg
165
174
  novelwriter/assets/icons/typicons_light/nw_search-regex.svg
166
175
  novelwriter/assets/icons/typicons_light/nw_search-word.svg
176
+ novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg
167
177
  novelwriter/assets/icons/typicons_light/nw_tb-bold.svg
178
+ novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg
168
179
  novelwriter/assets/icons/typicons_light/nw_tb-italic.svg
169
- novelwriter/assets/icons/typicons_light/nw_tb-markdown.svg
170
- novelwriter/assets/icons/typicons_light/nw_tb-shortcode.svg
180
+ novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg
171
181
  novelwriter/assets/icons/typicons_light/nw_tb-strike.svg
172
182
  novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg
173
183
  novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg
@@ -192,7 +202,9 @@ novelwriter/assets/icons/typicons_light/typ_cog.svg
192
202
  novelwriter/assets/icons/typicons_light/typ_delete-full.svg
193
203
  novelwriter/assets/icons/typicons_light/typ_delete.svg
194
204
  novelwriter/assets/icons/typicons_light/typ_directions-full.svg
205
+ novelwriter/assets/icons/typicons_light/typ_document-add.svg
195
206
  novelwriter/assets/icons/typicons_light/typ_document-text.svg
207
+ novelwriter/assets/icons/typicons_light/typ_document.svg
196
208
  novelwriter/assets/icons/typicons_light/typ_export-grey.svg
197
209
  novelwriter/assets/icons/typicons_light/typ_export.svg
198
210
  novelwriter/assets/icons/typicons_light/typ_eye.svg
@@ -219,12 +231,18 @@ novelwriter/assets/icons/typicons_light/typ_search.svg
219
231
  novelwriter/assets/icons/typicons_light/typ_star.svg
220
232
  novelwriter/assets/icons/typicons_light/typ_stopwatch-grey.svg
221
233
  novelwriter/assets/icons/typicons_light/typ_th-dot-menu.svg
234
+ novelwriter/assets/icons/typicons_light/typ_th-dot-more.svg
222
235
  novelwriter/assets/icons/typicons_light/typ_th-list-grey.svg
236
+ novelwriter/assets/icons/typicons_light/typ_th-list.svg
223
237
  novelwriter/assets/icons/typicons_light/typ_times.svg
224
238
  novelwriter/assets/icons/typicons_light/typ_trash.svg
225
239
  novelwriter/assets/icons/typicons_light/typ_user.svg
226
240
  novelwriter/assets/icons/typicons_light/typ_warning-full.svg
227
- novelwriter/assets/images/wizard-back.jpg
241
+ novelwriter/assets/images/novelwriter-text-dark.svg
242
+ novelwriter/assets/images/novelwriter-text-light.svg
243
+ novelwriter/assets/images/welcome-dark.jpg
244
+ novelwriter/assets/images/welcome-light.jpg
245
+ novelwriter/assets/syntax/cyberpunk_night.conf
228
246
  novelwriter/assets/syntax/default_dark.conf
229
247
  novelwriter/assets/syntax/default_light.conf
230
248
  novelwriter/assets/syntax/grey_dark.conf
@@ -233,15 +251,15 @@ novelwriter/assets/syntax/light_owl.conf
233
251
  novelwriter/assets/syntax/night_owl.conf
234
252
  novelwriter/assets/syntax/solarized_dark.conf
235
253
  novelwriter/assets/syntax/solarized_light.conf
254
+ novelwriter/assets/syntax/tango.conf
236
255
  novelwriter/assets/syntax/tomorrow.conf
237
256
  novelwriter/assets/syntax/tomorrow_night.conf
238
257
  novelwriter/assets/syntax/tomorrow_night_blue.conf
239
258
  novelwriter/assets/syntax/tomorrow_night_bright.conf
240
259
  novelwriter/assets/syntax/tomorrow_night_eighties.conf
241
260
  novelwriter/assets/text/credits_en.htm
242
- novelwriter/assets/text/gplv3_en.htm
243
261
  novelwriter/assets/text/lipsum.txt
244
- novelwriter/assets/text/release_notes.htm
262
+ novelwriter/assets/themes/cyberpunk_night.conf
245
263
  novelwriter/assets/themes/default.conf
246
264
  novelwriter/assets/themes/default_dark.conf
247
265
  novelwriter/assets/themes/default_light.conf
@@ -273,23 +291,21 @@ novelwriter/dialogs/docmerge.py
273
291
  novelwriter/dialogs/docsplit.py
274
292
  novelwriter/dialogs/editlabel.py
275
293
  novelwriter/dialogs/preferences.py
276
- novelwriter/dialogs/projdetails.py
277
- novelwriter/dialogs/projload.py
278
- novelwriter/dialogs/projsettings.py
294
+ novelwriter/dialogs/projectsettings.py
279
295
  novelwriter/dialogs/quotes.py
280
- novelwriter/dialogs/updates.py
281
296
  novelwriter/dialogs/wordlist.py
282
297
  novelwriter/extensions/__init__.py
283
298
  novelwriter/extensions/circularprogress.py
284
299
  novelwriter/extensions/configlayout.py
300
+ novelwriter/extensions/eventfilters.py
301
+ novelwriter/extensions/modified.py
285
302
  novelwriter/extensions/novelselector.py
286
- novelwriter/extensions/pageddialog.py
287
303
  novelwriter/extensions/pagedsidebar.py
288
304
  novelwriter/extensions/simpleprogress.py
289
305
  novelwriter/extensions/statusled.py
290
306
  novelwriter/extensions/switch.py
291
307
  novelwriter/extensions/switchbox.py
292
- novelwriter/extensions/wheeleventfilter.py
308
+ novelwriter/extensions/versioninfo.py
293
309
  novelwriter/gui/__init__.py
294
310
  novelwriter/gui/doceditor.py
295
311
  novelwriter/gui/dochighlight.py
@@ -310,7 +326,8 @@ novelwriter/tools/lipsum.py
310
326
  novelwriter/tools/manusbuild.py
311
327
  novelwriter/tools/manuscript.py
312
328
  novelwriter/tools/manussettings.py
313
- novelwriter/tools/projwizard.py
329
+ novelwriter/tools/noveldetails.py
330
+ novelwriter/tools/welcome.py
314
331
  novelwriter/tools/writingstats.py
315
332
  setup/appimage_launcher.sh
316
333
  setup/description_pypi.md
@@ -319,7 +336,6 @@ setup/iss_license.txt
319
336
  setup/make_clean.sh
320
337
  setup/make_pip.sh
321
338
  setup/make_release.sh
322
- setup/make_snapshot.sh
323
339
  setup/novelwriter.appdata.xml
324
340
  setup/novelwriter_readme.png
325
341
  setup/novelwriter_text.png
@@ -0,0 +1,2 @@
1
+ [gui_scripts]
2
+ novelwriter = novelwriter:main
@@ -6,7 +6,7 @@ File History:
6
6
  Created: 2018-09-22 [0.0.1]
7
7
 
8
8
  This file is a part of novelWriter
9
- Copyright 2018–2023, Veronica Berglyd Olsen
9
+ Copyright 2018–2024, Veronica Berglyd Olsen
10
10
 
11
11
  This program is free software: you can redistribute it and/or modify
12
12
  it under the terms of the GNU General Public License as published by
@@ -37,14 +37,14 @@ from novelwriter.shared import SharedData
37
37
  # ============
38
38
 
39
39
  __package__ = "novelwriter"
40
- __copyright__ = "Copyright 2018–2023, Veronica Berglyd Olsen"
40
+ __copyright__ = "Copyright 2018–2024, Veronica Berglyd Olsen"
41
41
  __license__ = "GPLv3"
42
42
  __author__ = "Veronica Berglyd Olsen"
43
43
  __maintainer__ = "Veronica Berglyd Olsen"
44
44
  __email__ = "code@vkbo.net"
45
- __version__ = "2.2-rc1"
46
- __hexversion__ = "0x020200c1"
47
- __date__ = "2023-11-26"
45
+ __version__ = "2.3"
46
+ __hexversion__ = "0x020300f0"
47
+ __date__ = "2024-03-10"
48
48
  __status__ = "Stable"
49
49
  __domain__ = "novelwriter.io"
50
50
 
@@ -76,6 +76,7 @@ def main(sysArgs: list | None = None):
76
76
  "config=",
77
77
  "data=",
78
78
  "testmode",
79
+ "meminfo"
79
80
  ]
80
81
 
81
82
  helpMsg = (
@@ -92,6 +93,7 @@ def main(sysArgs: list | None = None):
92
93
  " -v, --version Print program version and exit.\n"
93
94
  " --info Print additional runtime information.\n"
94
95
  " --debug Print debug output. Includes --info.\n"
96
+ " --meminfo Show memory usage information in the status bar.\n"
95
97
  " --style= Sets Qt5 style flag. Defaults to 'Fusion'.\n"
96
98
  " --config= Alternative config file.\n"
97
99
  " --data= Alternative user data path.\n"
@@ -127,8 +129,9 @@ def main(sysArgs: list | None = None):
127
129
  elif inOpt == "--info":
128
130
  logLevel = logging.INFO
129
131
  elif inOpt == "--debug":
132
+ CONFIG.isDebug = True
130
133
  logLevel = logging.DEBUG
131
- logFormat = "[{asctime:}] {filename:>17}:{lineno:<4d} {levelname:8} {message:}"
134
+ logFormat = "[{asctime:}] {filename:>18}:{lineno:<4d} {levelname:8} {message:}"
132
135
  elif inOpt == "--style":
133
136
  qtStyle = inArg
134
137
  elif inOpt == "--config":
@@ -137,6 +140,8 @@ def main(sysArgs: list | None = None):
137
140
  dataPath = inArg
138
141
  elif inOpt == "--testmode":
139
142
  testMode = True
143
+ elif inOpt == "--meminfo":
144
+ CONFIG.memInfo = True
140
145
 
141
146
  # Setup Logging
142
147
  pkgLogger = logging.getLogger(__package__)
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "Synopsis": "Synopsis",
3
+ "Short Description": "Kurzbeschreibung",
3
4
  "Comment": "Kommentar",
4
5
  "Notes": "Notizen",
5
6
  "Tag": "Schlagwort",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "Synopsis": "Synopsis",
3
+ "Short Description": "Short Description",
3
4
  "Comment": "Comment",
4
5
  "Notes": "Notes",
5
6
  "Tag": "Tag",
@@ -1,7 +1,18 @@
1
1
  {
2
2
  "Synopsis": "Sinopsis",
3
+ "Short Description": "Breve Descripción",
3
4
  "Comment": "Comentario",
4
5
  "Notes": "Notas",
6
+ "Tag": "Etiqueta",
7
+ "Point of View": "Punto de Vista",
8
+ "Focus": "Foco",
9
+ "Characters": "Personajes",
10
+ "Plot": "Argumento",
11
+ "Timeline": "Línea de Tiempo",
12
+ "Locations": "Lugares",
13
+ "Objects": "Objetos",
14
+ "Entities": "Entidades",
15
+ "Custom": "Otros",
5
16
  "0": "Cero",
6
17
  "1": "Uno",
7
18
  "2": "Dos",