novelWriter 2.2rc1__tar.gz → 2.3b1__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 (418) hide show
  1. {novelWriter-2.2rc1 → novelWriter-2.3b1}/CHANGELOG.md +218 -1
  2. {novelWriter-2.2rc1 → novelWriter-2.3b1}/CREDITS.md +4 -0
  3. {novelWriter-2.2rc1 → novelWriter-2.3b1}/PKG-INFO +1 -1
  4. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelWriter.egg-info/PKG-INFO +1 -1
  5. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelWriter.egg-info/SOURCES.txt +26 -15
  6. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/__init__.py +11 -6
  7. novelWriter-2.3b1/novelwriter/assets/i18n/nw_de_DE.qm +0 -0
  8. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/nw_en_US.qm +0 -0
  9. novelWriter-2.3b1/novelwriter/assets/i18n/nw_es_419.qm +0 -0
  10. novelWriter-2.3b1/novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
  11. novelWriter-2.3b1/novelwriter/assets/i18n/nw_it_IT.qm +0 -0
  12. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/nw_ja_JP.qm +0 -0
  13. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/nw_nb_NO.qm +0 -0
  14. novelWriter-2.3b1/novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
  15. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_de_DE.json +1 -0
  16. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_en_US.json +1 -0
  17. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_es_419.json +11 -0
  18. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_fr_FR.json +11 -0
  19. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_it_IT.json +11 -0
  20. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_ja_JP.json +2 -1
  21. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_nb_NO.json +1 -0
  22. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_zh_CN.json +11 -0
  23. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/icons.conf +9 -2
  24. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/mixed_import.svg +5 -0
  25. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg +4 -0
  26. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +6 -0
  27. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg +6 -0
  28. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg +4 -0
  29. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +6 -0
  30. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +7 -0
  31. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +7 -0
  32. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +7 -0
  33. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/typ_document-add-col.svg +8 -0
  34. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/typ_document-add.svg +4 -0
  35. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/typ_document.svg +4 -0
  36. novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/typ_th-dot-more.svg +4 -0
  37. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/icons.conf +9 -2
  38. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/mixed_import.svg +5 -0
  39. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg +4 -0
  40. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +6 -0
  41. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-italic.svg +6 -0
  42. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg +4 -0
  43. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +6 -0
  44. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +7 -0
  45. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +7 -0
  46. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +7 -0
  47. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/typ_document-add-col.svg +8 -0
  48. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/typ_document-add.svg +4 -0
  49. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/typ_document.svg +4 -0
  50. novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/typ_th-dot-more.svg +4 -0
  51. novelWriter-2.3b1/novelwriter/assets/images/novelwriter-text-dark.svg +4 -0
  52. novelWriter-2.3b1/novelwriter/assets/images/novelwriter-text-light.svg +4 -0
  53. novelWriter-2.3b1/novelwriter/assets/images/welcome-dark.jpg +0 -0
  54. novelWriter-2.3b1/novelwriter/assets/images/welcome-light.jpg +0 -0
  55. novelWriter-2.3b1/novelwriter/assets/manual.pdf +0 -0
  56. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/sample.zip +0 -0
  57. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/default_dark.conf +1 -0
  58. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/default_light.conf +1 -0
  59. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/grey_dark.conf +1 -0
  60. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/grey_light.conf +1 -0
  61. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/light_owl.conf +1 -0
  62. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/night_owl.conf +1 -0
  63. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/solarized_dark.conf +1 -0
  64. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/solarized_light.conf +1 -0
  65. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/tomorrow.conf +1 -0
  66. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/tomorrow_night.conf +1 -0
  67. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/tomorrow_night_blue.conf +1 -0
  68. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/tomorrow_night_bright.conf +1 -0
  69. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/syntax/tomorrow_night_eighties.conf +1 -0
  70. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/text/credits_en.htm +4 -2
  71. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/themes/default_dark.conf +2 -2
  72. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/themes/default_light.conf +2 -2
  73. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/common.py +64 -66
  74. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/config.py +39 -44
  75. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/constants.py +39 -17
  76. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/buildsettings.py +8 -8
  77. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/coretools.py +194 -155
  78. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/docbuild.py +7 -4
  79. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/document.py +7 -7
  80. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/index.py +90 -57
  81. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/item.py +23 -5
  82. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/options.py +11 -10
  83. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/project.py +72 -47
  84. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/projectdata.py +3 -16
  85. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/projectxml.py +14 -42
  86. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/sessions.py +4 -3
  87. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/spellcheck.py +6 -4
  88. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/status.py +5 -4
  89. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/storage.py +179 -141
  90. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/tohtml.py +6 -4
  91. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/tokenizer.py +74 -46
  92. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/tomd.py +2 -2
  93. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/toodt.py +41 -31
  94. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/tree.py +5 -4
  95. novelWriter-2.3b1/novelwriter/dialogs/about.py +158 -0
  96. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/dialogs/docmerge.py +30 -20
  97. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/dialogs/docsplit.py +33 -22
  98. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/dialogs/editlabel.py +20 -8
  99. novelWriter-2.3b1/novelwriter/dialogs/preferences.py +974 -0
  100. novelWriter-2.2rc1/novelwriter/dialogs/projsettings.py → novelWriter-2.3b1/novelwriter/dialogs/projectsettings.py +301 -270
  101. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/dialogs/quotes.py +47 -36
  102. novelWriter-2.3b1/novelwriter/dialogs/wordlist.py +258 -0
  103. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/enum.py +25 -22
  104. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/error.py +2 -2
  105. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/circularprogress.py +12 -12
  106. novelWriter-2.3b1/novelwriter/extensions/configlayout.py +271 -0
  107. novelWriter-2.2rc1/novelwriter/extensions/wheeleventfilter.py → novelWriter-2.3b1/novelwriter/extensions/eventfilters.py +15 -5
  108. novelWriter-2.3b1/novelwriter/extensions/modified.py +81 -0
  109. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/novelselector.py +27 -13
  110. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/pagedsidebar.py +15 -20
  111. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/simpleprogress.py +8 -9
  112. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/statusled.py +9 -9
  113. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/switch.py +32 -64
  114. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/switchbox.py +2 -7
  115. novelWriter-2.3b1/novelwriter/extensions/versioninfo.py +153 -0
  116. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/doceditor.py +250 -214
  117. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/dochighlight.py +66 -94
  118. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/docviewer.py +71 -98
  119. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/docviewerpanel.py +140 -47
  120. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/editordocument.py +3 -3
  121. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/itemdetails.py +9 -9
  122. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/mainmenu.py +47 -46
  123. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/noveltree.py +53 -61
  124. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/outline.py +100 -76
  125. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/projtree.py +193 -67
  126. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/sidebar.py +9 -8
  127. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/statusbar.py +49 -7
  128. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/theme.py +65 -74
  129. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/guimain.py +173 -330
  130. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/shared.py +68 -30
  131. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/tools/dictionaries.py +7 -8
  132. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/tools/lipsum.py +34 -28
  133. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/tools/manusbuild.py +3 -4
  134. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/tools/manuscript.py +25 -32
  135. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/tools/manussettings.py +194 -225
  136. novelWriter-2.3b1/novelwriter/tools/noveldetails.py +525 -0
  137. novelWriter-2.3b1/novelwriter/tools/welcome.py +802 -0
  138. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/tools/writingstats.py +26 -13
  139. {novelWriter-2.2rc1 → novelWriter-2.3b1}/pkgutils.py +114 -142
  140. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/debian/copyright +1 -1
  141. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/iss_license.txt +1 -1
  142. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/build.sh +1 -1
  143. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_de_DE.qm +0 -0
  144. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_es_419.qm +0 -0
  145. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
  146. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_it_IT.qm +0 -0
  147. novelWriter-2.2rc1/novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
  148. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +0 -4
  149. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-markdown.svg +0 -8
  150. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-shortcode.svg +0 -8
  151. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +0 -4
  152. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +0 -5
  153. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +0 -5
  154. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +0 -5
  155. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +0 -4
  156. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-markdown.svg +0 -8
  157. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-shortcode.svg +0 -8
  158. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +0 -4
  159. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +0 -5
  160. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +0 -5
  161. novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +0 -5
  162. novelWriter-2.2rc1/novelwriter/assets/images/wizard-back.jpg +0 -0
  163. novelWriter-2.2rc1/novelwriter/assets/manual.pdf +0 -0
  164. novelWriter-2.2rc1/novelwriter/assets/text/gplv3_en.htm +0 -641
  165. novelWriter-2.2rc1/novelwriter/assets/text/release_notes.htm +0 -17
  166. novelWriter-2.2rc1/novelwriter/dialogs/about.py +0 -249
  167. novelWriter-2.2rc1/novelwriter/dialogs/preferences.py +0 -1137
  168. novelWriter-2.2rc1/novelwriter/dialogs/projdetails.py +0 -525
  169. novelWriter-2.2rc1/novelwriter/dialogs/projload.py +0 -298
  170. novelWriter-2.2rc1/novelwriter/dialogs/updates.py +0 -182
  171. novelWriter-2.2rc1/novelwriter/dialogs/wordlist.py +0 -189
  172. novelWriter-2.2rc1/novelwriter/extensions/configlayout.py +0 -232
  173. novelWriter-2.2rc1/novelwriter/extensions/pageddialog.py +0 -130
  174. novelWriter-2.2rc1/novelwriter/tools/projwizard.py +0 -478
  175. novelWriter-2.2rc1/setup/make_snapshot.sh +0 -28
  176. {novelWriter-2.2rc1 → novelWriter-2.3b1}/LICENSE.md +0 -0
  177. {novelWriter-2.2rc1 → novelWriter-2.3b1}/MANIFEST.in +0 -0
  178. {novelWriter-2.2rc1 → novelWriter-2.3b1}/README.md +0 -0
  179. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelWriter.egg-info/dependency_links.txt +0 -0
  180. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelWriter.egg-info/entry_points.txt +0 -0
  181. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelWriter.egg-info/not-zip-safe +0 -0
  182. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelWriter.egg-info/requires.txt +0 -0
  183. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelWriter.egg-info/top_level.txt +0 -0
  184. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/nw_nl_NL.qm +0 -0
  185. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/nw_pt_BR.qm +0 -0
  186. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_en_GB.json +0 -0
  187. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_nl_NL.json +0 -0
  188. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_nn_NO.json +0 -0
  189. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_pt_BR.json +0 -0
  190. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/i18n/project_ru_RU.json +0 -0
  191. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/novelwriter.ico +0 -0
  192. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/novelwriter.svg +0 -0
  193. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/README.md +0 -0
  194. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_document-chapter.svg +0 -0
  195. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_document-note.svg +0 -0
  196. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_document-scene.svg +0 -0
  197. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_document-section.svg +0 -0
  198. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_document-title.svg +0 -0
  199. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_edit.svg +0 -0
  200. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_input-checked.svg +0 -0
  201. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_input-none.svg +0 -0
  202. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_input-unchecked.svg +0 -0
  203. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/mixed_search-replace.svg +0 -0
  204. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h0.svg +0 -0
  205. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h1.svg +0 -0
  206. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h2-narrow.svg +0 -0
  207. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h2.svg +0 -0
  208. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h3-narrow.svg +0 -0
  209. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h3.svg +0 -0
  210. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h4-narrow.svg +0 -0
  211. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-h4.svg +0 -0
  212. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-note.svg +0 -0
  213. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_deco-noveltree-more.svg +0 -0
  214. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_panel.svg +0 -0
  215. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_search-case.svg +0 -0
  216. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_search-preserve.svg +0 -0
  217. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_search-regex.svg +0 -0
  218. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/nw_search-word.svg +0 -0
  219. /novelWriter-2.2rc1/novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg → /novelWriter-2.3b1/novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg +0 -0
  220. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_arrow-down-thick-grey.svg +0 -0
  221. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_arrow-forward.svg +0 -0
  222. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_arrow-maximise.svg +0 -0
  223. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_arrow-minimise.svg +0 -0
  224. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_arrow-repeat-grey.svg +0 -0
  225. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_book-grey.svg +0 -0
  226. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_book.svg +0 -0
  227. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_bookmark.svg +0 -0
  228. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_calendar.svg +0 -0
  229. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_cancel-grey.svg +0 -0
  230. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_cancel.svg +0 -0
  231. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_chart-bar-grey.svg +0 -0
  232. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_chevron-down.svg +0 -0
  233. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_chevron-left.svg +0 -0
  234. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_chevron-right.svg +0 -0
  235. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_chevron-up.svg +0 -0
  236. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_cog.svg +0 -0
  237. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_delete-full.svg +0 -0
  238. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_delete.svg +0 -0
  239. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_directions-full.svg +0 -0
  240. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_document-text.svg +0 -0
  241. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_export-grey.svg +0 -0
  242. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_export.svg +0 -0
  243. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_eye.svg +0 -0
  244. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_flag.svg +0 -0
  245. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_folder-open.svg +0 -0
  246. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_folder.svg +0 -0
  247. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_globe-grey.svg +0 -0
  248. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_key.svg +0 -0
  249. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_lightbulb-full.svg +0 -0
  250. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_location.svg +0 -0
  251. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_media-pause-grey.svg +0 -0
  252. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_media-record-outline.svg +0 -0
  253. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_media-record.svg +0 -0
  254. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_minus.svg +0 -0
  255. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_pencil.svg +0 -0
  256. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_pin-outline.svg +0 -0
  257. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_pin.svg +0 -0
  258. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_plus.svg +0 -0
  259. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_puzzle-outline.svg +0 -0
  260. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_puzzle.svg +0 -0
  261. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_refresh-flipped.svg +0 -0
  262. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_refresh.svg +0 -0
  263. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_search.svg +0 -0
  264. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_star.svg +0 -0
  265. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_stopwatch-grey.svg +0 -0
  266. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_th-dot-menu.svg +0 -0
  267. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_th-list-grey.svg +0 -0
  268. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_times.svg +0 -0
  269. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_trash.svg +0 -0
  270. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_user.svg +0 -0
  271. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_dark/typ_warning-full.svg +0 -0
  272. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/README.md +0 -0
  273. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_document-chapter.svg +0 -0
  274. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_document-note.svg +0 -0
  275. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_document-scene.svg +0 -0
  276. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_document-section.svg +0 -0
  277. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_document-title.svg +0 -0
  278. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_edit.svg +0 -0
  279. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_input-checked.svg +0 -0
  280. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_input-none.svg +0 -0
  281. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_input-unchecked.svg +0 -0
  282. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/mixed_search-replace.svg +0 -0
  283. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h0.svg +0 -0
  284. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h1.svg +0 -0
  285. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h2-narrow.svg +0 -0
  286. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h2.svg +0 -0
  287. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h3-narrow.svg +0 -0
  288. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h3.svg +0 -0
  289. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h4-narrow.svg +0 -0
  290. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-h4.svg +0 -0
  291. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-note.svg +0 -0
  292. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_deco-noveltree-more.svg +0 -0
  293. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_panel.svg +0 -0
  294. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_search-case.svg +0 -0
  295. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_search-preserve.svg +0 -0
  296. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_search-regex.svg +0 -0
  297. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/nw_search-word.svg +0 -0
  298. /novelWriter-2.2rc1/novelwriter/assets/icons/typicons_light/nw_tb-italic.svg → /novelWriter-2.3b1/novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg +0 -0
  299. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_arrow-down-thick-grey.svg +0 -0
  300. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_arrow-forward.svg +0 -0
  301. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_arrow-maximise.svg +0 -0
  302. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_arrow-minimise.svg +0 -0
  303. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_arrow-repeat-grey.svg +0 -0
  304. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_book-grey.svg +0 -0
  305. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_book.svg +0 -0
  306. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_bookmark.svg +0 -0
  307. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_calendar.svg +0 -0
  308. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_cancel-grey.svg +0 -0
  309. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_cancel.svg +0 -0
  310. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_chart-bar-grey.svg +0 -0
  311. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_chevron-down.svg +0 -0
  312. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_chevron-left.svg +0 -0
  313. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_chevron-right.svg +0 -0
  314. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_chevron-up.svg +0 -0
  315. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_cog.svg +0 -0
  316. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_delete-full.svg +0 -0
  317. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_delete.svg +0 -0
  318. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_directions-full.svg +0 -0
  319. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_document-text.svg +0 -0
  320. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_export-grey.svg +0 -0
  321. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_export.svg +0 -0
  322. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_eye.svg +0 -0
  323. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_flag.svg +0 -0
  324. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_folder-open.svg +0 -0
  325. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_folder.svg +0 -0
  326. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_globe-grey.svg +0 -0
  327. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_key.svg +0 -0
  328. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_lightbulb-full.svg +0 -0
  329. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_location.svg +0 -0
  330. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_media-pause-grey.svg +0 -0
  331. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_media-record-outline.svg +0 -0
  332. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_media-record.svg +0 -0
  333. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_minus.svg +0 -0
  334. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_pencil.svg +0 -0
  335. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_pin-outline.svg +0 -0
  336. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_pin.svg +0 -0
  337. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_plus.svg +0 -0
  338. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_puzzle-outline.svg +0 -0
  339. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_puzzle.svg +0 -0
  340. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_refresh-flipped.svg +0 -0
  341. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_refresh.svg +0 -0
  342. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_search.svg +0 -0
  343. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_star.svg +0 -0
  344. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_stopwatch-grey.svg +0 -0
  345. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_th-dot-menu.svg +0 -0
  346. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_th-list-grey.svg +0 -0
  347. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_times.svg +0 -0
  348. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_trash.svg +0 -0
  349. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_user.svg +0 -0
  350. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/typicons_light/typ_warning-full.svg +0 -0
  351. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/x-novelwriter-project.ico +0 -0
  352. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/icons/x-novelwriter-project.svg +0 -0
  353. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/text/lipsum.txt +0 -0
  354. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/themes/default.conf +0 -0
  355. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/themes/solarized_dark.conf +0 -0
  356. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/assets/themes/solarized_light.conf +0 -0
  357. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/core/__init__.py +0 -0
  358. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/dialogs/__init__.py +0 -0
  359. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/extensions/__init__.py +0 -0
  360. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/gui/__init__.py +0 -0
  361. {novelWriter-2.2rc1 → novelWriter-2.3b1}/novelwriter/tools/__init__.py +0 -0
  362. {novelWriter-2.2rc1 → novelWriter-2.3b1}/pyproject.toml +0 -0
  363. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/appimage_launcher.sh +0 -0
  364. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/128x128/apps/novelwriter.png +0 -0
  365. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/128x128/mimetypes/application-x-novelwriter-project.png +0 -0
  366. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/16x16/apps/novelwriter.png +0 -0
  367. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/16x16/mimetypes/application-x-novelwriter-project.png +0 -0
  368. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/24x24/apps/novelwriter.png +0 -0
  369. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/24x24/mimetypes/application-x-novelwriter-project.png +0 -0
  370. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/256x256/apps/novelwriter.png +0 -0
  371. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/256x256/mimetypes/application-x-novelwriter-project.png +0 -0
  372. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/32x32/apps/novelwriter.png +0 -0
  373. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/32x32/mimetypes/application-x-novelwriter-project.png +0 -0
  374. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/48x48/apps/novelwriter.png +0 -0
  375. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/48x48/mimetypes/application-x-novelwriter-project.png +0 -0
  376. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/512x512/apps/novelwriter.png +0 -0
  377. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/512x512/mimetypes/application-x-novelwriter-project.png +0 -0
  378. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/64x64/apps/novelwriter.png +0 -0
  379. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/64x64/mimetypes/application-x-novelwriter-project.png +0 -0
  380. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/scalable/apps/novelwriter.svg +0 -0
  381. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/hicolor/scalable/mimetypes/application-x-novelwriter-project.svg +0 -0
  382. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/novelwriter.desktop +0 -0
  383. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/novelwriter.png +0 -0
  384. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/data/x-novelwriter-project.xml +0 -0
  385. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/debian/compat +0 -0
  386. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/debian/control +0 -0
  387. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/debian/install +0 -0
  388. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/debian/py3dist-overrides +0 -0
  389. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/debian/rules +0 -0
  390. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/debian/source/format +0 -0
  391. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/description_pypi.md +0 -0
  392. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/description_short.txt +0 -0
  393. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/icons/novelwriter.ico +0 -0
  394. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/icons/novelwriter.svg +0 -0
  395. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/icons/x-novelwriter-project.ico +0 -0
  396. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/icons/x-novelwriter-project.svg +0 -0
  397. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/App.entitlements +0 -0
  398. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/Info.plist.template +0 -0
  399. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_128x128.png +0 -0
  400. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_128x128@2x.png +0 -0
  401. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_16x16.png +0 -0
  402. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_16x16@2x.png +0 -0
  403. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_256x256.png +0 -0
  404. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_256x256@2x.png +0 -0
  405. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_32x32.png +0 -0
  406. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_32x32@2x.png +0 -0
  407. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_512x512.png +0 -0
  408. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/macos/novelwriter.iconset/icon_512x512@2x.png +0 -0
  409. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/make_clean.sh +0 -0
  410. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/make_pip.sh +0 -0
  411. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/make_release.sh +0 -0
  412. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/novelwriter.appdata.xml +0 -0
  413. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/novelwriter_readme.png +0 -0
  414. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/novelwriter_text.png +0 -0
  415. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/win_setup_embed.iss +0 -0
  416. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/windows_install.bat +0 -0
  417. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup/windows_uninstall.bat +0 -0
  418. {novelWriter-2.2rc1 → novelWriter-2.3b1}/setup.cfg +0 -0
@@ -1,5 +1,222 @@
1
1
  # novelWriter Changelog
2
2
 
3
+ ## Version 2.3 Beta 1 [2024-02-16]
4
+
5
+ ### Release Notes
6
+
7
+ This is a beta release of the next release version, and is intended for testing purposes. Please be
8
+ careful when using this version on live writing projects, and make sure you take frequent backups.
9
+
10
+ Please check the changelog for an overview of changes. The full release notes will be added to the
11
+ final release.
12
+
13
+ ### Detailed Changelog
14
+
15
+ **Major Features**
16
+
17
+ * A new Welcome dialog has been added. The dialog replaces the Open Project dialog and the New
18
+ Project Wizard. The Welcome dialog features artwork created by Louis Durrant, and a custom design
19
+ for the project list. New projects can be created by a form available from the same dialog, and
20
+ features a simplified set of options. Issue #1506. PRs #1647, #1681 and #1689.
21
+ * It is now possible to create a new project by copying the content of another project, or a Zip
22
+ file of a project, including a backup. This option is available from the New Project feature of
23
+ the Welcome dialog. Issue #841. PRs #1680 and #1684.
24
+ * The Preferences dialog has been completely redesigned. All options are now available in a single,
25
+ scrollable list with appropriate section headers. All sections are available as navigation
26
+ buttons along the side, and it is also possible to search for settings in a search box at the
27
+ top. The design matches that created for the Manuscript Build Settings dialog added in 2.1.
28
+ Issues #1603 and #1604. PR #1652.
29
+ * The Project Details dialog has been redesigned to match the other new dialogs. It has also been
30
+ modified to properly handle multiple novel folders. The novel selector is placed at the top of
31
+ the dialog, and affects all data in the tabs. The Novel Title info has been removed. PR #1665.
32
+ * The Manuscript Build Settings dialog has been updated to use the new config layout classes, which
33
+ are more flexible in terms of content flow. PR #1674.
34
+ * A new root folder type called "Templates" has been added. Any document added here will show up in
35
+ the Add Item menu in the Project Tree view under a "From Template" submenu. Selecting such an
36
+ entry will create a new document at the selected location in the project, and populate it with
37
+ the content of the template file. Issues #996 and #1125. PR #1688.
38
+ * The About novelWriter dialog has been simplified to only show some key information and the
39
+ credits text. A link to the releases page is available for checking release notes. Keeping the
40
+ release notes online means it is easier to update them, and make them more visually interesting
41
+ as the formatting of the dialog box is limited. PR #1695.
42
+ * The old Check for Updates dialog has been removed. Checking for new releases of novelWriter can
43
+ be done directly in the Welcome dialog or the About dialog by clicking "Check Now" next to the
44
+ "Latest Version" label. PR #1696.
45
+
46
+ **Minor Features**
47
+
48
+ * A new drop down menu in the References panel below the Document Viewer has an option to filter
49
+ out inactive notes in the various tag lists in the tabs on the panel. Issue #1653. PR #1654.
50
+ * The Novel Title fields, which no longer makes much sense after it was possible to add multiple
51
+ novel folders to a project, has been fully dropped. Issue #1655. PR #1669.
52
+ * The document header for ODT manuscript files can now be customised. Issue #1505. PR #1675.
53
+ * The Manuscript Build tool can now insert characters (Point of View or Focus) into chapter headers
54
+ and other headers. By default, it inserts the tag value, but the display name for a tag can be
55
+ set with a `|` character in the `@tag` definition if a different text is desired. Issue #1468.
56
+ PR #1677.
57
+ * A new modified comment format for the editor has been added. Instead of the regular comment using
58
+ `%`, this one uses `%~`. The only difference is that the latter will never be exported to a
59
+ manuscript at all, while regular comments can be exported when a setting is enabled. Issue #1075.
60
+ PR #1690.
61
+ * It is now possible to change a document's label from the first heading in the document by
62
+ right-clicking on it and selecting "Rename to heading". Issue #1443. PR #1692.
63
+ * The content of the Project Word List can now be exported and imported using plain text files.
64
+ Issue #1560. PR #1691.
65
+ * The content of the Outline View can now be exported to a CSV file to be opened in any spreadsheet
66
+ application. Issue #1507. PR #1697.
67
+
68
+ **Usability**
69
+
70
+ * A Create New submenu in the Project Tree context menu has been added, which give quick access to
71
+ the items at the top level of the Add Item menu. Issue #1519. PR #1679.
72
+ * When multiple paragraphs are selected in the editor, and any of the comment features are toggled,
73
+ or formatting is reset, the action is applied to all selected paragraphs, not just the first.
74
+ Issue #1042 and #1687. PR #1690.
75
+
76
+ **Packaging**
77
+
78
+ * The in-app version format is now identical to the version tag, and the format for Ubuntu
79
+ pre-release packages has been updated so that they are compatible with release packages. That is,
80
+ if you add both the release and pre-release repos from Launchpad, release packages will now
81
+ properly replace pre-release packages when running apt upgrade. PR #1659.
82
+
83
+ **Code Improvements**
84
+
85
+ * The Storage class has been refactored. It is the class that handles the project storage folder
86
+ for a novelWriter project. The refactoring is a step towards allowing single file storage for
87
+ projects as an alternative to project folders. Issue #977. PR #1635.
88
+ * All theme colours are now proper QColor objects from the start, which avoids the need to create
89
+ a large number of these where they are used. PR #1656.
90
+ * A nwProject.bak file is no longer kept in the project folder. It never really served any purpose.
91
+ The project file is still written to a temp file before the old file is replaced, which prevents
92
+ partial overwrites. PR #1670.
93
+ * Other minor code improvements in PRs #1693 and 1694.
94
+
95
+ ----
96
+
97
+ ## Version 2.2.1 [2024-01-27]
98
+
99
+ ### Release Notes
100
+
101
+ This is a patch release that fixes an issue where the Project View would sometimes switch to the
102
+ Novel View when a new item was created. This patch also includes updated translations for German
103
+ and Chinese.
104
+
105
+ ### Detailed Changelog
106
+
107
+ **Bugfixes**
108
+
109
+ * Fix a bug in the toggle for the tree view on the left would trigger each time a new project item
110
+ was created. Issue #1649. PR #1648.
111
+ * Fix an issue where multiple Manuscript and Writing Stats dialogs could be opened. PR #1671.
112
+
113
+ **Internationalisation**
114
+
115
+ * Updated German translation, by @HeyMyian. PR #1666.
116
+ * Updated Chinese translation, by @ruixuan658 and @longqzh. PR #1666.
117
+
118
+ ----
119
+
120
+ ## Version 2.2 [2023-12-17]
121
+
122
+ ### Release Notes
123
+
124
+ This release comes with a number of new features. These are some highlights.
125
+
126
+ In addition to the common Markdown style formatting for bold, italic and strike through, a set of
127
+ new shortcodes have been added. The shortcodes are far more flexible than the Markdown style
128
+ syntax, and can be used for more complex formatting cases. Like when you need to add multiple,
129
+ overlapping formats, or add emphasis to just a part of a word. The shortcodes also allow for
130
+ underline, subscript and superscript, which the Markdown syntax does not. The new formats are
131
+ available in the "Format" menu, and in a new toolbar in the editor that can be enabled by clicking
132
+ the three dots in the top--left corner. The shortcode format was chosen because it can later be
133
+ extended to include other requested features as well. Please have a look at the documentation for
134
+ more details about the new shortcodes.
135
+
136
+ The Tags and References system has been improved. The tags themselves are no longer case sensitive
137
+ when you use them in references, but they are still displayed as you typed them in the tag
138
+ definition when they are displayed in the user interface. Starting to type the `@` symbol in the
139
+ text editor, on a new line, will now open an auto-completer menu which will display available
140
+ options. It may not display all of your tags if you have a lot of them, but starting to type more
141
+ characters will filter the list down further.
142
+
143
+ You can now automatically create a note file for a new tag that you have added to a reference list
144
+ in a document, but is not yet defined in a project note. So, for instance, if you come up with a
145
+ new character while writing, and add a new tag to your `@char` references, you can right-click the
146
+ new tag and create a new note for that entry directly. In addition, it is now also possible to
147
+ right-click a heading in an open document and set the item label in the project tree to match the
148
+ heading.
149
+
150
+ In addition to the changes in the editor, the "References" panel below the document viewer has also
151
+ been completely redesigned. It now shows all the references to the document you are viewing as a
152
+ list, with a lot more details than before. In addition, tabs in the panel will appear to show all
153
+ the tags you have defined in your notes, sorted as one tab per category. Like for instance
154
+ Characters, Locations, Objects, etc. You can also give each note a short description comment on the
155
+ same format as the summary comments for chapters and scenes. The short description comment can be
156
+ added from the "Insert" menu under "Special Comments".
157
+
158
+ The last major change in this release is the new multi-select feature in the project tree. You can
159
+ now select multiple documents and folders using the mouse while pressing `Ctrl` or `Shift`. By
160
+ right-clicking the selected items, you can perform a limited set of operations on all of them, like
161
+ changing active status, and the status or importance labels. You can also drag and drop multiple
162
+ items under the condition that all the selected items are in the same folder, at the same level.
163
+ This restriction is in place due to limitations in the framework novelWriter is based on. But this
164
+ should help in cases where multiple documents need to be moved in and out of folders or between
165
+ folders. Note that adding the multi-select feature meant that the undo feature of the project tree
166
+ had to be removed. It may be added back later.
167
+
168
+ _These Release Notes also include the changes from the 2.2 Beta 1 and 2.2 RC 1 releases._
169
+
170
+ ### Detailed Changelog
171
+
172
+ **Bugfixes**
173
+
174
+ * Fix column widths for columns with no text in the viewer panel lists, and fix an issues where
175
+ icons were not updated on theme switch. Issue #1627. PR #1626.
176
+ * Fix auto-selection of words with apostrophes. Issue #1624. PR #1632.
177
+
178
+ **Usability**
179
+
180
+ * Use `Ctrl+K, H` for inserting short description comments (alias to synopsis), drop the space
181
+ after the `%` symbol when inserting special comments, add a browse icon to the open open project
182
+ dialog, and remove the popup warning for Alpha releases. PR #1626.
183
+ * Menu entries no longer clear the status bar message when they are hovered. This was caused by a
184
+ status tip feature in Qt, which prints a blank message to the status bar. PR #1630.
185
+ * The novel view panel now scrolls to bring the current document into view when iteratively
186
+ searching through documents in the project. Issue #1555. PR #1632.
187
+ * The progress bar on the Manuscript Build dialog now stays for 3 seconds after completion instead
188
+ of 1 second. PR #1634.
189
+ * The document viewer panel now shows the importance label next to each entry, and double-clicking
190
+ an entry will open it in the viewer. All entries also now show the content in tooltips so that
191
+ the columns can be shrunk to only view the icon if there is too little space. Issue #16220.
192
+ PR #1639.
193
+ * The editor toolbar no longer uses the same buttons for markdown and shortcodes style formatting.
194
+ They have each received their separate buttons. Some additional space has been added between the
195
+ two types of buttons to visually separate them. Issues #1636 and #1637. PR #1638.
196
+ * Convert the Synopsis and Comment buttons in the document viewer footer to buttons with both icon
197
+ and text, and drop the label. Issue #1628. PR #1638.
198
+
199
+ **Internationalisation**
200
+
201
+ * Updated US English, Norwegian, Japanese, Latin American Spanish, French, and Italian
202
+ translations. PRs #1625 and #1641.
203
+
204
+ **Documentation**
205
+
206
+ * The documentation has been updated to cover new features in 2.2. PR #1640.
207
+
208
+ **Code Improvements**
209
+
210
+ * Improve memory usage by making sure C++ objects are deleted when they are no longer used. There
211
+ is an issue between the Python and Qt side of things where objects are left in memory and not
212
+ properly garbage collected when they run out of scope. A number of deferred delete calls have
213
+ been added that seems to solve most of these cases. A `--meminfo` flag has been added to the
214
+ command line arguments to provide diagnostic data to help debug such issues. PR #1629.
215
+ * Improve handling of alert boxes and their memory clean up, and refactor event filters. PR #1631.
216
+ * Clean up unused methods in GUI extensions. PR #1634.
217
+
218
+ ----
219
+
3
220
  ## Version 2.2 RC 1 [2023-11-26]
4
221
 
5
222
  ### Release Notes
@@ -36,7 +253,7 @@ final release.
36
253
  effects some users may want to avoid. Issue #1602. PR #1605.
37
254
  * For Windows users, there is now an "Add Dictionaries" tool in the Tools menu where new spell
38
255
  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.
256
+ selector tool to import the files into novelWriter. Issue #982. PR #1611.
40
257
  * You can now update the name of a document by right-clicking on any heading inside the document
41
258
  and select "Set as Document Name". This will open the Rename dialog with the text of the heading
42
259
  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.3b1
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.3b1
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
@@ -58,6 +58,7 @@ novelwriter/assets/icons/typicons_dark/mixed_document-scene.svg
58
58
  novelwriter/assets/icons/typicons_dark/mixed_document-section.svg
59
59
  novelwriter/assets/icons/typicons_dark/mixed_document-title.svg
60
60
  novelwriter/assets/icons/typicons_dark/mixed_edit.svg
61
+ novelwriter/assets/icons/typicons_dark/mixed_import.svg
61
62
  novelwriter/assets/icons/typicons_dark/mixed_input-checked.svg
62
63
  novelwriter/assets/icons/typicons_dark/mixed_input-none.svg
63
64
  novelwriter/assets/icons/typicons_dark/mixed_input-unchecked.svg
@@ -77,10 +78,11 @@ novelwriter/assets/icons/typicons_dark/nw_search-case.svg
77
78
  novelwriter/assets/icons/typicons_dark/nw_search-preserve.svg
78
79
  novelwriter/assets/icons/typicons_dark/nw_search-regex.svg
79
80
  novelwriter/assets/icons/typicons_dark/nw_search-word.svg
81
+ novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg
80
82
  novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg
83
+ novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg
81
84
  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
85
+ novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg
84
86
  novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg
85
87
  novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg
86
88
  novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg
@@ -105,7 +107,10 @@ novelwriter/assets/icons/typicons_dark/typ_cog.svg
105
107
  novelwriter/assets/icons/typicons_dark/typ_delete-full.svg
106
108
  novelwriter/assets/icons/typicons_dark/typ_delete.svg
107
109
  novelwriter/assets/icons/typicons_dark/typ_directions-full.svg
110
+ novelwriter/assets/icons/typicons_dark/typ_document-add-col.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,6 +137,7 @@ 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
136
142
  novelwriter/assets/icons/typicons_dark/typ_times.svg
137
143
  novelwriter/assets/icons/typicons_dark/typ_trash.svg
@@ -145,6 +151,7 @@ novelwriter/assets/icons/typicons_light/mixed_document-scene.svg
145
151
  novelwriter/assets/icons/typicons_light/mixed_document-section.svg
146
152
  novelwriter/assets/icons/typicons_light/mixed_document-title.svg
147
153
  novelwriter/assets/icons/typicons_light/mixed_edit.svg
154
+ novelwriter/assets/icons/typicons_light/mixed_import.svg
148
155
  novelwriter/assets/icons/typicons_light/mixed_input-checked.svg
149
156
  novelwriter/assets/icons/typicons_light/mixed_input-none.svg
150
157
  novelwriter/assets/icons/typicons_light/mixed_input-unchecked.svg
@@ -164,10 +171,11 @@ novelwriter/assets/icons/typicons_light/nw_search-case.svg
164
171
  novelwriter/assets/icons/typicons_light/nw_search-preserve.svg
165
172
  novelwriter/assets/icons/typicons_light/nw_search-regex.svg
166
173
  novelwriter/assets/icons/typicons_light/nw_search-word.svg
174
+ novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg
167
175
  novelwriter/assets/icons/typicons_light/nw_tb-bold.svg
176
+ novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg
168
177
  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
178
+ novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg
171
179
  novelwriter/assets/icons/typicons_light/nw_tb-strike.svg
172
180
  novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg
173
181
  novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg
@@ -192,7 +200,10 @@ novelwriter/assets/icons/typicons_light/typ_cog.svg
192
200
  novelwriter/assets/icons/typicons_light/typ_delete-full.svg
193
201
  novelwriter/assets/icons/typicons_light/typ_delete.svg
194
202
  novelwriter/assets/icons/typicons_light/typ_directions-full.svg
203
+ novelwriter/assets/icons/typicons_light/typ_document-add-col.svg
204
+ novelwriter/assets/icons/typicons_light/typ_document-add.svg
195
205
  novelwriter/assets/icons/typicons_light/typ_document-text.svg
206
+ novelwriter/assets/icons/typicons_light/typ_document.svg
196
207
  novelwriter/assets/icons/typicons_light/typ_export-grey.svg
197
208
  novelwriter/assets/icons/typicons_light/typ_export.svg
198
209
  novelwriter/assets/icons/typicons_light/typ_eye.svg
@@ -219,12 +230,16 @@ novelwriter/assets/icons/typicons_light/typ_search.svg
219
230
  novelwriter/assets/icons/typicons_light/typ_star.svg
220
231
  novelwriter/assets/icons/typicons_light/typ_stopwatch-grey.svg
221
232
  novelwriter/assets/icons/typicons_light/typ_th-dot-menu.svg
233
+ novelwriter/assets/icons/typicons_light/typ_th-dot-more.svg
222
234
  novelwriter/assets/icons/typicons_light/typ_th-list-grey.svg
223
235
  novelwriter/assets/icons/typicons_light/typ_times.svg
224
236
  novelwriter/assets/icons/typicons_light/typ_trash.svg
225
237
  novelwriter/assets/icons/typicons_light/typ_user.svg
226
238
  novelwriter/assets/icons/typicons_light/typ_warning-full.svg
227
- novelwriter/assets/images/wizard-back.jpg
239
+ novelwriter/assets/images/novelwriter-text-dark.svg
240
+ novelwriter/assets/images/novelwriter-text-light.svg
241
+ novelwriter/assets/images/welcome-dark.jpg
242
+ novelwriter/assets/images/welcome-light.jpg
228
243
  novelwriter/assets/syntax/default_dark.conf
229
244
  novelwriter/assets/syntax/default_light.conf
230
245
  novelwriter/assets/syntax/grey_dark.conf
@@ -239,9 +254,7 @@ novelwriter/assets/syntax/tomorrow_night_blue.conf
239
254
  novelwriter/assets/syntax/tomorrow_night_bright.conf
240
255
  novelwriter/assets/syntax/tomorrow_night_eighties.conf
241
256
  novelwriter/assets/text/credits_en.htm
242
- novelwriter/assets/text/gplv3_en.htm
243
257
  novelwriter/assets/text/lipsum.txt
244
- novelwriter/assets/text/release_notes.htm
245
258
  novelwriter/assets/themes/default.conf
246
259
  novelwriter/assets/themes/default_dark.conf
247
260
  novelwriter/assets/themes/default_light.conf
@@ -273,23 +286,21 @@ novelwriter/dialogs/docmerge.py
273
286
  novelwriter/dialogs/docsplit.py
274
287
  novelwriter/dialogs/editlabel.py
275
288
  novelwriter/dialogs/preferences.py
276
- novelwriter/dialogs/projdetails.py
277
- novelwriter/dialogs/projload.py
278
- novelwriter/dialogs/projsettings.py
289
+ novelwriter/dialogs/projectsettings.py
279
290
  novelwriter/dialogs/quotes.py
280
- novelwriter/dialogs/updates.py
281
291
  novelwriter/dialogs/wordlist.py
282
292
  novelwriter/extensions/__init__.py
283
293
  novelwriter/extensions/circularprogress.py
284
294
  novelwriter/extensions/configlayout.py
295
+ novelwriter/extensions/eventfilters.py
296
+ novelwriter/extensions/modified.py
285
297
  novelwriter/extensions/novelselector.py
286
- novelwriter/extensions/pageddialog.py
287
298
  novelwriter/extensions/pagedsidebar.py
288
299
  novelwriter/extensions/simpleprogress.py
289
300
  novelwriter/extensions/statusled.py
290
301
  novelwriter/extensions/switch.py
291
302
  novelwriter/extensions/switchbox.py
292
- novelwriter/extensions/wheeleventfilter.py
303
+ novelwriter/extensions/versioninfo.py
293
304
  novelwriter/gui/__init__.py
294
305
  novelwriter/gui/doceditor.py
295
306
  novelwriter/gui/dochighlight.py
@@ -310,7 +321,8 @@ novelwriter/tools/lipsum.py
310
321
  novelwriter/tools/manusbuild.py
311
322
  novelwriter/tools/manuscript.py
312
323
  novelwriter/tools/manussettings.py
313
- novelwriter/tools/projwizard.py
324
+ novelwriter/tools/noveldetails.py
325
+ novelwriter/tools/welcome.py
314
326
  novelwriter/tools/writingstats.py
315
327
  setup/appimage_launcher.sh
316
328
  setup/description_pypi.md
@@ -319,7 +331,6 @@ setup/iss_license.txt
319
331
  setup/make_clean.sh
320
332
  setup/make_pip.sh
321
333
  setup/make_release.sh
322
- setup/make_snapshot.sh
323
334
  setup/novelwriter.appdata.xml
324
335
  setup/novelwriter_readme.png
325
336
  setup/novelwriter_text.png
@@ -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.3b1"
46
+ __hexversion__ = "0x020300b1"
47
+ __date__ = "2024-02-16"
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",
@@ -1,7 +1,18 @@
1
1
  {
2
2
  "Synopsis": "Synopsis",
3
+ "Short Description": "Description sommaire",
3
4
  "Comment": "Commentaire",
4
5
  "Notes": "Notes",
6
+ "Tag": "Étiquette",
7
+ "Point of View": "Point de vue",
8
+ "Focus": "Focus",
9
+ "Characters": "Personnages",
10
+ "Plot": "Intrigue",
11
+ "Timeline": "Chronologie",
12
+ "Locations": "Lieux",
13
+ "Objects": "Objets",
14
+ "Entities": "Entités",
15
+ "Custom": "Personnalisé",
5
16
  "0": "Zero",
6
17
  "1": "Un",
7
18
  "2": "Deux",
@@ -1,7 +1,18 @@
1
1
  {
2
2
  "Synopsis": "Sinossi",
3
+ "Short Description": "Breve descrizione",
3
4
  "Comment": "Commento",
4
5
  "Notes": "Note",
6
+ "Tag": "Etichetta",
7
+ "Point of View": "Punto di vista",
8
+ "Focus": "Focus",
9
+ "Characters": "Personaggi",
10
+ "Plot": "Trama",
11
+ "Timeline": "Sequenza temporale",
12
+ "Locations": "Luoghi",
13
+ "Objects": "Oggetti",
14
+ "Entities": "Enti",
15
+ "Custom": "Personalizzato",
5
16
  "0": "Zero",
6
17
  "1": "Uno",
7
18
  "2": "Due",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Synopsis": "あらすじ",
3
- "Comment": "コメント",
3
+ "Short Description": "短い説明",
4
+ "Comment": "コメント ",
4
5
  "Notes": "ノート",
5
6
  "Tag": "タグ",
6
7
  "Point of View": "視点",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "Synopsis": "Sammendrag",
3
+ "Short Description": "Kort beskrivelse",
3
4
  "Comment": "Kommentar",
4
5
  "Notes": "Notat",
5
6
  "Tag": "Knagg",
@@ -1,7 +1,18 @@
1
1
  {
2
2
  "Synopsis": "概要",
3
+ "Short Description": "简短描述",
3
4
  "Comment": "注释",
4
5
  "Notes": "笔记",
6
+ "Tag": "标签",
7
+ "Point of View": "视角",
8
+ "Focus": "聚焦",
9
+ "Characters": "角色",
10
+ "Plot": "情节",
11
+ "Timeline": "时间线",
12
+ "Locations": "地点",
13
+ "Objects": "物品",
14
+ "Entities": "条目",
15
+ "Custom": "自定义",
5
16
  "0": "零",
6
17
  "1": "一",
7
18
  "2": "二",
@@ -17,6 +17,7 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
17
17
 
18
18
  [Map]
19
19
  add = typ_plus.svg
20
+ add_document = typ_document-add.svg
20
21
  alert_error = typ_delete-full.svg
21
22
  alert_info = typ_lightbulb-full.svg
22
23
  alert_question = typ_directions-full.svg
@@ -39,25 +40,30 @@ cls_none = typ_cancel.svg
39
40
  cls_novel = typ_book.svg
40
41
  cls_object = typ_key.svg
41
42
  cls_plot = typ_puzzle.svg
43
+ cls_template = typ_document-add-col.svg
42
44
  cls_timeline = typ_calendar.svg
43
45
  cls_trash = typ_trash.svg
44
46
  cls_world = typ_location.svg
45
47
  cross = typ_times.svg
48
+ document = typ_document.svg
46
49
  down = typ_chevron-down.svg
47
50
  edit = typ_pencil.svg
48
51
  export = typ_export.svg
49
52
  fmt_bold = nw_tb-bold.svg
53
+ fmt_bold-md = nw_tb-bold-md.svg
50
54
  fmt_italic = nw_tb-italic.svg
51
- fmt_mode-md = nw_tb-markdown.svg
52
- fmt_mode-sc = nw_tb-shortcode.svg
55
+ fmt_italic-md = nw_tb-italic-md.svg
53
56
  fmt_strike = nw_tb-strike.svg
57
+ fmt_strike-md = nw_tb-strike-md.svg
54
58
  fmt_subscript = nw_tb-subscript.svg
55
59
  fmt_superscript = nw_tb-superscript.svg
56
60
  fmt_underline = nw_tb-underline.svg
57
61
  forward = typ_chevron-right.svg
62
+ import = mixed_import.svg
58
63
  maximise = typ_arrow-maximise.svg
59
64
  menu = typ_th-dot-menu.svg
60
65
  minimise = typ_arrow-minimise.svg
66
+ more = typ_th-dot-more.svg
61
67
  noncheckable = mixed_input-none.svg
62
68
  panel = nw_panel.svg
63
69
  proj_chapter = mixed_document-chapter.svg
@@ -82,6 +88,7 @@ search_regex = nw_search-regex.svg
82
88
  search_replace = mixed_search-replace.svg
83
89
  search_word = nw_search-word.svg
84
90
  settings = typ_cog.svg
91
+ star = typ_star.svg
85
92
  status_idle = typ_media-pause-grey.svg
86
93
  status_lang = typ_globe-grey.svg
87
94
  status_lines = typ_th-list-grey.svg