|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.12.0](https://github.com/olivierkes/manuskript/tree/0.12.0) (2021-04-30) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.11.0...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Improving user-friendliness of log files [\#852](https://github.com/olivierkes/manuskript/issues/852) |
| 10 | +- \[Feature Request\] Add spell check for Chinese. [\#822](https://github.com/olivierkes/manuskript/issues/822) |
| 11 | +- Number of characters instead of number of words? [\#774](https://github.com/olivierkes/manuskript/issues/774) |
| 12 | +- Italian spellchecker [\#730](https://github.com/olivierkes/manuskript/issues/730) |
| 13 | +- \[Feature Request\] Word counter in full screen mode [\#723](https://github.com/olivierkes/manuskript/issues/723) |
| 14 | +- Word count statistics incorrect when using Chinese characters [\#607](https://github.com/olivierkes/manuskript/issues/607) |
| 15 | +- select which monitor in full screen mode [\#456](https://github.com/olivierkes/manuskript/issues/456) |
| 16 | +- \[feature request\] Scene Search [\#376](https://github.com/olivierkes/manuskript/issues/376) |
| 17 | +- \[Feature request\] References in characters' bios [\#347](https://github.com/olivierkes/manuskript/issues/347) |
| 18 | +- add languagetool [\#142](https://github.com/olivierkes/manuskript/issues/142) |
| 19 | + |
| 20 | +**Fixed bugs:** |
| 21 | + |
| 22 | +- Using a world building template is broken [\#866](https://github.com/olivierkes/manuskript/issues/866) |
| 23 | +- Slow startup when using language\_tool\_python in the test python setup [\#862](https://github.com/olivierkes/manuskript/issues/862) |
| 24 | +- When using the + on editor or outline the application crashes [\#855](https://github.com/olivierkes/manuskript/issues/855) |
| 25 | +- Fullscreen and Exit -\> Fullscreen survives [\#846](https://github.com/olivierkes/manuskript/issues/846) |
| 26 | +- Loading another project leads to crash [\#833](https://github.com/olivierkes/manuskript/issues/833) |
| 27 | +- Crashes with using language-check [\#832](https://github.com/olivierkes/manuskript/issues/832) |
| 28 | +- Crash on showing settingsWindow.py [\#817](https://github.com/olivierkes/manuskript/issues/817) |
| 29 | +- Python syntax warning upon installation [\#792](https://github.com/olivierkes/manuskript/issues/792) |
| 30 | +- Right click → Insert Reference buggy when search term is followed by punctuation [\#781](https://github.com/olivierkes/manuskript/issues/781) |
| 31 | +- Can't open any file [\#758](https://github.com/olivierkes/manuskript/issues/758) |
| 32 | +- Error on export when using pandoc [\#736](https://github.com/olivierkes/manuskript/issues/736) |
| 33 | +- Snap Package: All types of export with pandoc fail with error 97 [\#709](https://github.com/olivierkes/manuskript/issues/709) |
| 34 | +- Main major and minor character are not functional [\#698](https://github.com/olivierkes/manuskript/issues/698) |
| 35 | +- export error \(pandoc\) [\#590](https://github.com/olivierkes/manuskript/issues/590) |
| 36 | + |
| 37 | +**Closed issues:** |
| 38 | + |
| 39 | +- Small bug with LanguageTool [\#860](https://github.com/olivierkes/manuskript/issues/860) |
| 40 | +- Help! Can't open MSK.file [\#759](https://github.com/olivierkes/manuskript/issues/759) |
| 41 | +- Can't run Manuskript [\#742](https://github.com/olivierkes/manuskript/issues/742) |
| 42 | +- Manuskript Crashes on Project Open [\#741](https://github.com/olivierkes/manuskript/issues/741) |
| 43 | +- Program crashes randomly and then never opens again even after reinstall [\#665](https://github.com/olivierkes/manuskript/issues/665) |
| 44 | +- PLOT Character Error Message [\#519](https://github.com/olivierkes/manuskript/issues/519) |
| 45 | +- Program crashes on copy and paste [\#441](https://github.com/olivierkes/manuskript/issues/441) |
| 46 | +- Enable/Disable POV-Option for Characters [\#335](https://github.com/olivierkes/manuskript/issues/335) |
| 47 | +- Show character count progress indicator [\#334](https://github.com/olivierkes/manuskript/issues/334) |
| 48 | + |
| 49 | +**Merged pull requests:** |
| 50 | + |
| 51 | +- Fix missing root when using world building template [\#867](https://github.com/olivierkes/manuskript/pull/867) ([belug23](https://github.com/belug23)) |
| 52 | +- Add configuration for github actions to test linux on pull requests [\#864](https://github.com/olivierkes/manuskript/pull/864) ([belug23](https://github.com/belug23)) |
| 53 | +- Fix errors when language tool isn't installed [\#863](https://github.com/olivierkes/manuskript/pull/863) ([belug23](https://github.com/belug23)) |
| 54 | +- Fix 860 languagetool get locale language [\#861](https://github.com/olivierkes/manuskript/pull/861) ([belug23](https://github.com/belug23)) |
| 55 | +- Friendly logging for end users [\#859](https://github.com/olivierkes/manuskript/pull/859) ([worstje](https://github.com/worstje)) |
| 56 | +- Fixing the tests for travis-CI [\#858](https://github.com/olivierkes/manuskript/pull/858) ([belug23](https://github.com/belug23)) |
| 57 | +- Fix \#855 - Avoid a crash when there's no model [\#856](https://github.com/olivierkes/manuskript/pull/856) ([belug23](https://github.com/belug23)) |
| 58 | +- Fix \#846 close Fullscreen when exiting main editor [\#854](https://github.com/olivierkes/manuskript/pull/854) ([belug23](https://github.com/belug23)) |
| 59 | +- Fix \#456 - Force the distraction free window on the display of the main window [\#851](https://github.com/olivierkes/manuskript/pull/851) ([belug23](https://github.com/belug23)) |
| 60 | +- Fixed project not opening with missing background [\#850](https://github.com/olivierkes/manuskript/pull/850) ([rbb8403](https://github.com/rbb8403)) |
| 61 | +- setup signal handler to avoid accident data loss [\#835](https://github.com/olivierkes/manuskript/pull/835) ([lingsamuel](https://github.com/lingsamuel)) |
| 62 | +- Properly disconnect add person connection. [\#834](https://github.com/olivierkes/manuskript/pull/834) ([BentleyJOakes](https://github.com/BentleyJOakes)) |
| 63 | +- Change outlineItem ID assignment process for major optimization [\#827](https://github.com/olivierkes/manuskript/pull/827) ([emgineering](https://github.com/emgineering)) |
| 64 | +- Fix for TypeErrors when using certain app styles [\#793](https://github.com/olivierkes/manuskript/pull/793) ([FrancoisDuchene](https://github.com/FrancoisDuchene)) |
| 65 | +- Fixed pandoc command arguments [\#790](https://github.com/olivierkes/manuskript/pull/790) ([DarkRedman](https://github.com/DarkRedman)) |
| 66 | +- Update manuskript\_fr.ts [\#789](https://github.com/olivierkes/manuskript/pull/789) ([DarkRedman](https://github.com/DarkRedman)) |
| 67 | +- Update abstractModel.py [\#777](https://github.com/olivierkes/manuskript/pull/777) ([siliconserf](https://github.com/siliconserf)) |
| 68 | +- Clones importance setting when adding new characters. [\#775](https://github.com/olivierkes/manuskript/pull/775) ([BentleyJOakes](https://github.com/BentleyJOakes)) |
| 69 | +- typofixing here and there [\#768](https://github.com/olivierkes/manuskript/pull/768) ([goofy-mdn](https://github.com/goofy-mdn)) |
| 70 | +- Fix Python 3.8 SyntaxWarning: "is not" with a literal [\#762](https://github.com/olivierkes/manuskript/pull/762) ([gedakc](https://github.com/gedakc)) |
| 71 | +- Set minimum of xcode11 for macOS X in Travis CI build [\#760](https://github.com/olivierkes/manuskript/pull/760) ([gedakc](https://github.com/gedakc)) |
| 72 | +- Enabling/Disabling POV for a specific character [\#748](https://github.com/olivierkes/manuskript/pull/748) ([TheJackiMonster](https://github.com/TheJackiMonster)) |
| 73 | +- Added basic support for LanguageTool via 'language\_check' as advanced spellchecker [\#747](https://github.com/olivierkes/manuskript/pull/747) ([TheJackiMonster](https://github.com/TheJackiMonster)) |
| 74 | +- Added char-count with settings to enable/disable it. [\#746](https://github.com/olivierkes/manuskript/pull/746) ([TheJackiMonster](https://github.com/TheJackiMonster)) |
| 75 | +- Add snap layout for pandoc templates directory [\#737](https://github.com/olivierkes/manuskript/pull/737) ([tomwardill](https://github.com/tomwardill)) |
| 76 | +- Select newly added world items, opening branches as necessary [\#735](https://github.com/olivierkes/manuskript/pull/735) ([johnbintz](https://github.com/johnbintz)) |
| 77 | +- Add global search [\#717](https://github.com/olivierkes/manuskript/pull/717) ([moisesjbc](https://github.com/moisesjbc)) |
| 78 | +- added 3 buttons to the textEditView that allow quickly adding new items [\#690](https://github.com/olivierkes/manuskript/pull/690) ([nagolinc](https://github.com/nagolinc)) |
| 79 | +- Logging and command-line arguments [\#667](https://github.com/olivierkes/manuskript/pull/667) ([worstje](https://github.com/worstje)) |
| 80 | +- adding characters count. Implementing \#334 [\#339](https://github.com/olivierkes/manuskript/pull/339) ([lechbaczynski](https://github.com/lechbaczynski)) |
| 81 | + |
3 | 82 | ## [0.11.0](https://github.com/olivierkes/manuskript/tree/0.11.0) (2020-01-18) |
4 | 83 |
|
5 | | -[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.10.0...HEAD) |
| 84 | +[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.10.0...0.11.0) |
| 85 | + |
| 86 | +**Implemented enhancements:** |
| 87 | + |
| 88 | +- \[Feature Request\] Automatically calculate folder word count goal [\#664](https://github.com/olivierkes/manuskript/issues/664) |
6 | 89 |
|
7 | 90 | **Fixed bugs:** |
8 | 91 |
|
|
16 | 99 |
|
17 | 100 | - Can't get the program to open [\#686](https://github.com/olivierkes/manuskript/issues/686) |
18 | 101 | - Default for separator between folders should be pagebreak [\#680](https://github.com/olivierkes/manuskript/issues/680) |
19 | | -- \[Feature Request\] Automatically calculate folder word count goal [\#664](https://github.com/olivierkes/manuskript/issues/664) |
| 102 | +- Program crashes on copy and paste [\#441](https://github.com/olivierkes/manuskript/issues/441) |
20 | 103 |
|
21 | 104 | **Merged pull requests:** |
22 | 105 |
|
23 | 106 | - Change wording of import warning for PyQt/Qt versions 5.11 and 5.12 [\#715](https://github.com/olivierkes/manuskript/pull/715) ([gedakc](https://github.com/gedakc)) |
24 | 107 | - Remove support for macOS X Sierra \(10.12\) in Travis CI build [\#713](https://github.com/olivierkes/manuskript/pull/713) ([gedakc](https://github.com/gedakc)) |
25 | 108 | - Fixed bugs caused by parallel access during multithreading [\#706](https://github.com/olivierkes/manuskript/pull/706) ([TheJackiMonster](https://github.com/TheJackiMonster)) |
26 | | -- More german translations [\#701](https://github.com/olivierkes/manuskript/pull/701) ([argail1980](https://github.com/argail1980)) |
27 | | -- Fixed translation mistake. Trilogy translates to Trilogie in German [\#700](https://github.com/olivierkes/manuskript/pull/700) ([argail1980](https://github.com/argail1980)) |
| 109 | +- More german translations [\#701](https://github.com/olivierkes/manuskript/pull/701) ([fabianbeil](https://github.com/fabianbeil)) |
| 110 | +- Fixed translation mistake. Trilogy translates to Trilogie in German [\#700](https://github.com/olivierkes/manuskript/pull/700) ([fabianbeil](https://github.com/fabianbeil)) |
28 | 111 | - Fix for Windows 10 Dark Theme on older Qt versions [\#660](https://github.com/olivierkes/manuskript/pull/660) ([worstje](https://github.com/worstje)) |
29 | 112 |
|
30 | 113 | ## [0.10.0](https://github.com/olivierkes/manuskript/tree/0.10.0) (2019-09-30) |
|
59 | 142 |
|
60 | 143 | **Closed issues:** |
61 | 144 |
|
| 145 | +- Word count goal progress bar broken in develop. [\#652](https://github.com/olivierkes/manuskript/issues/652) |
62 | 146 | - Fullscreen mode causes spike in CPU [\#643](https://github.com/olivierkes/manuskript/issues/643) |
63 | 147 | - Italian dictionary [\#638](https://github.com/olivierkes/manuskript/issues/638) |
64 | 148 | - Manuskript 9.0 crashes when creating new project or opening existing project [\#631](https://github.com/olivierkes/manuskript/issues/631) |
65 | 149 | - Spell Check Not working [\#625](https://github.com/olivierkes/manuskript/issues/625) |
| 150 | +- story line feature crashing [\#620](https://github.com/olivierkes/manuskript/issues/620) |
66 | 151 | - Manuskript me fastidio un documento de word [\#616](https://github.com/olivierkes/manuskript/issues/616) |
67 | 152 | - Feature request: Option to vertically center text input line on screen in fullscreen mode [\#602](https://github.com/olivierkes/manuskript/issues/602) |
| 153 | +- Italian translation not applied, application still english. [\#599](https://github.com/olivierkes/manuskript/issues/599) |
68 | 154 | - File Randomly won't open [\#597](https://github.com/olivierkes/manuskript/issues/597) |
| 155 | +- Adding Persian\(Farsi\) in Weblate [\#596](https://github.com/olivierkes/manuskript/issues/596) |
| 156 | +- Importing images into Manuskript [\#593](https://github.com/olivierkes/manuskript/issues/593) |
| 157 | +- British English translation [\#592](https://github.com/olivierkes/manuskript/issues/592) |
69 | 158 | - utf-8' codec can't decode byte 0xff in position 0 [\#591](https://github.com/olivierkes/manuskript/issues/591) |
70 | 159 | - Issue with saving as directory [\#589](https://github.com/olivierkes/manuskript/issues/589) |
| 160 | +- Crashes in outliner [\#582](https://github.com/olivierkes/manuskript/issues/582) |
71 | 161 | - Headings h4 not translated from Markdown to ODF [\#580](https://github.com/olivierkes/manuskript/issues/580) |
72 | 162 | - \[BUG\] Shim error [\#579](https://github.com/olivierkes/manuskript/issues/579) |
73 | 163 | - Crash when edit text [\#555](https://github.com/olivierkes/manuskript/issues/555) |
74 | 164 | - Unusual environment failure [\#547](https://github.com/olivierkes/manuskript/issues/547) |
75 | 165 | - Won't run \(Arch Linux\) [\#546](https://github.com/olivierkes/manuskript/issues/546) |
76 | 166 | - Rendre extensible les modèles d'intrigue [\#329](https://github.com/olivierkes/manuskript/issues/329) |
77 | | -- Word count goal progress bar broken in develop. [\#652](https://github.com/olivierkes/manuskript/issues/652) |
78 | | -- story line feature crashing [\#620](https://github.com/olivierkes/manuskript/issues/620) |
79 | | -- Italian translation not applied, application still english. [\#599](https://github.com/olivierkes/manuskript/issues/599) |
80 | | -- Adding Persian\(Farsi\) in Weblate [\#596](https://github.com/olivierkes/manuskript/issues/596) |
81 | | -- Importing images into Manuskript [\#593](https://github.com/olivierkes/manuskript/issues/593) |
82 | | -- British English translation [\#592](https://github.com/olivierkes/manuskript/issues/592) |
83 | | -- Crashes in outliner [\#582](https://github.com/olivierkes/manuskript/issues/582) |
84 | 167 |
|
85 | 168 | **Merged pull requests:** |
86 | 169 |
|
|
122 | 205 |
|
123 | 206 | **Implemented enhancements:** |
124 | 207 |
|
| 208 | +- Add non-enchant spellcheck support [\#505](https://github.com/olivierkes/manuskript/issues/505) |
125 | 209 | - Fullscreen editor suggestions [\#527](https://github.com/olivierkes/manuskript/issues/527) |
126 | 210 | - \[Feature Request\] Keyboard shortcuts in Full-Screen mode [\#444](https://github.com/olivierkes/manuskript/issues/444) |
127 | 211 | - \[Feature Request\] Add Ability to Add Image When Creating Fullscreen Theme [\#399](https://github.com/olivierkes/manuskript/issues/399) |
|
0 commit comments