|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [0.8.0](https://github.com/olivierkes/manuskript/tree/0.8.0) (2018-12-05) |
| 3 | +## [0.9.0](https://github.com/olivierkes/manuskript/tree/0.9.0) (2019-04-04) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.8.0...0.9.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Fullscreen editor suggestions [\#527](https://github.com/olivierkes/manuskript/issues/527) |
| 10 | +- \[Feature Request\] Keyboard shortcuts in Full-Screen mode [\#444](https://github.com/olivierkes/manuskript/issues/444) |
| 11 | +- \[Feature Request\] Add Ability to Add Image When Creating Fullscreen Theme [\#399](https://github.com/olivierkes/manuskript/issues/399) |
| 12 | +- Making Fullscreen Mode Great Again [\#234](https://github.com/olivierkes/manuskript/issues/234) |
| 13 | + |
| 14 | +**Fixed bugs:** |
| 15 | + |
| 16 | +- Crash when previewing malformed regular expression when compiling [\#488](https://github.com/olivierkes/manuskript/issues/488) |
| 17 | +- Spellcheck On/Off setting ignored / Manuskript unresponsive [\#474](https://github.com/olivierkes/manuskript/issues/474) |
| 18 | +- Wrong codepage for import causes crash [\#470](https://github.com/olivierkes/manuskript/issues/470) |
| 19 | +- Full-screen mode right-click menu black text on black background [\#440](https://github.com/olivierkes/manuskript/issues/440) |
| 20 | +- Application language still the same after changing it in the settings. [\#411](https://github.com/olivierkes/manuskript/issues/411) |
| 21 | + |
| 22 | +**Closed issues:** |
| 23 | + |
| 24 | +- Python issues? lxml [\#541](https://github.com/olivierkes/manuskript/issues/541) |
| 25 | +- Cannot open a project. [\#529](https://github.com/olivierkes/manuskript/issues/529) |
| 26 | +- Corrupted Project File Crashes When Opening. [\#522](https://github.com/olivierkes/manuskript/issues/522) |
| 27 | +- Specific document suddenly won't open [\#502](https://github.com/olivierkes/manuskript/issues/502) |
| 28 | +- trying to get pandoc to work manuskript 0.8.0 Win10 64 [\#475](https://github.com/olivierkes/manuskript/issues/475) |
| 29 | +- Editor does not show text [\#472](https://github.com/olivierkes/manuskript/issues/472) |
| 30 | +- Application crashes when trying to save "…" [\#461](https://github.com/olivierkes/manuskript/issues/461) |
| 31 | +- Feature Request: script writing interface for manuskript [\#435](https://github.com/olivierkes/manuskript/issues/435) |
| 32 | +- Chinese translation filename suffix [\#428](https://github.com/olivierkes/manuskript/issues/428) |
4 | 33 |
|
| 34 | +**Merged pull requests:** |
| 35 | + |
| 36 | +- Fix color scheme of fullscreen editor [\#539](https://github.com/olivierkes/manuskript/pull/539) ([kakaroto](https://github.com/kakaroto)) |
| 37 | +- Directory entries in ZIP break loading code [\#531](https://github.com/olivierkes/manuskript/pull/531) ([worstje](https://github.com/worstje)) |
| 38 | +- Providing a suitable icon for consumption by Windows operating systems [\#530](https://github.com/olivierkes/manuskript/pull/530) ([worstje](https://github.com/worstje)) |
| 39 | +- Ensure text file open methods use utf-8 encoding [\#515](https://github.com/olivierkes/manuskript/pull/515) ([gedakc](https://github.com/gedakc)) |
| 40 | +- Fix crash when right-clicking twice on fullscreen panel in Windows 10 [\#514](https://github.com/olivierkes/manuskript/pull/514) ([kakaroto](https://github.com/kakaroto)) |
| 41 | +- Add support for IPython Jupyter QT Console as a debugging aid [\#513](https://github.com/olivierkes/manuskript/pull/513) ([kakaroto](https://github.com/kakaroto)) |
| 42 | +- Fix background of popup menus that were transparent \(black\) [\#512](https://github.com/olivierkes/manuskript/pull/512) ([kakaroto](https://github.com/kakaroto)) |
| 43 | +- Add snap build and package [\#511](https://github.com/olivierkes/manuskript/pull/511) ([tomwardill](https://github.com/tomwardill)) |
| 44 | +- Add ability to add new background images through UI. [\#510](https://github.com/olivierkes/manuskript/pull/510) ([kakaroto](https://github.com/kakaroto)) |
| 45 | +- Fullscreen panels improvements [\#509](https://github.com/olivierkes/manuskript/pull/509) ([kakaroto](https://github.com/kakaroto)) |
| 46 | +- Fix corkView background image on Windows [\#508](https://github.com/olivierkes/manuskript/pull/508) ([kakaroto](https://github.com/kakaroto)) |
| 47 | +- Do not default spellcheck to True for new editor views [\#506](https://github.com/olivierkes/manuskript/pull/506) ([kakaroto](https://github.com/kakaroto)) |
| 48 | +- Set editor theme stylesheet to QTextEdit only. [\#504](https://github.com/olivierkes/manuskript/pull/504) ([kakaroto](https://github.com/kakaroto)) |
| 49 | +- Fix fullscreen editor's myScrollBar delayed destruction causing a crash [\#503](https://github.com/olivierkes/manuskript/pull/503) ([kakaroto](https://github.com/kakaroto)) |
| 50 | +- 2nd try to fix macOS X blank screen when leaving fullscreen editor mode [\#495](https://github.com/olivierkes/manuskript/pull/495) ([gedakc](https://github.com/gedakc)) |
| 51 | +- Fix crash when right clicking a word in editor and enchant is not installed [\#492](https://github.com/olivierkes/manuskript/pull/492) ([kakaroto](https://github.com/kakaroto)) |
| 52 | +- Don't crash if a typo is made in the exporter's regular expression. [\#486](https://github.com/olivierkes/manuskript/pull/486) ([kakaroto](https://github.com/kakaroto)) |
| 53 | +- Fix crash when previewing pandoc HTML with QTextEdit as web renderer… [\#485](https://github.com/olivierkes/manuskript/pull/485) ([kakaroto](https://github.com/kakaroto)) |
| 54 | +- Fix crash when 7 pound signs are written alone on a line. [\#484](https://github.com/olivierkes/manuskript/pull/484) ([kakaroto](https://github.com/kakaroto)) |
| 55 | +- Try to fix macOS X blank screen when leaving editor fullscreen mode [\#482](https://github.com/olivierkes/manuskript/pull/482) ([gedakc](https://github.com/gedakc)) |
| 56 | +- Fix wrong codepage crash on import with Windows 10 [\#478](https://github.com/olivierkes/manuskript/pull/478) ([gedakc](https://github.com/gedakc)) |
| 57 | +- Spelling: Manuscript, may have to be restarted [\#454](https://github.com/olivierkes/manuskript/pull/454) ([comradekingu](https://github.com/comradekingu)) |
| 58 | +- Chinese translation [\#434](https://github.com/olivierkes/manuskript/pull/434) ([lingsamuel](https://github.com/lingsamuel)) |
| 59 | +- fix translator [\#433](https://github.com/olivierkes/manuskript/pull/433) ([lingsamuel](https://github.com/lingsamuel)) |
| 60 | +- Remember last accessed directory [\#431](https://github.com/olivierkes/manuskript/pull/431) ([lingsamuel](https://github.com/lingsamuel)) |
| 61 | +- translation suffix, change translation load order [\#430](https://github.com/olivierkes/manuskript/pull/430) ([lingsamuel](https://github.com/lingsamuel)) |
| 62 | + |
| 63 | +## [0.8.0](https://github.com/olivierkes/manuskript/tree/0.8.0) (2018-12-05) |
5 | 64 | [Full Changelog](https://github.com/olivierkes/manuskript/compare/0.7.0...0.8.0) |
6 | 65 |
|
7 | 66 | **Fixed bugs:** |
|
18 | 77 |
|
19 | 78 | **Closed issues:** |
20 | 79 |
|
21 | | -- pt\_PT translation and Weblate [\#408](https://github.com/olivierkes/manuskript/issues/408) |
22 | | -- Italian translation [\#395](https://github.com/olivierkes/manuskript/issues/395) |
23 | 80 | - Problems with running from 0.7.0 pyinstaller package on mac os x 10.13 [\#386](https://github.com/olivierkes/manuskript/issues/386) |
24 | 81 | - Old bugs in current version 0.6.0 \(with crosslinks and details\) [\#371](https://github.com/olivierkes/manuskript/issues/371) |
| 82 | +- pt\_PT translation and Weblate [\#408](https://github.com/olivierkes/manuskript/issues/408) |
| 83 | +- Italian translation [\#395](https://github.com/olivierkes/manuskript/issues/395) |
| 84 | +- Snowflake view mode always disabled [\#45](https://github.com/olivierkes/manuskript/issues/45) |
25 | 85 |
|
26 | 86 | **Merged pull requests:** |
27 | 87 |
|
|
272 | 332 | - Is This An Active Project [\#56](https://github.com/olivierkes/manuskript/issues/56) |
273 | 333 | - Qt WebKit is deprecated [\#54](https://github.com/olivierkes/manuskript/issues/54) |
274 | 334 | - Unable to run application [\#47](https://github.com/olivierkes/manuskript/issues/47) |
275 | | -- Snowflake view mode always disabled [\#45](https://github.com/olivierkes/manuskript/issues/45) |
276 | 335 | - \[Windows\] Compile Dialog does not have a title [\#39](https://github.com/olivierkes/manuskript/issues/39) |
277 | 336 | - Creating manuskript binay for Android and IOS [\#21](https://github.com/olivierkes/manuskript/issues/21) |
278 | 337 | - Compiling Manuskript in windows [\#19](https://github.com/olivierkes/manuskript/issues/19) |
|
0 commit comments