Skip to content

Commit 97e4679

Browse files
committed
========== manuskript-0.7.0 ==========
1 parent 378f03c commit 97e4679

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

CHANGELOG.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# Change Log
22

3+
## [0.7.0](https://github.com/olivierkes/manuskript/tree/0.7.0) (2018-08-15)
4+
[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.6.0...0.7.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Display images as tooltip [\#270](https://github.com/olivierkes/manuskript/issues/270)
9+
- Focus mode [\#259](https://github.com/olivierkes/manuskript/issues/259)
10+
- Add: command line parameter to open project [\#223](https://github.com/olivierkes/manuskript/issues/223)
11+
- Moving World Items [\#219](https://github.com/olivierkes/manuskript/issues/219)
12+
- Make http links clickable in markdown editor [\#215](https://github.com/olivierkes/manuskript/issues/215)
13+
- Request for Bullets and Numbering option [\#123](https://github.com/olivierkes/manuskript/issues/123)
14+
- Markdown syntax highlighting [\#13](https://github.com/olivierkes/manuskript/issues/13)
15+
- Add moving World Items [\#298](https://github.com/olivierkes/manuskript/pull/298) ([JackXVII](https://github.com/JackXVII))
16+
17+
**Fixed bugs:**
18+
19+
- Crash if Cheatsheet filter term not found and Enter key pressed [\#354](https://github.com/olivierkes/manuskript/issues/354)
20+
- Overlay status bar prevents access to add/delete world item icons when displaying a message [\#307](https://github.com/olivierkes/manuskript/issues/307)
21+
- Deleting multiple World items leaves/creates two empty items [\#306](https://github.com/olivierkes/manuskript/issues/306)
22+
- Underline causes false spelling error [\#283](https://github.com/olivierkes/manuskript/issues/283)
23+
- Install on MacOsX failed [\#282](https://github.com/olivierkes/manuskript/issues/282)
24+
- .DS\_Store files let crash Manuskript when opening project [\#281](https://github.com/olivierkes/manuskript/issues/281)
25+
- Spell check is crashing the program [\#273](https://github.com/olivierkes/manuskript/issues/273)
26+
- Highlight Contrast Problem [\#272](https://github.com/olivierkes/manuskript/issues/272)
27+
- Segfault when pasting text with focus mode enabled [\#271](https://github.com/olivierkes/manuskript/issues/271)
28+
- Compile Check Box not working in Outline view [\#263](https://github.com/olivierkes/manuskript/issues/263)
29+
- Manuskript response slow with recent addition of focus mode [\#261](https://github.com/olivierkes/manuskript/issues/261)
30+
- Organize Menu is not disabled on startup [\#260](https://github.com/olivierkes/manuskript/issues/260)
31+
- Ctrl+tab gets trapped in Debug tab [\#249](https://github.com/olivierkes/manuskript/issues/249)
32+
- Index card status can spillover [\#246](https://github.com/olivierkes/manuskript/issues/246)
33+
- Cannot write a summary on a plot resolution step [\#240](https://github.com/olivierkes/manuskript/issues/240)
34+
- Format buttons in text editor window not working [\#59](https://github.com/olivierkes/manuskript/issues/59)
35+
- stop crash when click btnGoUp and current editor is None [\#318](https://github.com/olivierkes/manuskript/pull/318) ([Windspar](https://github.com/Windspar))
36+
- Avoid crash on spellcheck by ensuring enchant dictionary exists [\#303](https://github.com/olivierkes/manuskript/pull/303) ([gedakc](https://github.com/gedakc))
37+
- Skip loading directory and file names that begin with a period [\#302](https://github.com/olivierkes/manuskript/pull/302) ([gedakc](https://github.com/gedakc))
38+
39+
**Closed issues:**
40+
41+
- \[Feature request\] Russian translation [\#358](https://github.com/olivierkes/manuskript/issues/358)
42+
- Add polish translation [\#289](https://github.com/olivierkes/manuskript/issues/289)
43+
- \[Feature request\] Accept first command line argument as project file name to open [\#278](https://github.com/olivierkes/manuskript/issues/278)
44+
- Status bar distracting when saving with current develop branch [\#262](https://github.com/olivierkes/manuskript/issues/262)
45+
- Editor Consistency [\#257](https://github.com/olivierkes/manuskript/issues/257)
46+
- French Tab in English Mode [\#253](https://github.com/olivierkes/manuskript/issues/253)
47+
- I want to translate it to portuguese [\#230](https://github.com/olivierkes/manuskript/issues/230)
48+
49+
**Merged pull requests:**
50+
51+
- Add automated script to create RPM package [\#368](https://github.com/olivierkes/manuskript/pull/368) ([gedakc](https://github.com/gedakc))
52+
- Fix Travix CI build error on OSX installing python3 [\#338](https://github.com/olivierkes/manuskript/pull/338) ([gedakc](https://github.com/gedakc))
53+
- Use QPersistentModelIndex in textEditView [\#308](https://github.com/olivierkes/manuskript/pull/308) ([JackXVII](https://github.com/JackXVII))
54+
- Build MacOS release with XCode 7.3 image [\#287](https://github.com/olivierkes/manuskript/pull/287) ([katafrakt](https://github.com/katafrakt))
55+
356
## [0.6.0](https://github.com/olivierkes/manuskript/tree/0.6.0) (2017-11-29)
457
[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.5.0...0.6.0)
558

@@ -229,4 +282,4 @@
229282
## [0.1.0](https://github.com/olivierkes/manuskript/tree/0.1.0) (2016-02-06)
230283

231284

232-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
285+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

manuskript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Single source the package version
44
# https://packaging.python.org/guides/single-sourcing-package-version/
55

6-
__version__ = "0.6.0"
6+
__version__ = "0.7.0"
77

88
def getVersion():
99
return __version__

0 commit comments

Comments
 (0)