novelWriter 2.2b1__tar.gz → 2.2.1__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 (403) hide show
  1. {novelWriter-2.2b1 → novelWriter-2.2.1}/CHANGELOG.md +240 -49
  2. {novelWriter-2.2b1 → novelWriter-2.2.1}/PKG-INFO +3 -3
  3. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelWriter.egg-info/PKG-INFO +3 -3
  4. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelWriter.egg-info/SOURCES.txt +21 -7
  5. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/__init__.py +10 -5
  6. novelWriter-2.2.1/novelwriter/assets/i18n/nw_de_DE.qm +0 -0
  7. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/nw_en_US.qm +0 -0
  8. novelWriter-2.2.1/novelwriter/assets/i18n/nw_es_419.qm +0 -0
  9. novelWriter-2.2.1/novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
  10. novelWriter-2.2.1/novelwriter/assets/i18n/nw_it_IT.qm +0 -0
  11. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/nw_ja_JP.qm +0 -0
  12. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/nw_nb_NO.qm +0 -0
  13. novelWriter-2.2.1/novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
  14. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_de_DE.json +1 -0
  15. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_en_GB.json +1 -0
  16. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_en_US.json +1 -0
  17. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_es_419.json +11 -0
  18. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_fr_FR.json +11 -0
  19. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_it_IT.json +11 -0
  20. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_ja_JP.json +2 -1
  21. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_nb_NO.json +1 -0
  22. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_zh_CN.json +11 -0
  23. novelWriter-2.2.1/novelwriter/assets/icons/novelwriter.ico +0 -0
  24. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/icons.conf +11 -3
  25. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_deco-h2-narrow.svg +4 -0
  26. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_deco-h3-narrow.svg +4 -0
  27. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_deco-h4-narrow.svg +4 -0
  28. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_deco-note.svg +4 -0
  29. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_panel.svg +4 -0
  30. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg +4 -0
  31. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +6 -0
  32. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg +6 -0
  33. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg +4 -0
  34. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +6 -0
  35. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +7 -0
  36. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +7 -0
  37. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +7 -0
  38. novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/typ_eye.svg +4 -0
  39. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/icons.conf +11 -3
  40. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_deco-h2-narrow.svg +4 -0
  41. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_deco-h3-narrow.svg +4 -0
  42. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_deco-h4-narrow.svg +4 -0
  43. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_deco-note.svg +4 -0
  44. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_panel.svg +4 -0
  45. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg +4 -0
  46. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +6 -0
  47. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-italic.svg +6 -0
  48. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg +4 -0
  49. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +6 -0
  50. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +7 -0
  51. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +7 -0
  52. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +7 -0
  53. novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/typ_eye.svg +4 -0
  54. novelWriter-2.2.1/novelwriter/assets/icons/x-novelwriter-project.ico +0 -0
  55. novelWriter-2.2.1/novelwriter/assets/manual.pdf +0 -0
  56. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/sample.zip +0 -0
  57. novelWriter-2.2.1/novelwriter/assets/text/release_notes.htm +60 -0
  58. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/common.py +35 -27
  59. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/config.py +13 -28
  60. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/constants.py +21 -4
  61. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/buildsettings.py +2 -2
  62. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/coretools.py +8 -2
  63. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/docbuild.py +1 -1
  64. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/document.py +1 -1
  65. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/index.py +102 -36
  66. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/item.py +2 -2
  67. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/options.py +6 -3
  68. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/project.py +5 -5
  69. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/projectdata.py +3 -3
  70. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/projectxml.py +1 -1
  71. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/sessions.py +2 -2
  72. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/spellcheck.py +4 -3
  73. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/status.py +3 -3
  74. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/storage.py +1 -1
  75. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/tohtml.py +11 -5
  76. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/tokenizer.py +28 -21
  77. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/tomd.py +6 -2
  78. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/toodt.py +12 -5
  79. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/tree.py +2 -2
  80. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/about.py +30 -31
  81. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/docmerge.py +24 -15
  82. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/docsplit.py +27 -16
  83. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/editlabel.py +19 -7
  84. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/preferences.py +116 -131
  85. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/projdetails.py +29 -36
  86. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/projload.py +32 -36
  87. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/projsettings.py +20 -15
  88. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/quotes.py +32 -25
  89. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/updates.py +17 -16
  90. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/wordlist.py +34 -21
  91. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/enum.py +19 -8
  92. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/error.py +1 -1
  93. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/circularprogress.py +1 -1
  94. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/configlayout.py +3 -15
  95. novelWriter-2.2b1/novelwriter/extensions/wheeleventfilter.py → novelWriter-2.2.1/novelwriter/extensions/eventfilters.py +15 -5
  96. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/novelselector.py +1 -1
  97. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/pageddialog.py +1 -1
  98. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/pagedsidebar.py +2 -5
  99. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/simpleprogress.py +8 -9
  100. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/statusled.py +1 -1
  101. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/switch.py +4 -4
  102. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/switchbox.py +1 -6
  103. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/doceditor.py +349 -236
  104. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/dochighlight.py +10 -11
  105. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/docviewer.py +158 -360
  106. novelWriter-2.2.1/novelwriter/gui/docviewerpanel.py +502 -0
  107. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/editordocument.py +4 -4
  108. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/itemdetails.py +2 -2
  109. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/mainmenu.py +50 -36
  110. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/noveltree.py +44 -53
  111. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/outline.py +12 -7
  112. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/projtree.py +465 -381
  113. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/sidebar.py +9 -7
  114. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/statusbar.py +48 -5
  115. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/theme.py +26 -8
  116. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/guimain.py +212 -208
  117. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/shared.py +76 -30
  118. novelWriter-2.2.1/novelwriter/tools/dictionaries.py +268 -0
  119. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/tools/lipsum.py +34 -28
  120. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/tools/manusbuild.py +20 -10
  121. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/tools/manuscript.py +20 -27
  122. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/tools/manussettings.py +2 -4
  123. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/tools/projwizard.py +3 -3
  124. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/tools/writingstats.py +18 -5
  125. {novelWriter-2.2b1 → novelWriter-2.2.1}/pkgutils.py +2 -2
  126. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/debian/copyright +1 -1
  127. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/description_pypi.md +2 -2
  128. novelWriter-2.2.1/setup/icons/novelwriter.ico +0 -0
  129. novelWriter-2.2.1/setup/icons/x-novelwriter-project.ico +0 -0
  130. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/iss_license.txt +1 -1
  131. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/make_release.sh +2 -2
  132. novelWriter-2.2b1/novelwriter/assets/i18n/nw_de_DE.qm +0 -0
  133. novelWriter-2.2b1/novelwriter/assets/i18n/nw_es_419.qm +0 -0
  134. novelWriter-2.2b1/novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
  135. novelWriter-2.2b1/novelwriter/assets/i18n/nw_it_IT.qm +0 -0
  136. novelWriter-2.2b1/novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
  137. novelWriter-2.2b1/novelwriter/assets/icons/novelwriter.ico +0 -0
  138. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +0 -4
  139. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-markdown.svg +0 -8
  140. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-shortcode.svg +0 -8
  141. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +0 -4
  142. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +0 -5
  143. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +0 -5
  144. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +0 -5
  145. novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/typ_at.svg +0 -4
  146. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +0 -4
  147. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-markdown.svg +0 -8
  148. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-shortcode.svg +0 -8
  149. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +0 -4
  150. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +0 -5
  151. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +0 -5
  152. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +0 -5
  153. novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/typ_at.svg +0 -4
  154. novelWriter-2.2b1/novelwriter/assets/icons/x-novelwriter-project.ico +0 -0
  155. novelWriter-2.2b1/novelwriter/assets/manual.pdf +0 -0
  156. novelWriter-2.2b1/novelwriter/assets/text/release_notes.htm +0 -17
  157. novelWriter-2.2b1/setup/icons/novelwriter.ico +0 -0
  158. novelWriter-2.2b1/setup/icons/x-novelwriter-project.ico +0 -0
  159. {novelWriter-2.2b1 → novelWriter-2.2.1}/CREDITS.md +0 -0
  160. {novelWriter-2.2b1 → novelWriter-2.2.1}/LICENSE.md +0 -0
  161. {novelWriter-2.2b1 → novelWriter-2.2.1}/MANIFEST.in +0 -0
  162. {novelWriter-2.2b1 → novelWriter-2.2.1}/README.md +0 -0
  163. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelWriter.egg-info/dependency_links.txt +0 -0
  164. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelWriter.egg-info/entry_points.txt +0 -0
  165. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelWriter.egg-info/not-zip-safe +0 -0
  166. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelWriter.egg-info/requires.txt +0 -0
  167. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelWriter.egg-info/top_level.txt +0 -0
  168. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/nw_nl_NL.qm +0 -0
  169. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/nw_pt_BR.qm +0 -0
  170. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_nl_NL.json +0 -0
  171. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_nn_NO.json +0 -0
  172. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_pt_BR.json +0 -0
  173. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/i18n/project_ru_RU.json +0 -0
  174. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/novelwriter.svg +0 -0
  175. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/README.md +0 -0
  176. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_document-chapter.svg +0 -0
  177. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_document-note.svg +0 -0
  178. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_document-scene.svg +0 -0
  179. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_document-section.svg +0 -0
  180. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_document-title.svg +0 -0
  181. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_edit.svg +0 -0
  182. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_input-checked.svg +0 -0
  183. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_input-none.svg +0 -0
  184. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_input-unchecked.svg +0 -0
  185. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/mixed_search-replace.svg +0 -0
  186. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_deco-h0.svg +0 -0
  187. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_deco-h1.svg +0 -0
  188. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_deco-h2.svg +0 -0
  189. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_deco-h3.svg +0 -0
  190. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_deco-h4.svg +0 -0
  191. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_deco-noveltree-more.svg +0 -0
  192. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_search-case.svg +0 -0
  193. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_search-preserve.svg +0 -0
  194. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_search-regex.svg +0 -0
  195. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/nw_search-word.svg +0 -0
  196. /novelWriter-2.2b1/novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg → /novelWriter-2.2.1/novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg +0 -0
  197. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_arrow-down-thick-grey.svg +0 -0
  198. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_arrow-forward.svg +0 -0
  199. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_arrow-maximise.svg +0 -0
  200. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_arrow-minimise.svg +0 -0
  201. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_arrow-repeat-grey.svg +0 -0
  202. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_book-grey.svg +0 -0
  203. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_book.svg +0 -0
  204. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_bookmark.svg +0 -0
  205. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_calendar.svg +0 -0
  206. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_cancel-grey.svg +0 -0
  207. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_cancel.svg +0 -0
  208. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_chart-bar-grey.svg +0 -0
  209. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_chevron-down.svg +0 -0
  210. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_chevron-left.svg +0 -0
  211. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_chevron-right.svg +0 -0
  212. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_chevron-up.svg +0 -0
  213. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_cog.svg +0 -0
  214. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_delete-full.svg +0 -0
  215. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_delete.svg +0 -0
  216. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_directions-full.svg +0 -0
  217. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_document-text.svg +0 -0
  218. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_export-grey.svg +0 -0
  219. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_export.svg +0 -0
  220. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_flag.svg +0 -0
  221. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_folder-open.svg +0 -0
  222. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_folder.svg +0 -0
  223. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_globe-grey.svg +0 -0
  224. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_key.svg +0 -0
  225. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_lightbulb-full.svg +0 -0
  226. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_location.svg +0 -0
  227. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_media-pause-grey.svg +0 -0
  228. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_media-record-outline.svg +0 -0
  229. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_media-record.svg +0 -0
  230. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_minus.svg +0 -0
  231. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_pencil.svg +0 -0
  232. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_pin-outline.svg +0 -0
  233. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_pin.svg +0 -0
  234. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_plus.svg +0 -0
  235. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_puzzle-outline.svg +0 -0
  236. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_puzzle.svg +0 -0
  237. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_refresh-flipped.svg +0 -0
  238. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_refresh.svg +0 -0
  239. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_search.svg +0 -0
  240. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_star.svg +0 -0
  241. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_stopwatch-grey.svg +0 -0
  242. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_th-dot-menu.svg +0 -0
  243. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_th-list-grey.svg +0 -0
  244. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_times.svg +0 -0
  245. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_trash.svg +0 -0
  246. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_user.svg +0 -0
  247. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_dark/typ_warning-full.svg +0 -0
  248. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/README.md +0 -0
  249. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_document-chapter.svg +0 -0
  250. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_document-note.svg +0 -0
  251. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_document-scene.svg +0 -0
  252. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_document-section.svg +0 -0
  253. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_document-title.svg +0 -0
  254. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_edit.svg +0 -0
  255. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_input-checked.svg +0 -0
  256. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_input-none.svg +0 -0
  257. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_input-unchecked.svg +0 -0
  258. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/mixed_search-replace.svg +0 -0
  259. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_deco-h0.svg +0 -0
  260. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_deco-h1.svg +0 -0
  261. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_deco-h2.svg +0 -0
  262. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_deco-h3.svg +0 -0
  263. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_deco-h4.svg +0 -0
  264. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_deco-noveltree-more.svg +0 -0
  265. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_search-case.svg +0 -0
  266. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_search-preserve.svg +0 -0
  267. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_search-regex.svg +0 -0
  268. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/nw_search-word.svg +0 -0
  269. /novelWriter-2.2b1/novelwriter/assets/icons/typicons_light/nw_tb-italic.svg → /novelWriter-2.2.1/novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg +0 -0
  270. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_arrow-down-thick-grey.svg +0 -0
  271. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_arrow-forward.svg +0 -0
  272. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_arrow-maximise.svg +0 -0
  273. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_arrow-minimise.svg +0 -0
  274. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_arrow-repeat-grey.svg +0 -0
  275. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_book-grey.svg +0 -0
  276. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_book.svg +0 -0
  277. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_bookmark.svg +0 -0
  278. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_calendar.svg +0 -0
  279. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_cancel-grey.svg +0 -0
  280. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_cancel.svg +0 -0
  281. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_chart-bar-grey.svg +0 -0
  282. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_chevron-down.svg +0 -0
  283. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_chevron-left.svg +0 -0
  284. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_chevron-right.svg +0 -0
  285. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_chevron-up.svg +0 -0
  286. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_cog.svg +0 -0
  287. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_delete-full.svg +0 -0
  288. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_delete.svg +0 -0
  289. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_directions-full.svg +0 -0
  290. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_document-text.svg +0 -0
  291. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_export-grey.svg +0 -0
  292. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_export.svg +0 -0
  293. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_flag.svg +0 -0
  294. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_folder-open.svg +0 -0
  295. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_folder.svg +0 -0
  296. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_globe-grey.svg +0 -0
  297. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_key.svg +0 -0
  298. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_lightbulb-full.svg +0 -0
  299. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_location.svg +0 -0
  300. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_media-pause-grey.svg +0 -0
  301. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_media-record-outline.svg +0 -0
  302. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_media-record.svg +0 -0
  303. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_minus.svg +0 -0
  304. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_pencil.svg +0 -0
  305. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_pin-outline.svg +0 -0
  306. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_pin.svg +0 -0
  307. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_plus.svg +0 -0
  308. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_puzzle-outline.svg +0 -0
  309. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_puzzle.svg +0 -0
  310. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_refresh-flipped.svg +0 -0
  311. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_refresh.svg +0 -0
  312. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_search.svg +0 -0
  313. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_star.svg +0 -0
  314. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_stopwatch-grey.svg +0 -0
  315. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_th-dot-menu.svg +0 -0
  316. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_th-list-grey.svg +0 -0
  317. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_times.svg +0 -0
  318. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_trash.svg +0 -0
  319. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_user.svg +0 -0
  320. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/typicons_light/typ_warning-full.svg +0 -0
  321. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/icons/x-novelwriter-project.svg +0 -0
  322. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/images/wizard-back.jpg +0 -0
  323. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/default_dark.conf +0 -0
  324. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/default_light.conf +0 -0
  325. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/grey_dark.conf +0 -0
  326. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/grey_light.conf +0 -0
  327. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/light_owl.conf +0 -0
  328. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/night_owl.conf +0 -0
  329. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/solarized_dark.conf +0 -0
  330. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/solarized_light.conf +0 -0
  331. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/tomorrow.conf +0 -0
  332. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/tomorrow_night.conf +0 -0
  333. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/tomorrow_night_blue.conf +0 -0
  334. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/tomorrow_night_bright.conf +0 -0
  335. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/syntax/tomorrow_night_eighties.conf +0 -0
  336. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/text/credits_en.htm +0 -0
  337. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/text/gplv3_en.htm +0 -0
  338. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/text/lipsum.txt +0 -0
  339. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/themes/default.conf +0 -0
  340. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/themes/default_dark.conf +0 -0
  341. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/themes/default_light.conf +0 -0
  342. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/themes/solarized_dark.conf +0 -0
  343. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/assets/themes/solarized_light.conf +0 -0
  344. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/core/__init__.py +0 -0
  345. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/dialogs/__init__.py +0 -0
  346. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/extensions/__init__.py +0 -0
  347. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/gui/__init__.py +0 -0
  348. {novelWriter-2.2b1 → novelWriter-2.2.1}/novelwriter/tools/__init__.py +0 -0
  349. {novelWriter-2.2b1 → novelWriter-2.2.1}/pyproject.toml +0 -0
  350. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/appimage_launcher.sh +0 -0
  351. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/128x128/apps/novelwriter.png +0 -0
  352. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/128x128/mimetypes/application-x-novelwriter-project.png +0 -0
  353. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/16x16/apps/novelwriter.png +0 -0
  354. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/16x16/mimetypes/application-x-novelwriter-project.png +0 -0
  355. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/24x24/apps/novelwriter.png +0 -0
  356. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/24x24/mimetypes/application-x-novelwriter-project.png +0 -0
  357. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/256x256/apps/novelwriter.png +0 -0
  358. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/256x256/mimetypes/application-x-novelwriter-project.png +0 -0
  359. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/32x32/apps/novelwriter.png +0 -0
  360. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/32x32/mimetypes/application-x-novelwriter-project.png +0 -0
  361. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/48x48/apps/novelwriter.png +0 -0
  362. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/48x48/mimetypes/application-x-novelwriter-project.png +0 -0
  363. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/512x512/apps/novelwriter.png +0 -0
  364. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/512x512/mimetypes/application-x-novelwriter-project.png +0 -0
  365. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/64x64/apps/novelwriter.png +0 -0
  366. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/64x64/mimetypes/application-x-novelwriter-project.png +0 -0
  367. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/scalable/apps/novelwriter.svg +0 -0
  368. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/hicolor/scalable/mimetypes/application-x-novelwriter-project.svg +0 -0
  369. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/novelwriter.desktop +0 -0
  370. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/novelwriter.png +0 -0
  371. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/data/x-novelwriter-project.xml +0 -0
  372. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/debian/compat +0 -0
  373. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/debian/control +0 -0
  374. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/debian/install +0 -0
  375. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/debian/py3dist-overrides +0 -0
  376. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/debian/rules +0 -0
  377. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/debian/source/format +0 -0
  378. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/description_short.txt +0 -0
  379. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/icons/novelwriter.svg +0 -0
  380. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/icons/x-novelwriter-project.svg +0 -0
  381. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/App.entitlements +0 -0
  382. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/Info.plist.template +0 -0
  383. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/build.sh +0 -0
  384. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_128x128.png +0 -0
  385. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_128x128@2x.png +0 -0
  386. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_16x16.png +0 -0
  387. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_16x16@2x.png +0 -0
  388. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_256x256.png +0 -0
  389. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_256x256@2x.png +0 -0
  390. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_32x32.png +0 -0
  391. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_32x32@2x.png +0 -0
  392. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_512x512.png +0 -0
  393. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/macos/novelwriter.iconset/icon_512x512@2x.png +0 -0
  394. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/make_clean.sh +0 -0
  395. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/make_pip.sh +0 -0
  396. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/make_snapshot.sh +0 -0
  397. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/novelwriter.appdata.xml +0 -0
  398. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/novelwriter_readme.png +0 -0
  399. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/novelwriter_text.png +0 -0
  400. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/win_setup_embed.iss +0 -0
  401. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/windows_install.bat +0 -0
  402. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup/windows_uninstall.bat +0 -0
  403. {novelWriter-2.2b1 → novelWriter-2.2.1}/setup.cfg +0 -0
@@ -1,5 +1,196 @@
1
1
  # novelWriter Changelog
2
2
 
3
+ ## Version 2.2.1 [2024-01-27]
4
+
5
+ ### Release Notes
6
+
7
+ This is a patch release that fixes an issue where the Project View would sometimes switch to the
8
+ Novel View when a new item was created. This patch also includes updated translations for German
9
+ and Chinese.
10
+
11
+ ### Detailed Changelog
12
+
13
+ **Bugfixes**
14
+
15
+ * Fix a bug in the toggle for the tree view on the left would trigger each time a new project item
16
+ was created. Issue #1649. PR #1648.
17
+ * Fix an issue where multiple Manuscript and Writing Stats dialogs could be opened. PR #1671.
18
+
19
+ **Internationalisation**
20
+
21
+ * Updated German translation, by @HeyMyian. PR #1666.
22
+ * Updated Chinese translation, by @ruixuan658 and @longqzh. PR #1666.
23
+
24
+ ----
25
+
26
+ ## Version 2.2 [2023-12-17]
27
+
28
+ ### Release Notes
29
+
30
+ This release comes with a number of new features. These are some highlights.
31
+
32
+ In addition to the common Markdown style formatting for bold, italic and strike through, a set of
33
+ new shortcodes have been added. The shortcodes are far more flexible than the Markdown style
34
+ syntax, and can be used for more complex formatting cases. Like when you need to add multiple,
35
+ overlapping formats, or add emphasis to just a part of a word. The shortcodes also allow for
36
+ underline, subscript and superscript, which the Markdown syntax does not. The new formats are
37
+ available in the "Format" menu, and in a new toolbar in the editor that can be enabled by clicking
38
+ the three dots in the top--left corner. The shortcode format was chosen because it can later be
39
+ extended to include other requested features as well. Please have a look at the documentation for
40
+ more details about the new shortcodes.
41
+
42
+ The Tags and References system has been improved. The tags themselves are no longer case sensitive
43
+ when you use them in references, but they are still displayed as you typed them in the tag
44
+ definition when they are displayed in the user interface. Starting to type the `@` symbol in the
45
+ text editor, on a new line, will now open an auto-completer menu which will display available
46
+ options. It may not display all of your tags if you have a lot of them, but starting to type more
47
+ characters will filter the list down further.
48
+
49
+ You can now automatically create a note file for a new tag that you have added to a reference list
50
+ in a document, but is not yet defined in a project note. So, for instance, if you come up with a
51
+ new character while writing, and add a new tag to your `@char` references, you can right-click the
52
+ new tag and create a new note for that entry directly. In addition, it is now also possible to
53
+ right-click a heading in an open document and set the item label in the project tree to match the
54
+ heading.
55
+
56
+ In addition to the changes in the editor, the "References" panel below the document viewer has also
57
+ been completely redesigned. It now shows all the references to the document you are viewing as a
58
+ list, with a lot more details than before. In addition, tabs in the panel will appear to show all
59
+ the tags you have defined in your notes, sorted as one tab per category. Like for instance
60
+ Characters, Locations, Objects, etc. You can also give each note a short description comment on the
61
+ same format as the summary comments for chapters and scenes. The short description comment can be
62
+ added from the "Insert" menu under "Special Comments".
63
+
64
+ The last major change in this release is the new multi-select feature in the project tree. You can
65
+ now select multiple documents and folders using the mouse while pressing `Ctrl` or `Shift`. By
66
+ right-clicking the selected items, you can perform a limited set of operations on all of them, like
67
+ changing active status, and the status or importance labels. You can also drag and drop multiple
68
+ items under the condition that all the selected items are in the same folder, at the same level.
69
+ This restriction is in place due to limitations in the framework novelWriter is based on. But this
70
+ should help in cases where multiple documents need to be moved in and out of folders or between
71
+ folders. Note that adding the multi-select feature meant that the undo feature of the project tree
72
+ had to be removed. It may be added back later.
73
+
74
+ _These Release Notes also include the changes from the 2.2 Beta 1 and 2.2 RC 1 releases._
75
+
76
+ ### Detailed Changelog
77
+
78
+ **Bugfixes**
79
+
80
+ * Fix column widths for columns with no text in the viewer panel lists, and fix an issues where
81
+ icons were not updated on theme switch. Issue #1627. PR #1626.
82
+ * Fix auto-selection of words with apostrophes. Issue #1624. PR #1632.
83
+
84
+ **Usability**
85
+
86
+ * Use `Ctrl+K, H` for inserting short description comments (alias to synopsis), drop the space
87
+ after the `%` symbol when inserting special comments, add a browse icon to the open open project
88
+ dialog, and remove the popup warning for Alpha releases. PR #1626.
89
+ * Menu entries no longer clear the status bar message when they are hovered. This was caused by a
90
+ status tip feature in Qt, which prints a blank message to the status bar. PR #1630.
91
+ * The novel view panel now scrolls to bring the current document into view when iteratively
92
+ searching through documents in the project. Issue #1555. PR #1632.
93
+ * The progress bar on the Manuscript Build dialog now stays for 3 seconds after completion instead
94
+ of 1 second. PR #1634.
95
+ * The document viewer panel now shows the importance label next to each entry, and double-clicking
96
+ an entry will open it in the viewer. All entries also now show the content in tooltips so that
97
+ the columns can be shrunk to only view the icon if there is too little space. Issue #16220.
98
+ PR #1639.
99
+ * The editor toolbar no longer uses the same buttons for markdown and shortcodes style formatting.
100
+ They have each received their separate buttons. Some additional space has been added between the
101
+ two types of buttons to visually separate them. Issues #1636 and #1637. PR #1638.
102
+ * Convert the Synopsis and Comment buttons in the document viewer footer to buttons with both icon
103
+ and text, and drop the label. Issue #1628. PR #1638.
104
+
105
+ **Internationalisation**
106
+
107
+ * Updated US English, Norwegian, Japanese, Latin American Spanish, French, and Italian
108
+ translations. PRs #1625 and #1641.
109
+
110
+ **Documentation**
111
+
112
+ * The documentation has been updated to cover new features in 2.2. PR #1640.
113
+
114
+ **Code Improvements**
115
+
116
+ * Improve memory usage by making sure C++ objects are deleted when they are no longer used. There
117
+ is an issue between the Python and Qt side of things where objects are left in memory and not
118
+ properly garbage collected when they run out of scope. A number of deferred delete calls have
119
+ been added that seems to solve most of these cases. A `--meminfo` flag has been added to the
120
+ command line arguments to provide diagnostic data to help debug such issues. PR #1629.
121
+ * Improve handling of alert boxes and their memory clean up, and refactor event filters. PR #1631.
122
+ * Clean up unused methods in GUI extensions. PR #1634.
123
+
124
+ ----
125
+
126
+ ## Version 2.2 RC 1 [2023-11-26]
127
+
128
+ ### Release Notes
129
+
130
+ This is a release candidate of the next release version, and is intended for testing purposes.
131
+ Please be careful when using this version on live writing projects, and make sure you take frequent
132
+ backups.
133
+
134
+ Please check the changelog for an overview of changes. The full release notes will be added to the
135
+ final release.
136
+
137
+ ### Detailed Changelog
138
+
139
+ **Bugfixes**
140
+
141
+ * Revert the change of keyboard shortcut to delete a project tree item made in 2.2 Beta 1 as it
142
+ blocks certain features in the editor. This is a regression. PR 1616.
143
+
144
+ **Features**
145
+
146
+ * The old References panel under the Document Viewer has been replaced with a completely new widget
147
+ with a lot more features. The Back-references panel is still there, but is now a scrollable list
148
+ with a lot more information. In addition, tabs for each category of tags are available when there
149
+ are tags defined for them. These panels list all available tags, with a good deal of information
150
+ about them that may be useful to the writer, as well as buttons to open them in the viewer or
151
+ editor. Issues #925 and #998. PR #1606.
152
+ * Multi-select is now possible in the project tree, with some limitations. Drag and drop is only
153
+ permitted if the selected items have the same parent item. Any other drag and drop selection will
154
+ be cancelled and the user notified. A new context menu has been added for the case when multiple
155
+ items are selected, with a reduced set of options that can be collectively applied to them.
156
+ Issues #1549 and #1592. PR #1612.
157
+ * The "Scroll Past End" setting in Preferences has been added back in. It is slightly different
158
+ than the old one, as this one uses the Qt Plain Text Editor implementation, which has some side
159
+ effects some users may want to avoid. Issue #1602. PR #1605.
160
+ * For Windows users, there is now an "Add Dictionaries" tool in the Tools menu where new spell
161
+ check dictionaries can be added. Links are provided to sources for these dictionaries, and a file
162
+ selector tool to import the files into novelWriter. Issue #982. PR #1611.
163
+ * You can now update the name of a document by right-clicking on any heading inside the document
164
+ and select "Set as Document Name". This will open the Rename dialog with the text of the heading
165
+ pre-filled. Issue #1503. PR #1614.
166
+ * A new special comment, called "Short" can be added to Project Notes. They are identical to
167
+ Synopsis comments, and are in fact just an alias for them. The "Short Description" will be
168
+ displayed alongside the tags in the new panel under the Document Viewer. Issues #1617 and #1621.
169
+ PRs #1617, #1619 and #1622.
170
+
171
+ **Usability**
172
+
173
+ * The feature to auto select word under cursor no longer uses the default Qt implementation, and
174
+ has instead been implemented by iterating backward and forward in the text to find the nearest
175
+ word boundaries. It will stop on characters that aren't Unicode alphanumeric as per Python's
176
+ definition. Toggling markup will also move the cursor to after the markup if it was already at
177
+ the end of the word. Otherwise it remains within the word at the same position. The word is not
178
+ selected after formatting if it wasn't selected before. If no selection was made, and no word is
179
+ auto selected, the formatting tags are inserted in-place with the cursor in the middle.
180
+ Issues #1333 and #1598. PR #1600.
181
+ * The auto complete context menu is now only triggered on actual user input consisting of adding or
182
+ removing a single character. PR #1601.
183
+ * Various improvements to the visibility of the cursor when the dimensions of the editor changes
184
+ have been added. Like for instance keeping the cursor visible when opening or closing the Viewer
185
+ panel, or toggling Focus Mode. Issues #1302 and #1478. PR #1608.
186
+ * The Manuscript Build dialog now has a button to open the output folder. Issue #1554. PR #1613.
187
+
188
+ **Code Improvements**
189
+
190
+ * Improve test coverage. PR #1607.
191
+
192
+ ----
193
+
3
194
  ## Version 2.2 Beta 1 [2023-11-11]
4
195
 
5
196
  ### Release Notes
@@ -32,14 +223,14 @@ final release.
32
223
  that tag will appear in the menu. On selection, it will create a note in the first root folder of
33
224
  the correct kind, and set the title and tag to match the undefined reference, making it instantly
34
225
  defined. Issues #1580 and #823. PR #1582.
35
- * Shortcodes have been added to the Document Editor. Shorcodes are HTML-like syntax, but uses
226
+ * Shortcodes have been added to the Document Editor. Shortcodes are HTML-like syntax, but uses
36
227
  square brackets instead of angular brackets. So `[b]text[/b]` will make the word "text" appear as
37
- bold. Shortcodes currently support bold, italic, striketrough, underline, superscript and
228
+ bold. Shortcodes currently support bold, italic, strike trough, underline, superscript and
38
229
  subscript text. The first three are complimentary to the Markdown-like syntax that. The benefit
39
230
  of the shortcode emphasis syntax, however, is that it does not care about word boundaries, and
40
231
  can therefore be used any place in the text. Including in the middle of words. Issues #1337 and
41
232
  #1444. PRs #1540 and #1583.
42
- * A show/hide toolbar has been added to the editor where toolbuttons for formatting options are
233
+ * A show/hide toolbar has been added to the editor where tool buttons for formatting options are
43
234
  available. The toolbar is hidden by default, but can be activated from a three dots icon in the
44
235
  top left corner of the editor. Issue #1585. PR #1584.
45
236
  * Build Definitions in the Manuscript Build tool can now be re-ordered, and the order is preserved
@@ -48,26 +239,26 @@ final release.
48
239
  **Usability**
49
240
 
50
241
  * The Settings menu in the sidebar now always pops out to the right and upwards from the bottom of
51
- the icon. The previous behaviour was not guaranteed to stay in the vissible area of the screen.
242
+ the icon. The previous behaviour was not guaranteed to stay in the visible area of the screen.
52
243
  PR #1520.
53
244
  * The right click action on a misspelled word now uses the actual spell checker data for lookup.
54
245
  Previously, the spell checker would underline a word that was misspelled, but the right click
55
246
  action actually had no way of reading where the error line was, so it had to guess again what
56
247
  word the user was clicking. Since these two parts of the code used different logic, they
57
248
  sometimes produced different results. The spell checker now saves the location of each spell
58
- check error, and the right click action retrieves this data when genrating suggestions, which
249
+ check error, and the right click action retrieves this data when generating suggestions, which
59
250
  should eliminate the problem of picking the correct word boundaries. Issue #1532. PR #1525.
60
251
  * The language of a project is not set in the New Project Wizard and in Project Settings. It is no
61
252
  longer defined in the Build Settings panel. Issue #1588. PR #1589.
62
- * The way switching focus and view in the main GUi has changed. Pressing `Ctrl+T` will now switch
253
+ * The way switching focus and view in the main GUI has changed. Pressing `Ctrl+T` will now switch
63
254
  focus to the Project or Novel Tree if focus is elsewhere, or if either have focus already, it
64
255
  will switch view to the other tree. Pressing `Ctrl+E` will switch focus and view to the Document
65
- Editor. Pressing `Ctrl+Shift+T` will do the same for the Outline View. The old Alt-based shorcuts
66
- have been removed. Issues #1310 and #1291. PR #1590.
256
+ Editor. Pressing `Ctrl+Shift+T` will do the same for the Outline View. The old Alt-based
257
+ shortcuts have been removed. Issues #1310 and #1291. PR #1590.
67
258
 
68
259
  **User Interface**
69
260
 
70
- * The labels under the sidebar buttons have been removed. The tooltips have the necessary
261
+ * The labels under the sidebar buttons have been removed. The tool tips have the necessary
71
262
  information. PR #1520.
72
263
 
73
264
  **Other Improvements**
@@ -105,7 +296,7 @@ changes have been fixed as well. See the full changelog for more details.
105
296
  Qt 5.15.8. In particular, it is possible to drop items on the root level, and it's possible to
106
297
  move root items to other locations. Neither should be possible and will severely mess up the
107
298
  project if done. Issue #1569. PR #1570.
108
- * Add a custom autoscroll feature when dragging an item in the project tree to near the top or
299
+ * Add a custom auto-scroll feature when dragging an item in the project tree to near the top or
109
300
  bottom. This is actually a default feature of the tree widget in the Qt library, but this too is
110
301
  broken in some versions of Qt 5.15.x. The default feature has been permanently disabled and
111
302
  replaced by a custom written feature that behaves similarly. Issue #1561. PR #1571.
@@ -327,7 +518,7 @@ This is a patch release that fixes a few issues and adds a Japanese translation.
327
518
 
328
519
  The issues were mostly related to spell checking. In particular, issues with finding the word
329
520
  boundary when using underscore characters for italics markup. These issues should now be resolved.
330
- In addition, escaped markup characters are now renderred properly in HTML and ODT build formats.
521
+ In addition, escaped markup characters are now rendered properly in HTML and ODT build formats.
331
522
 
332
523
  A few usability improvements have also been made. The Add Item menu in the project tree no longer
333
524
  shows the options to create Novel Documents when an item in the tree is selected that cannot hold
@@ -487,7 +678,7 @@ This is a patch release that fixes a few bugs and usability issues. The editing
487
678
  importance labels in Project Settings should now be a bit more intuitive. Opening a document from
488
679
  the Outline View that is already open in the editor should now switch to the editor view. The
489
680
  convert folder to note or document feature in the project tree has also been fixed. Some icons have
490
- been updated and a renderring issue with one of them fixed. Chinese, Norwegian, US English, German
681
+ been updated and a rendering issue with one of them fixed. Chinese, Norwegian, US English, German
491
682
  and Spanish translations have been updated as well. A new credits tab has been added to the About
492
683
  dialog box, replacing the Credits section on the main About tab.
493
684
 
@@ -757,7 +948,7 @@ opened, a request to update the file format will show up.
757
948
  PR #1212.
758
949
  * The GUI theme now determines which icon theme is to be loaded. It is no longer a separate
759
950
  setting. The icon theme can also be reloaded without restart. Issue #1172. PR #1212.
760
- * The block formating features in the Format menu now also works on empty lines. Issue #1178.
951
+ * The block formatting features in the Format menu now also works on empty lines. Issue #1178.
761
952
  PR #1214.
762
953
  * There is now a Format menu entry and shortcut code for synopsis comments. Issue #1177. PR #1214.
763
954
  * The split document dialog now has the option to move teh source document to trash. Issue #1179.
@@ -794,7 +985,7 @@ opened, a request to update the file format will show up.
794
985
  correct type information. PR #1197.
795
986
  * Saving and loading of XML data is now handled by a separate set of reader and writer classes. The
796
987
  reader class is capable of reading all file formats that have been used thus far. The various
797
- data classes have been improved, and a new XML file formart version 1.5 added. Issue #1189.
988
+ data classes have been improved, and a new XML file format version 1.5 added. Issue #1189.
798
989
  PRs #1221 and #1232.
799
990
  * The index is now automatically rebuilt when the project file format is updated. Issue #1235.
800
991
  PR #1236.
@@ -987,8 +1178,8 @@ final release.
987
1178
  setting is preserved. Previously, the Importance setting would overwrite it during the
988
1179
  conversion. PR #1030.
989
1180
  * Item labels, Status labels, and other labels on the GUI are now run through a "simplify" function
990
- before being accepted. This functions strips out all whitespaces and consecutive whitespaces and
991
- replace them with single plain whitespaces. This is a safer format to store in XML, and also
1181
+ before being accepted. This functions strips out all white spaces and consecutive white spaces
1182
+ and replace them with single plain white spaces. This is a safer format to store in XML, and also
992
1183
  makes sure there aren't invisible characters floating around in the labels. PR #1038.
993
1184
  * Due to the changes to how drag and drop works, there are no longer any restrictions on folders
994
1185
  and documents. Only root folders remain restricted in terms of moving. Root folders can only be
@@ -1494,7 +1685,7 @@ checking enabled if there is something wrong with the spell check package.
1494
1685
  **Bugfixes**
1495
1686
 
1496
1687
  * When the HTML converter replaced grater than or smaller than symbols with the corresponding HTML
1497
- entities. the poisition of the formatting tags following in the text would be shifted, but the
1688
+ entities. the position of the formatting tags following in the text would be shifted, but the
1498
1689
  positions were not updated. This is now solved by updating these positions when such a symbol is
1499
1690
  encountered. This issue has been backported from 1.6 development. Issue #929.
1500
1691
  * If the pyenchant package is installed, but the underlying enchant library is broken in one way or
@@ -1659,7 +1850,7 @@ backups.
1659
1850
  the case. Having two alternative spell checkers complicated the code a great deal, and the
1660
1851
  internal spell checker also required full word lists to be distributed with novelWriter. PR #875.
1661
1852
  * Added a setting in Preferences to change how the word count on the status bar is calculated. The
1662
- new setting allows the project notes to be filetred out, leaving only the word count for novel
1853
+ new setting allows the project notes to be filtered out, leaving only the word count for novel
1663
1854
  files. Feature request #857. PR #882.
1664
1855
 
1665
1856
  **Installation and Packaging**
@@ -1678,7 +1869,7 @@ backups.
1678
1869
 
1679
1870
  **Internationalisation**
1680
1871
 
1681
- * The US English and Nowregian translation files have been updated. PR #884.
1872
+ * The US English and Norwegian translation files have been updated. PR #884.
1682
1873
 
1683
1874
  **Documentation**
1684
1875
 
@@ -1709,7 +1900,7 @@ careful when using this version on live writing projects, and make sure you take
1709
1900
 
1710
1901
  **Internationalisation**
1711
1902
 
1712
- * The US English and Nowregian translation files have been updated. PR #870.
1903
+ * The US English and Norwegian translation files have been updated. PR #870.
1713
1904
 
1714
1905
  **Documentation**
1715
1906
 
@@ -2297,7 +2488,7 @@ buttons were blocked when they shouldn't. This release resolves these issues.
2297
2488
  This release is mainly focused on the Build Novel Project tool. Completely new export classes have
2298
2489
  been written to support Open Document and Markdown exports. In addition, the way document layouts
2299
2490
  are handled have been automated a little to assist the user in keeping header levels and document
2300
- layout flags in sync. The third new additoion is the ability to record and log idle time during a
2491
+ layout flags in sync. The third new addition is the ability to record and log idle time during a
2301
2492
  writing session to improve the writing statistics information as requested by several users.
2302
2493
  Finally, it is now possible to directly edit the project dictionary via a new, simple GUI dialog.
2303
2494
 
@@ -2390,7 +2581,7 @@ _These Release Notes also include the changes from 1.2 Beta 1 and RC 1._
2390
2581
  the index on next load. For earlier versions of novelWriter before 1.1.1, it would also cause a
2391
2582
  crash. Invalid keywords are now rejected during indexing. Issue #688. PR #689.
2392
2583
  * The "Empty Trash" option was no longer working due to an earlier fix that added a requirement
2393
- that the project tree has focus to allow the emptying to procede. Since the Empty Trash feature
2584
+ that the project tree has focus to allow the emptying to proceed. Since the Empty Trash feature
2394
2585
  opens a dialog, the tree loses focus, and the deletions are therefore ignored. The focus check is
2395
2586
  no longer considered when emptying the trash. Issue #701. PR #702.
2396
2587
 
@@ -2450,7 +2641,7 @@ _The Release Notes have been moved and merged into the 1.2 RC 1 notes._
2450
2641
  * A full Markdown exporter has been written and added for the Build Novel Project tool. This too
2451
2642
  replaces a Qt feature that was used to save the content of the preview window into a markdown
2452
2643
  file. The exporter allows for both standard markdown and GitHub flavour markdown. The only
2453
- relevant difference being that the latter allows strikethrough text. Issue #617. PR #650.
2644
+ relevant difference being that the latter allows strike through text. Issue #617. PR #650.
2454
2645
  * The Build Novel Project tool now has a "Line height" property that is applied to the preview, and
2455
2646
  to the HTML5 and Open Document export formats. Discussion #653. Issue #654. PR #660.
2456
2647
  * The Build Novel Project tool now has an option to convert Unicode characters to HTML entities on
@@ -2531,7 +2722,7 @@ but is still lacking in functionality compared to Enchant.
2531
2722
  exclude negative word counts is active. Previously, the entries with negative counts were
2532
2723
  filtered out, but the change in count was still applied to the next line, altering the value.
2533
2724
  Now, the GUI will instead just drop the lines that are negative and keep the other lines
2534
- unchanged. This is more intutitive, but it also means that the total count now longer matches the
2725
+ unchanged. This is more intuitive, but it also means that the total count now longer matches the
2535
2726
  sum of the lines. PR #659.
2536
2727
  * The keyboard shortcut for deleting entries in the project tree has been changed from `Ctrl+Del`
2537
2728
  to `Ctrl+Shift+Del`. The `Ctrl+Del` shortcut is thus free to be used exclusively by the editor to
@@ -2544,7 +2735,7 @@ but is still lacking in functionality compared to Enchant.
2544
2735
  given a significant speed improvement by caching the imported dictionary as a Python `set`
2545
2736
  instead of a `list`. The `set` has a hashed key lookup algorithm that is significantly faster.
2546
2737
  PR #668.
2547
- * Sessions shortar than 5 minutes, and with no word count changes, are no longer recorded in the
2738
+ * Sessions shorter than 5 minutes, and with no word count changes, are no longer recorded in the
2548
2739
  session stats log file. PR #685.
2549
2740
 
2550
2741
  **Installation**
@@ -3009,7 +3200,7 @@ issues are discovered, the next release will be the final version 1.0 release.
3009
3200
 
3010
3201
  * The tests for the core classes of novelWriter have been completely rewritten. Every class or
3011
3202
  source file of the core functionality (everything handling the actual project data and documents,
3012
- as well as the meta data) is now covered by its own testmodule with a 100% coverage for each
3203
+ as well as the meta data) is now covered by its own test module with a 100% coverage for each
3013
3204
  module. PR #512.
3014
3205
  * Likewise, the base tests have been rewritten to cover the `Config` class, the `main` function
3015
3206
  that launches the app, and the error handling class. The structure matches the core tests from
@@ -3041,7 +3232,7 @@ The "Typewriter Mode" of the editor has been improved. Essentially, this feature
3041
3232
  scroll. It tries to keep the cursor stationary in the vertical direction, and will try to scroll
3042
3233
  the document up when the cursor skips to a new line while typing (or down in case of backspaces).
3043
3234
  This is similar to the way a typewriter scrolls the paper when hitting the return key. It improves
3044
- the writing experience as the current active line will stay at the same eye heightlevel on the
3235
+ the writing experience as the current active line will stay at the same eye height level on the
3045
3236
  screen.
3046
3237
 
3047
3238
  Previously, the feature would lock the cursor to a given vertical position defined by the user.
@@ -3089,7 +3280,7 @@ Switching main GUI theme still requires a restart.
3089
3280
  handled by the various tools, but they shouldn't even trigger when there is no project or
3090
3281
  document to perform the action on. PR #492.
3091
3282
  * Clarify the message of the Close Project and Exit novelWriter dialogs. Previously, it may have
3092
- seemed to some users that clicking "No" would allow the closing to procede without saving
3283
+ seemed to some users that clicking "No" would allow the closing to proceed without saving
3093
3284
  changes. This is not true as changes are saved automatically when editing a project. The dialog
3094
3285
  text should now make this clearer. Issue #494, PR #495.
3095
3286
 
@@ -3134,7 +3325,7 @@ Switching main GUI theme still requires a restart.
3134
3325
  **User Interface**
3135
3326
 
3136
3327
  * An option has been added in Preferences to hide horizontal or vertical scroll bars on the main
3137
- GUI. These optons will hide scroll bars on the Project Tree, Document Editor, Document Viewer,
3328
+ GUI. These options will hide scroll bars on the Project Tree, Document Editor, Document Viewer,
3138
3329
  Outline Tab and on the controls of the Build Novel Project tool. Scroll bars take up space, and
3139
3330
  as long as the project doesn't contain very long documents, scrolling with the mouse wheel is
3140
3331
  enough. The feature is of course entirely optional. PRs #468 and #469.
@@ -3154,7 +3345,7 @@ Switching main GUI theme still requires a restart.
3154
3345
  * When applying a format from the format menu to a selection of multiple paragraphs (or lines),
3155
3346
  only the first paragraph (or line) receives the formatting. The editor doesn't allow markdown
3156
3347
  formatting to span multiple lines. Issue #451, PR #475.
3157
- * The syntax highlighter no longer uses the same colour to highlight strikethrough text as for
3348
+ * The syntax highlighter no longer uses the same colour to highlight strike through text as for
3158
3349
  emphasised text. The colour is intended to stand out, which makes little sense for such text.
3159
3350
  Instead, the highlighter uses the same colour as for comments. PR #476.
3160
3351
 
@@ -3305,7 +3496,7 @@ Switching main GUI theme still requires a restart.
3305
3496
 
3306
3497
  **Code Improvements**
3307
3498
 
3308
- * Minor improvemenmts have been made to the core project classes to improve encapsulation and
3499
+ * Minor improvements have been made to the core project classes to improve encapsulation and
3309
3500
  better ensure consistency between the different data structures that store the novel project in
3310
3501
  memory. PR #447.
3311
3502
  * Some unused or redundant code has been removed, and in some places, functions have been merged to
@@ -3322,9 +3513,9 @@ Switching main GUI theme still requires a restart.
3322
3513
  **Bugfixes**
3323
3514
 
3324
3515
  * If the horizontal scroll bar appeared at the bottom of the document editor or viewer, for
3325
- instance if a long, un-wrapable line was entered, the scroll bar would sit on top of the document
3326
- footer. The footer bar now properly moves out of the way when the horizontal scroll bar appears.
3327
- Issue #433, PR #434.
3516
+ instance if a long, un-wrappable line was entered, the scroll bar would sit on top of the
3517
+ document footer. The footer bar now properly moves out of the way when the horizontal scroll bar
3518
+ appears. Issue #433, PR #434.
3328
3519
 
3329
3520
  **New Features**
3330
3521
 
@@ -3446,7 +3637,7 @@ Switching main GUI theme still requires a restart.
3446
3637
  leading line break. This was previously handled entirely by the Qt library, which does this for
3447
3638
  some reason. Issue #395, PR #405.
3448
3639
  * A chapter heading in a file with a different layout than `Unnumbered` can now also be flagged as
3449
- an unnumbered chapter heading by adding an asterisk to the begfinning of the title text. This
3640
+ an unnumbered chapter heading by adding an asterisk to the beginning of the title text. This
3450
3641
  only affects the number assignment and counter when running the Build Novel Project tool. The
3451
3642
  rest of the app ignores the asterisk. Issue #402, PR #406.
3452
3643
 
@@ -3461,7 +3652,7 @@ Switching main GUI theme still requires a restart.
3461
3652
  create a copy of the example project from the source code. Either from the `sample` folder in the
3462
3653
  source, or from a `sample.zip` file generated by the `setup.py` script and saved to the
3463
3654
  `nw/assets` folder. PR #366.
3464
- * When the user clicked cancel on the colour dialog in Project Settins, the icon would be reset to
3655
+ * When the user clicked cancel on the colour dialog in Project Settings, the icon would be reset to
3465
3656
  black. Instead, the colour should remain unchanged. A check that the user actually selected a
3466
3657
  colour has now been added. Issue #395, PR #403.
3467
3658
 
@@ -3537,7 +3728,7 @@ planned by GitHub. See their [notes](https://github.com/github/renaming) for mor
3537
3728
  [novelwriter.readthedocs.io](https://novelwriter.readthedocs.io/) has been rewritten. It was
3538
3729
  drifting out of sync with the development of the code. In addition, many improvements have been
3539
3730
  made to the reStructuredText formatting of the documentation source by providing better
3540
- cross-reference linking and highlightings. The main repository README file has been updated to
3731
+ cross-reference linking and highlighting. The main repository README file has been updated to
3541
3732
  match. PRs #375, #382, and #384.
3542
3733
  * The main `setup.py` script has been updated to also build documentation for the Qt Assistant when
3543
3734
  given a `qthelp` flag. The compiled help files are copied into the `nw/assets/help` folder, and
@@ -3635,7 +3826,7 @@ longer be read by an earlier version due to the change of how autoReplace settin
3635
3826
  has been removed from the main window status bar. PR #348.
3636
3827
  * The document editor footer can optionally be hidden in Distraction Free mode. PR #351.
3637
3828
  * The Italic and Bold menu entries have been renamed to Emphasis and Strong Emphasis, which is more
3638
- in line with what they represent in Markdown and HTML. They are still renderred as Italic and
3829
+ in line with what they represent in Markdown and HTML. They are still rendered as Italic and
3639
3830
  Bold in the document viewer, but the HTML export is using the `<em>` and `<strong>` tags.
3640
3831
  PR #350.
3641
3832
  * Due to several issues with the formatting of emphasised text using `*`, `**`, and `***` wrappers,
@@ -3648,9 +3839,9 @@ longer be read by an earlier version due to the change of how autoReplace settin
3648
3839
  for emphasis and strong is commonly recommended when writing Markdown anyway, so it is a sensible
3649
3840
  compromise between speed and flexibility. This PR partially reverses PR #310. Issue #353,
3650
3841
  PR #355.
3651
- * The syntax highlighter now properly highlights overlapping formattings, including emphasised text
3842
+ * The syntax highlighter now properly highlights overlapping formatting, including emphasised text
3652
3843
  inside of highlighted quotes. PR #355.
3653
- * The colour highlighting of emphasis, strong and strikethrough, can now be switch off in
3844
+ * The colour highlighting of emphasis, strong and strike through, can now be switch off in
3654
3845
  Preferences. The syntax highlighter will still apply the italic, bold and strike effects.
3655
3846
  PR #357.
3656
3847
  * The project path in the Details tab of Project Settings can now be selected and copied to
@@ -3681,7 +3872,7 @@ longer be read by an earlier version due to the change of how autoReplace settin
3681
3872
  visible in the tree. It is called when you for instance click the header of an open document. It
3682
3873
  was also activated when opening a document from the tree view with either double-click by mouse,
3683
3874
  or by using the Enter key. This meant that the tree view would often move, which made it hard to
3684
- mouse click on items after eachother since you ended up chasing a moving target. This feature is
3875
+ mouse click on items after each other since you ended up chasing a moving target. This feature is
3685
3876
  now disabled for document open. In addition, the scroll into view feature has been added to the
3686
3877
  search/replace call to move into the next document when reaching the end of the current document.
3687
3878
  This was requested in Issue #332. PR #334.
@@ -3692,7 +3883,7 @@ longer be read by an earlier version due to the change of how autoReplace settin
3692
3883
  **Documentation**
3693
3884
 
3694
3885
  * The documentation has been updated to clarify the correct formatting for italic, bold and
3695
- strikethrough formatting tags. Issue #220, PR #338.
3886
+ strike through formatting tags. Issue #220, PR #338.
3696
3887
 
3697
3888
  ----
3698
3889
 
@@ -3711,11 +3902,11 @@ longer be read by an earlier version due to the change of how autoReplace settin
3711
3902
 
3712
3903
  * Underline text formatting has been removed. It is not standard HTML5, nor Markdown, and was
3713
3904
  previously implemented using the double underscore notation that in standard Markdown is
3714
- renderred as bold text. Instead, novelWriter now renders a single `*` or `_` wrapping a piece of
3905
+ rendered as bold text. Instead, novelWriter now renders a single `*` or `_` wrapping a piece of
3715
3906
  text _within_ a paragraphs as italicised text, and a double `**` or `__` as bold text. The
3716
3907
  keyboard shortcuts and automatic features _only_ support the `*` notation. A triple set of `***`
3717
3908
  are treated as both bold and italicised. PR #310.
3718
- * Strikethrough formatting has been added back into novelWriter using the standard Markdown `~~`
3909
+ * Strike through formatting has been added back into novelWriter using the standard Markdown `~~`
3719
3910
  wrapping. PR #310.
3720
3911
  * Added support for thin spaces and non-breaking thin spaces. PR #319.
3721
3912
  * The `Ctrl+Z` key sequence (undo) would not go through the wrapper function for document action
@@ -3732,7 +3923,7 @@ longer be read by an earlier version due to the change of how autoReplace settin
3732
3923
  PR #309.
3733
3924
  * The text emphasis functions, either selected from the menu or via keyboard shortcuts, will now
3734
3925
  try to respond to the command in a more meaningful way. That is, the text editor will try to
3735
- toggle the bold or italics features independently of eachother on the selected text. A menu entry
3926
+ toggle the bold or italics features independently of each other on the selected text. A menu entry
3736
3927
  to apply both at the same time has also been added. PR #310.
3737
3928
  * The document editor search tool has been completely rewritten. It now appears as a search box at
3738
3929
  the top of the document, and has a number of toggle switches added to it. You can modify the
@@ -4102,7 +4293,7 @@ that I can spend more time using it than creating it.
4102
4293
  **Additional thanks** to @countjocular for PRs #173 and #174, and to @johnblommers for all the
4103
4294
  helpful feedback and issue reports for the new features added in this, and previous releases.
4104
4295
 
4105
- ### Noteable Changes
4296
+ ### Notable Changes
4106
4297
 
4107
4298
  * The Timeline View dialog is now gone. Instead, the main window area has been split into two tabs.
4108
4299
  The first, the "Editor", contains the Document Editor and Viewer panels. The second, the
@@ -4253,7 +4444,7 @@ helpful feedback and issue reports for the new features added in this, and previ
4253
4444
  **Bug Fixes**
4254
4445
 
4255
4446
  * Fixed an issue when closing the import file dialog without selecting a file, the import would
4256
- procede, but fail on file not found. The import is now cancelled when there is no file selected.
4447
+ proceed, but fail on file not found. The import is now cancelled when there is no file selected.
4257
4448
  PR #149.
4258
4449
  * Fixed an issue with markdown export where it did not take into account hard line breaks. Issue
4259
4450
  #151, PR #152.
@@ -4663,7 +4854,7 @@ This is the initial release of a working version of novelWriter, but with very l
4663
4854
  capabilities. So far, the following has been implemented:
4664
4855
 
4665
4856
  * A document tree with a set of pre-defined root folders of a given set of classes for different
4666
- purposes for novel writing. That is, a root item for the novel itself, one for charcaters, plot
4857
+ purposes for novel writing. That is, a root item for the novel itself, one for characters, plot
4667
4858
  elements, timeline, locations, objects, and a custom one.
4668
4859
  * A plain text editor with a simplified markdown format that allows for four levels of titles, and
4669
4860
  bold, italics and underline text.
@@ -4671,7 +4862,7 @@ capabilities. So far, the following has been implemented:
4671
4862
  * It also allows for keyword/value sets staring with the character `@`. These will later be used
4672
4863
  to link documents together as tags point to other documents. For instance, a scene file can
4673
4864
  point the keyword `@POV:name` to a character file with the keyword `@THIS:name`.
4674
- * The text editor has a set of autoreplace features:
4865
+ * The text editor has a set of auto replace features:
4675
4866
  * Dashes are made by combining two or three hyphens.
4676
4867
  * Three dots are replaced with the ellipsis.
4677
4868
  * Straight quotes with your quote format of choice.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: novelWriter
3
- Version: 2.2b1
3
+ Version: 2.2.1
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
@@ -40,9 +40,9 @@ synchronisation tools. All text is saved as plain text files with a meta data he
40
40
  project structure is stored in a single project XML file, and other meta data is primarily saved as
41
41
  JSON files.
42
42
 
43
- The application is written with Python 3 (3.8+) using Qt5 and PyQt5 (5.3+). It is developed on
43
+ The application is written with Python 3 (3.8+) using Qt5 and PyQt5 (5.10+). It is developed on
44
44
  Linux, but should in principle work fine on other operating systems as well as long as dependencies
45
- are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and macOS.
45
+ are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and MacOS.
46
46
 
47
47
  novelWriter is developed and maintained by [Veronica Berglyd Olsen](https://github.com/vkbo).
48
48
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: novelWriter
3
- Version: 2.2b1
3
+ Version: 2.2.1
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
@@ -40,9 +40,9 @@ synchronisation tools. All text is saved as plain text files with a meta data he
40
40
  project structure is stored in a single project XML file, and other meta data is primarily saved as
41
41
  JSON files.
42
42
 
43
- The application is written with Python 3 (3.8+) using Qt5 and PyQt5 (5.3+). It is developed on
43
+ The application is written with Python 3 (3.8+) using Qt5 and PyQt5 (5.10+). It is developed on
44
44
  Linux, but should in principle work fine on other operating systems as well as long as dependencies
45
- are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and macOS.
45
+ are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and MacOS.
46
46
 
47
47
  novelWriter is developed and maintained by [Veronica Berglyd Olsen](https://github.com/vkbo).
48
48