|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.13.1](https://github.com/olivierkes/manuskript/tree/HEAD) |
| 3 | +## [0.14.0](https://github.com/olivierkes/manuskript/tree/0.14.0) (2022-06-08) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.12.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.13.1...0.14.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- \[Feature Request\] Full Compile Export [\#1034](https://github.com/olivierkes/manuskript/issues/1034) |
| 10 | +- Cleaning up the flatpak [\#1029](https://github.com/olivierkes/manuskript/issues/1029) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- Crashing when I'm trying to create the 1st project [\#1035](https://github.com/olivierkes/manuskript/issues/1035) |
| 15 | +- crash on the "Outline" section [\#1032](https://github.com/olivierkes/manuskript/issues/1032) |
| 16 | +- Manuskript crashing while booting [\#1021](https://github.com/olivierkes/manuskript/issues/1021) |
| 17 | +- \[Bug\] double click causes crash in outline or plots view [\#1014](https://github.com/olivierkes/manuskript/issues/1014) |
| 18 | +- Re-ordering items in the outline causes data loss/text overwritting [\#1001](https://github.com/olivierkes/manuskript/issues/1001) |
| 19 | +- An unhandled exception has occurred! on cheatsheet [\#994](https://github.com/olivierkes/manuskript/issues/994) |
| 20 | +- Crash when changing index card style [\#992](https://github.com/olivierkes/manuskript/issues/992) |
| 21 | +- Regex search causes crash [\#989](https://github.com/olivierkes/manuskript/issues/989) |
| 22 | +- Crash when project file is open in another application [\#950](https://github.com/olivierkes/manuskript/issues/950) |
| 23 | +- outliner folder gets renamed and contents replaced when dragged over other folder, only in upward direction [\#719](https://github.com/olivierkes/manuskript/issues/719) |
| 24 | + |
| 25 | +**Closed issues:** |
| 26 | + |
| 27 | +- Creating empty language file hr-HR [\#1023](https://github.com/olivierkes/manuskript/issues/1023) |
| 28 | +- Creating project from template dialog has fixed size [\#996](https://github.com/olivierkes/manuskript/issues/996) |
| 29 | +- Russian translation [\#990](https://github.com/olivierkes/manuskript/issues/990) |
| 30 | +- \[Windows Version\] Two program windows pop up [\#327](https://github.com/olivierkes/manuskript/issues/327) |
| 31 | + |
| 32 | +**Merged pull requests:** |
| 33 | + |
| 34 | +- catch AttributeError in plotTreeView double click event \(fixes \#1014\) [\#1015](https://github.com/olivierkes/manuskript/pull/1015) ([amconners](https://github.com/amconners)) |
| 35 | +- Change welcome page spacer size policy to allow welcome to expand to fill most of screen \(fixes olivierkes\#996\) [\#1007](https://github.com/olivierkes/manuskript/pull/1007) ([jdanielp](https://github.com/jdanielp)) |
| 36 | +- Fix crash when files are locked for writing \(Fixes olivierkes\#950\) [\#1004](https://github.com/olivierkes/manuskript/pull/1004) ([jdanielp](https://github.com/jdanielp)) |
| 37 | +- Fix crash when regex is not valid \(Fixes olivierkes\#989\) [\#1003](https://github.com/olivierkes/manuskript/pull/1003) ([jdanielp](https://github.com/jdanielp)) |
| 38 | +- Potential fix for \#719, \#1001: data loss when reordering items in upward direction [\#1002](https://github.com/olivierkes/manuskript/pull/1002) ([olivierkes](https://github.com/olivierkes)) |
| 39 | +- hard\_line\_breaks support [\#1000](https://github.com/olivierkes/manuskript/pull/1000) ([Mte90](https://github.com/Mte90)) |
| 40 | +- Fix for \#992 and \#998 [\#999](https://github.com/olivierkes/manuskript/pull/999) ([amconners](https://github.com/amconners)) |
| 41 | +- Write a test for ParseMMDFile function. [\#831](https://github.com/olivierkes/manuskript/pull/831) ([zeth](https://github.com/zeth)) |
| 42 | + |
| 43 | +## [0.13.1](https://github.com/olivierkes/manuskript/tree/0.13.1) (2021-12-13) |
| 44 | + |
| 45 | +[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.12.0...0.13.1) |
6 | 46 |
|
7 | 47 | **Implemented enhancements:** |
8 | 48 |
|
|
0 commit comments