manuskript/CHANGELOG.md
2019-04-04 10:34:25 -06:00

33 KiB

Change Log

0.9.0 (2019-04-04)

Full Changelog

Implemented enhancements:

  • Fullscreen editor suggestions #527
  • Feature Request
  • Feature Request
  • Making Fullscreen Mode Great Again #234

Fixed bugs:

  • Crash when previewing malformed regular expression when compiling #488
  • Spellcheck On/Off setting ignored / Manuskript unresponsive #474
  • Wrong codepage for import causes crash #470
  • Full-screen mode right-click menu black text on black background #440
  • Application language still the same after changing it in the settings. #411

Closed issues:

  • Python issues? lxml #541
  • Cannot open a project. #529
  • Corrupted Project File Crashes When Opening. #522
  • Specific document suddenly won't open #502
  • trying to get pandoc to work manuskript 0.8.0 Win10 64 #475
  • Editor does not show text #472
  • Application crashes when trying to save "…" #461
  • Feature Request: script writing interface for manuskript #435
  • Chinese translation filename suffix #428

Merged pull requests:

  • Fix color scheme of fullscreen editor #539 (kakaroto)
  • Directory entries in ZIP break loading code #531 (worstje)
  • Providing a suitable icon for consumption by Windows operating systems #530 (worstje)
  • Ensure text file open methods use utf-8 encoding #515 (gedakc)
  • Fix crash when right-clicking twice on fullscreen panel in Windows 10 #514 (kakaroto)
  • Add support for IPython Jupyter QT Console as a debugging aid #513 (kakaroto)
  • Fix background of popup menus that were transparent black #512 (kakaroto)
  • Add snap build and package #511 (tomwardill)
  • Add ability to add new background images through UI. #510 (kakaroto)
  • Fullscreen panels improvements #509 (kakaroto)
  • Fix corkView background image on Windows #508 (kakaroto)
  • Do not default spellcheck to True for new editor views #506 (kakaroto)
  • Set editor theme stylesheet to QTextEdit only. #504 (kakaroto)
  • Fix fullscreen editor's myScrollBar delayed destruction causing a crash #503 (kakaroto)
  • 2nd try to fix macOS X blank screen when leaving fullscreen editor mode #495 (gedakc)
  • Fix crash when right clicking a word in editor and enchant is not installed #492 (kakaroto)
  • Don't crash if a typo is made in the exporter's regular expression. #486 (kakaroto)
  • Fix crash when previewing pandoc HTML with QTextEdit as web renderer… #485 (kakaroto)
  • Fix crash when 7 pound signs are written alone on a line. #484 (kakaroto)
  • Try to fix macOS X blank screen when leaving editor fullscreen mode #482 (gedakc)
  • Fix wrong codepage crash on import with Windows 10 #478 (gedakc)
  • Spelling: Manuscript, may have to be restarted #454 (comradekingu)
  • Chinese translation #434 (lingsamuel)
  • fix translator #433 (lingsamuel)
  • Remember last accessed directory #431 (lingsamuel)
  • translation suffix, change translation load order #430 (lingsamuel)

0.8.0 (2018-12-05)

Full Changelog

Fixed bugs:

  • Snowflake Method option is greyed out. #419
  • Plots bounce around main, secondary, and minor -- unsatisfactory solution? #404
  • Segmentation fault on import #402
  • "Corrupted" settings and impossibility to start #377
  • Resolution step deleting itself on pressing Ctrl + Backspace #375
  • Develop Branch Crashes in Outline View #355
  • Export crashes, because of encoding to 1250 #331
  • pandoc v2 has deprecated some options and extensions so manuskript is giving error. #304
  • Compile Issue for Pandoc Formats - pandoc.exe incorrect #186

Closed issues:

  • Problems with running from 0.7.0 pyinstaller package on mac os x 10.13 #386
  • Old bugs in current version 0.6.0 with crosslinks and details #371
  • pt_PT translation and Weblate #408
  • Italian translation #395
  • Snowflake view mode always disabled #45

Merged pull requests:

  • Remove unimplemented snowflake view mode menu entry #424 (gedakc)
  • Increase Travis CI macOS X build minimum to Sierra 10.12 #423 (gedakc)
  • Remove plot resolution step key bindings Ctrl+Enter and Ctrl+Backspace #420 (gedakc)
  • Add support for pandoc version 2 #418 (gedakc)
  • Prevent build and deploy steps for linux on Travis CI #414 (gedakc)
  • Limit pyinstaller package build and deploy to osx on Travis CI #413 (gedakc)
  • Fix segmentation fault on import #412 (gedakc)
  • Fix pytest warnings #407 (gedakc)
  • Fix plot importance changes if delete earlier plot and click other plots #406 (gedakc)
  • Enable testing in TravisCI #403 (katafrakt)
  • Fix Travis CI build for Mac OSX - pip3: command not found #400 (gedakc)
  • Moved incorrectly placed parameter to correct place. Closes #377. #389 (RiderExMachina)

0.7.0 (2018-08-15)

Full Changelog

Implemented enhancements:

  • Display images as tooltip #270
  • Focus mode #259
  • Add markdown support of other tabs #232
  • Translation automation #228
  • Add: command line parameter to open project #223
  • Moving World Items #219
  • Make http links clickable in markdown editor #215
  • Feature suggestion: Typewriter scrolling. #175
  • Request for Bullets and Numbering option #123
  • Markdown syntax highlighting #13
  • Add moving World Items #298 (JackXVII)

Fixed bugs:

  • Install on MacOsX failed #282
  • Crash if Cheatsheet filter term not found and Enter key pressed #354
  • Overlay status bar prevents access to add/delete world item icons when displaying a message #307
  • Deleting multiple World items leaves/creates two empty items #306
  • Underline causes false spelling error #283
  • .DS_Store files let crash Manuskript when opening project #281
  • Programm killed by Hovereffekt? #275
  • Spell check is crashing the program #273
  • Highlight Contrast Problem #272
  • Segfault when pasting text with focus mode enabled #271
  • Compile Check Box not working in Outline view #263
  • Manuskript response slow with recent addition of focus mode #261
  • Organize Menu is not disabled on startup #260
  • Ctrl+tab gets trapped in Debug tab #249
  • Index card status can spillover #246
  • Cannot write a summary on a plot resolution step #240
  • Format buttons in text editor window not working #59
  • stop crash when click btnGoUp and current editor is None #318 (Windspar)
  • Avoid crash on spellcheck by ensuring enchant dictionary exists #303 (gedakc)
  • Skip loading directory and file names that begin with a period #302 (gedakc)

Closed issues:

  • Feature request
  • Manuskript crashes during save process and "corrupts" the msk-file #352
  • Add polish translation #289
  • Feature request
  • Status bar distracting when saving with current develop branch #262
  • Editor Consistency #257
  • French Tab in English Mode #253
  • I want to translate it to portuguese #230

Merged pull requests:

  • Fix Travix CI build error on OSX installing python3 #338 (gedakc)
  • Use QPersistentModelIndex in textEditView #308 (JackXVII)
  • Add automated script to create RPM package #368 (gedakc)
  • Build MacOS release with XCode 7.3 image #287 (katafrakt)

0.6.0 (2017-11-29)

Full Changelog

Implemented enhancements:

  • Adds: document menu copy, paste, delete, duplicate, split, merge, etc. #229
  • Add transparent text editor #216
  • Add Mind Map Import #208
  • Adds: Importer docx, html, opml, … #200
  • Add a "Rename Item" option to context menu in the Tree view #189
  • Pandoc output: add more custom settings #173

Fixed bugs:

  • Manuskript fails to run in Ubuntu 14.04 #225
  • Program Crash on Import with images #213
  • Missing default file extension when Saving As... #211
  • One white pixel visible in full screen mode #210
  • Accentueted characters on linux #207
  • Manuskript crashes when creating new document on Ubuntu #198
  • Editor tab should trim long titles #194
  • Manuskript does not start with PyEnchant on MacOS #188
  • Index card text almost invisible in dark themes. #183
  • Accented characters not working #141
  • Accent not working #105
  • Accent marks not working #58

Closed issues:

  • new dalolog icon #237
  • Cannot select folder on create new project #224
  • Should pandoc be bundled with manuskript's packages? #190
  • Odd word choices in English - Take 2 #181

Merged pull requests:

0.5.0 (2017-10-31)

Full Changelog

Implemented enhancements:

  • Swedish translation sv-SE. #177
  • Spanish transalation for manuskript 0.5.0 #174
  • Suggestion: Configurable editor margins. #168
  • Feature request: disable cursor blinking #165
  • Suggestion: Block insertion cursor. #163
  • New navigation icon design #159
  • New flash card design #158
  • Redaction view navigation improvements #157
  • Request: Justified formatting of text #148
  • Ability to always show word target in distraction free mode #109
  • Use on smaller resolution screens #108
  • Odd wordchoices in English. #53

Fixed bugs:

  • Bug in 'World' section #126
  • Redaction's tab problem in 0.3.0 win version #92
  • Application Style setting GTK+ on Linux Mint Mate #57
  • Likes to freeze and crash #50
  • Seg faults found #9
  • Installation - Qt platforn plugin "xcb" not found #8
  • Untranslatable strings. #178
  • Create new project ignores changes made to template levels before Create #171
  • Several bugs in drag'n'dropping items #169
  • Some panels require initial two clicks of RHS tab to hide #167
  • Spell checker is active for partial words. #166
  • Spell checking works but does not underline misspelled words #147
  • Contrast Problem in Notes/Refences with Dark Background #143
  • Crash when permissions don't allow saving #138
  • App crash when moving a step in Plots section #134
  • Indent not saved in custom full screen theme #133
  • 'Save as' only partly works #128
  • "pandoc: Could not parse YAML header" error #124
  • Distraction free mode crashes with time target #119
  • Pandoc PDF output error with unicode characters #117
  • Character Importance-Slider memorize importance of last character ... partly #102
  • Index cards seem to keep a background image by default. #52
  • In revision mode text, selecting group doesn't load text-preferences right. #51
  • Undo/redo works in some text areas but not others #34
  • Some bugs in Windows XP and Ubuntu 15.1 #25
  • Stylesheet error on windows #18
  • Manuskript fails to load last state of panels #14
  • Multiple selections of items sometimes gets Notes/references field to be ereased #10

Closed issues:

  • Cannot start manuskript due to import error #179
  • Does not run on Ubuntu 17.10 #170
  • Add translation with transifex.com #140
  • Site of Manuskript is not in the air at the moment #139
  • Manuskript Fail to Launch After Several Successes on Windows 10 #132
  • Index Card Background Freeze #127
  • Keyboard shortcuts aren't functioning, No undo feature. #125
  • Trojan in current windows installer? #112
  • Manuskript no longer opening #106
  • not working on Mac #35

Merged pull requests:

  • Change message from warning to note for failed to load translator string #110 (gedakc)
  • Add about manuskript dialog #153 (gedakc)
  • Add help tip for world tab #151 (gedakc)
  • Add missing __init__.py file #149 (gedakc)
  • Fixes: Manuskript fails to load last state of panels #136 (gedakc)
  • Add to README a HowTo section with link to Wiki #131 (gedakc)
  • Fixes: Contents missing when non-single file project saved with Save as #129 (gedakc)
  • Fixes: add character button does not set importance slider to default… #121 (gedakc)
  • Request confirmation if create project would overwrite existing file(s) #114 (gedakc)
  • Fixes: Unable to change index cards background from image to a color #113 (gedakc)
  • Add project name to main window title #103 (gedakc)
  • Fixes: after project close, open or create project fails #100 (gedakc)
  • Fixes: incorrect reference to 32px icon #97 (gedakc)

0.4.0 (2017-05-25)

Full Changelog

Implemented enhancements:

  • Export into text? [feature suggestion] #80
  • Default background for fullscreen mode is unusable [minor] #79
  • Documention Needed #69
  • Compile dialog issues: cancel doesn't seem to do anything, default ouput directory wrong #77
  • OS X app with Platypus #28

Fixed bugs:

  • Unable to type the "ê" character #46
  • Bug: File doesn't open if spellcheck is active and dictionary is missing #26
  • Installed PyEnchant but Manuskript still asks me to "Install PyEnchant to use Spellcheck" #122
  • Crashes when trying to create or open the project #99
  • After close project, open or create project fails #96
  • Crash on create - Linux Mint 18 #91
  • Compile not honoring check marks #90
  • Plots, resolutions steps screen: columns not sizeable. #87
  • word count #72
  • Cant create a new project using Ubuntu 16.10 #70
  • Fails to create a project in Linux #65
  • does not compile to OpenOffice format #61
  • Doesn't save in redaction #55
  • Error "Fail to load translator..." #49
  • Crash at project creation on mac #48
  • crash on create new project #44
  • epiphany section in basic infos for characters not saved #43
  • 0.3.0 File Creation Issues #37
  • Can't create new project on Linux #30
  • Problem with minimum size of program window? #29
  • Bug: Writing a .msk file in linux and opening it in windows clean the outline files #27
  • Welcome windows on OS X: single click instead of double click #23
  • AttributeError in editorWidget #11

Closed issues:

  • File creation fails and causes Manuskript to crash #93
  • Failed to load translator #89
  • crashing on initial save again? #88
  • Impossible to start a project on Lubuntu 16.04 #85
  • Manuskript 0.3.0 crash on Windows 10 #83
  • on Fedora 25 Manuskript doesn't start #82
  • (l)ubuntu dependencies for develop branch #81
  • Creating new project fails #76
  • Missing module when launching from github [Xubuntu 16.04.1 LTS] #73
  • Download does not run on 32bit Linux #63
  • Locale Warning #62
  • Crashes when creating new project #60
  • Is This An Active Project #56
  • Qt WebKit is deprecated #54
  • Unable to run application #47
  • Windows
  • Creating manuskript binay for Android and IOS #21
  • Compiling Manuskript in windows #19
  • No distance between two scenes in compiled document #104
  • Small typographic error in the README #84
  • Windows
  • Windows
  • Windows
  • Windows

Merged pull requests:

  • Fixes: field "Source of conflict" in World is not active #95 (gedakc)
  • Fixes: epiphany section in basic infos for characters not saved #43 #94 (gedakc)
  • Updating README.md #68 (olivierkes)
  • added commands to install dependencies to README #67 (wmww)
  • Added spanish translation and changed "chuleta" for "guía rápida". #66 (jmgaguilera)

0.3.0 (2016-03-31)

Full Changelog

Fixed bugs:

  • Windows package fails antivirus scan #15
  • DictNotFoundError when dict language specified in settings is not installed #12
  • Manuskript fails to lauch on Windows #7
  • The plot line colours keep changing? #6

Closed issues:

  • Windows installation issue #16

0.2.0 (2016-02-28)

Full Changelog

Fixed bugs:

  • Fullscreen editor error when text is empty wordcount = 0 #3
  • Save file doesn't automatically add .msk #2

0.1.1 (2016-02-08)

Full Changelog

Fixed bugs:

  • Crash on initial save #1

0.1.0 (2016-02-06)

* This Change Log was automatically generated by github_changelog_generator