From 0cbf337f09c8d3b375e00615d39a9e5d69a06ad6 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 5 Dec 2018 11:30:00 -0700 Subject: [PATCH] ========== manuskript-0.8.0 ========== --- CHANGELOG.md | 53 +++++++++++++++++++++++++++++++++++++----- manuskript/ui/about.py | 2 +- manuskript/version.py | 2 +- 3 files changed, 49 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfcb7c9..fc515012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Change Log +## [0.8.0](https://github.com/olivierkes/manuskript/tree/0.8.0) (2018-12-05) + +[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.7.0...0.8.0) + +**Fixed bugs:** + +- Snowflake Method option is greyed out. [\#419](https://github.com/olivierkes/manuskript/issues/419) +- Plots bounce around main, secondary, and minor -- unsatisfactory solution? [\#404](https://github.com/olivierkes/manuskript/issues/404) +- Segmentation fault on import [\#402](https://github.com/olivierkes/manuskript/issues/402) +- "Corrupted" settings and impossibility to start [\#377](https://github.com/olivierkes/manuskript/issues/377) +- Resolution step deleting itself on pressing Ctrl + Backspace [\#375](https://github.com/olivierkes/manuskript/issues/375) +- Develop Branch Crashes in Outline View [\#355](https://github.com/olivierkes/manuskript/issues/355) +- Export crashes, because of encoding to 1250 [\#331](https://github.com/olivierkes/manuskript/issues/331) +- pandoc v2 has deprecated some options and extensions so manuskript is giving error. [\#304](https://github.com/olivierkes/manuskript/issues/304) +- Compile Issue for Pandoc Formats - pandoc.exe incorrect [\#186](https://github.com/olivierkes/manuskript/issues/186) + +**Closed issues:** + +- pt\_PT translation and Weblate [\#408](https://github.com/olivierkes/manuskript/issues/408) +- Italian translation [\#395](https://github.com/olivierkes/manuskript/issues/395) +- Problems with running from 0.7.0 pyinstaller package on mac os x 10.13 [\#386](https://github.com/olivierkes/manuskript/issues/386) +- Old bugs in current version 0.6.0 \(with crosslinks and details\) [\#371](https://github.com/olivierkes/manuskript/issues/371) + +**Merged pull requests:** + +- Remove unimplemented snowflake view mode menu entry [\#424](https://github.com/olivierkes/manuskript/pull/424) ([gedakc](https://github.com/gedakc)) +- Increase Travis CI macOS X build minimum to Sierra \(10.12\) [\#423](https://github.com/olivierkes/manuskript/pull/423) ([gedakc](https://github.com/gedakc)) +- Remove plot resolution step key bindings Ctrl+Enter and Ctrl+Backspace [\#420](https://github.com/olivierkes/manuskript/pull/420) ([gedakc](https://github.com/gedakc)) +- Add support for pandoc version 2 [\#418](https://github.com/olivierkes/manuskript/pull/418) ([gedakc](https://github.com/gedakc)) +- Prevent build and deploy steps for linux on Travis CI [\#414](https://github.com/olivierkes/manuskript/pull/414) ([gedakc](https://github.com/gedakc)) +- Limit pyinstaller package build and deploy to osx on Travis CI [\#413](https://github.com/olivierkes/manuskript/pull/413) ([gedakc](https://github.com/gedakc)) +- Fix segmentation fault on import [\#412](https://github.com/olivierkes/manuskript/pull/412) ([gedakc](https://github.com/gedakc)) +- Fix pytest warnings [\#407](https://github.com/olivierkes/manuskript/pull/407) ([gedakc](https://github.com/gedakc)) +- Fix plot importance changes if delete earlier plot and click other plots [\#406](https://github.com/olivierkes/manuskript/pull/406) ([gedakc](https://github.com/gedakc)) +- Enable testing in TravisCI [\#403](https://github.com/olivierkes/manuskript/pull/403) ([katafrakt](https://github.com/katafrakt)) +- Fix Travis CI build for Mac OSX - pip3: command not found [\#400](https://github.com/olivierkes/manuskript/pull/400) ([gedakc](https://github.com/gedakc)) +- Moved incorrectly placed parameter to correct place. Closes \#377. [\#389](https://github.com/olivierkes/manuskript/pull/389) ([RiderExMachina](https://github.com/RiderExMachina)) + ## [0.7.0](https://github.com/olivierkes/manuskript/tree/0.7.0) (2018-08-15) [Full Changelog](https://github.com/olivierkes/manuskript/compare/0.6.0...0.7.0) @@ -7,21 +45,25 @@ - Display images as tooltip [\#270](https://github.com/olivierkes/manuskript/issues/270) - Focus mode [\#259](https://github.com/olivierkes/manuskript/issues/259) +- Add markdown support of other tabs [\#232](https://github.com/olivierkes/manuskript/issues/232) +- Translation automation [\#228](https://github.com/olivierkes/manuskript/issues/228) - Add: command line parameter to open project [\#223](https://github.com/olivierkes/manuskript/issues/223) - Moving World Items [\#219](https://github.com/olivierkes/manuskript/issues/219) - Make http links clickable in markdown editor [\#215](https://github.com/olivierkes/manuskript/issues/215) +- Feature suggestion: Typewriter scrolling. [\#175](https://github.com/olivierkes/manuskript/issues/175) - Request for Bullets and Numbering option [\#123](https://github.com/olivierkes/manuskript/issues/123) - Markdown syntax highlighting [\#13](https://github.com/olivierkes/manuskript/issues/13) - Add moving World Items [\#298](https://github.com/olivierkes/manuskript/pull/298) ([JackXVII](https://github.com/JackXVII)) **Fixed bugs:** +- Install on MacOsX failed [\#282](https://github.com/olivierkes/manuskript/issues/282) - Crash if Cheatsheet filter term not found and Enter key pressed [\#354](https://github.com/olivierkes/manuskript/issues/354) - Overlay status bar prevents access to add/delete world item icons when displaying a message [\#307](https://github.com/olivierkes/manuskript/issues/307) - Deleting multiple World items leaves/creates two empty items [\#306](https://github.com/olivierkes/manuskript/issues/306) - Underline causes false spelling error [\#283](https://github.com/olivierkes/manuskript/issues/283) -- Install on MacOsX failed [\#282](https://github.com/olivierkes/manuskript/issues/282) - .DS\_Store files let crash Manuskript when opening project [\#281](https://github.com/olivierkes/manuskript/issues/281) +- Programm killed by Hovereffekt? [\#275](https://github.com/olivierkes/manuskript/issues/275) - Spell check is crashing the program [\#273](https://github.com/olivierkes/manuskript/issues/273) - Highlight Contrast Problem [\#272](https://github.com/olivierkes/manuskript/issues/272) - Segfault when pasting text with focus mode enabled [\#271](https://github.com/olivierkes/manuskript/issues/271) @@ -39,6 +81,7 @@ **Closed issues:** - \[Feature request\] Russian translation [\#358](https://github.com/olivierkes/manuskript/issues/358) +- Manuskript crashes during save process and "corrupts" the msk-file [\#352](https://github.com/olivierkes/manuskript/issues/352) - Add polish translation [\#289](https://github.com/olivierkes/manuskript/issues/289) - \[Feature request\] Accept first command line argument as project file name to open [\#278](https://github.com/olivierkes/manuskript/issues/278) - Status bar distracting when saving with current develop branch [\#262](https://github.com/olivierkes/manuskript/issues/262) @@ -48,9 +91,9 @@ **Merged pull requests:** -- Add automated script to create RPM package [\#368](https://github.com/olivierkes/manuskript/pull/368) ([gedakc](https://github.com/gedakc)) - Fix Travix CI build error on OSX installing python3 [\#338](https://github.com/olivierkes/manuskript/pull/338) ([gedakc](https://github.com/gedakc)) - Use QPersistentModelIndex in textEditView [\#308](https://github.com/olivierkes/manuskript/pull/308) ([JackXVII](https://github.com/JackXVII)) +- Add automated script to create RPM package [\#368](https://github.com/olivierkes/manuskript/pull/368) ([gedakc](https://github.com/gedakc)) - Build MacOS release with XCode 7.3 image [\#287](https://github.com/olivierkes/manuskript/pull/287) ([katafrakt](https://github.com/katafrakt)) ## [0.6.0](https://github.com/olivierkes/manuskript/tree/0.6.0) (2017-11-29) @@ -58,9 +101,6 @@ **Implemented enhancements:** -- Add markdown support of other tabs [\#232](https://github.com/olivierkes/manuskript/issues/232) -- Translation automation [\#228](https://github.com/olivierkes/manuskript/issues/228) -- Feature suggestion: Typewriter scrolling. [\#175](https://github.com/olivierkes/manuskript/issues/175) - Adds: document menu \(copy, paste, delete, duplicate, split, merge, etc.\) [\#229](https://github.com/olivierkes/manuskript/issues/229) - Add transparent text editor [\#216](https://github.com/olivierkes/manuskript/issues/216) - Add Mind Map Import [\#208](https://github.com/olivierkes/manuskript/issues/208) @@ -145,6 +185,7 @@ - In revision mode text, selecting group doesn't load text-preferences right. [\#51](https://github.com/olivierkes/manuskript/issues/51) - Undo/redo works in some text areas but not others [\#34](https://github.com/olivierkes/manuskript/issues/34) - Some bugs in Windows XP and Ubuntu 15.1 [\#25](https://github.com/olivierkes/manuskript/issues/25) +- Stylesheet error on windows [\#18](https://github.com/olivierkes/manuskript/issues/18) - Manuskript fails to load last state of panels [\#14](https://github.com/olivierkes/manuskript/issues/14) - Multiple selections of items sometimes gets Notes/references field to be ereased [\#10](https://github.com/olivierkes/manuskript/issues/10) @@ -185,7 +226,6 @@ - Export into text? \[feature suggestion\] [\#80](https://github.com/olivierkes/manuskript/issues/80) - Default background for fullscreen mode is unusable \[minor\] [\#79](https://github.com/olivierkes/manuskript/issues/79) - Documention Needed [\#69](https://github.com/olivierkes/manuskript/issues/69) -- Snowflage view mode always disable [\#45](https://github.com/olivierkes/manuskript/issues/45) - Compile dialog issues: cancel doesn't seem to do anything, default ouput directory wrong [\#77](https://github.com/olivierkes/manuskript/issues/77) - OS X app with Platypus [\#28](https://github.com/olivierkes/manuskript/issues/28) @@ -232,6 +272,7 @@ - Is This An Active Project [\#56](https://github.com/olivierkes/manuskript/issues/56) - Qt WebKit is deprecated [\#54](https://github.com/olivierkes/manuskript/issues/54) - Unable to run application [\#47](https://github.com/olivierkes/manuskript/issues/47) +- Snowflake view mode always disabled [\#45](https://github.com/olivierkes/manuskript/issues/45) - \[Windows\] Compile Dialog does not have a title [\#39](https://github.com/olivierkes/manuskript/issues/39) - Creating manuskript binay for Android and IOS [\#21](https://github.com/olivierkes/manuskript/issues/21) - Compiling Manuskript in windows [\#19](https://github.com/olivierkes/manuskript/issues/19) diff --git a/manuskript/ui/about.py b/manuskript/ui/about.py index dcbe7716..a0b17f07 100644 --- a/manuskript/ui/about.py +++ b/manuskript/ui/about.py @@ -30,7 +30,7 @@ def populateFields(self): + " "*5 + """ http://www.theologeek.ch/manuskript/
""" - + " "*5 + "Copyright © 2015-2017 Olivier Keshavjee
" + + " "*5 + "Copyright © 2015-2018 Olivier Keshavjee
" + " "*5 + """ GNU General Public License Version 3
""" diff --git a/manuskript/version.py b/manuskript/version.py index f7fd9f55..fcc43926 100644 --- a/manuskript/version.py +++ b/manuskript/version.py @@ -3,7 +3,7 @@ # Single source the package version # https://packaging.python.org/guides/single-sourcing-package-version/ -__version__ = "0.7.0" +__version__ = "0.8.0" def getVersion(): return __version__