CuteMarkEd Changelog

What's new in CuteMarkEd 0.11.2

Jan 9, 2016
  • Improvements:
  • IMPROVED Added Hungarian translation
  • Fixes:
  • FIXED Editor pane jumping up and down during editing (#232)
  • FIXED Missing mermaid CSS for styling in preview (#241)
  • FIXED Correct order of HTML Preview/Source menu item (#242)
  • FIXED Retrieval of last used style on application start on Linux (#257)
  • FIXED Crash when switching between markdown converters (#260)

New in CuteMarkEd 0.11.1 (Jul 12, 2015)

  • Improvements:
  • IMPROVED Updated French translation
  • Fixes:
  • FIXED Custom shortcuts not working (#224)
  • FIXED Disappearing spell checker highlighting (#228)
  • FIXED Wrong german quotes snippet (#229)

New in CuteMarkEd 0.10.2 (Mar 9, 2015)

  • NEW Added Indonesian translation created by bedouin
  • NEW Added Danish translation created by mljjlm
  • IMPROVED Updated Greek translation
  • IMPROVED Updated Chinese translation
  • FIXED Copy & Paste problems on Windows (#161, #203)
  • FIXED Restore fullscreen Mode after startup (#164)
  • FIXED Build on Fedora with both Qt4 and Qt5 installed (#165)
  • FIXED Replaced generic editor icon with own icon on Linux

New in CuteMarkEd 0.10.0 (Jul 29, 2014)

  • NEW Added (experimental) support to create presentations using reveal.js (#122)
  • NEW Added a file explorer view which allows to easily switch between multiple documents (#79)
  • NEW Added context menu item to copy preview content as HTML (#133)
  • NEW Windows only: Added support for showing recent files in taskbar jump list (#145)
  • IMPROVED Updated the Qt library to version 5.2 (#145)

New in CuteMarkEd 0.9.2 (Apr 8, 2014)

  • NEW Added Spanish translation created by moguman
  • NEW Added Portuguese (Brazil) translation created by cassiocardoso
  • NEW Added Russian translation created by maxbart
  • IMPROVED Updated the fontawesome icons to version 4.0.3

New in CuteMarkEd 0.9.0 (Jan 27, 2014)

  • NEW Added a snippets system, that can be activated with the shortcut Ctrl+Space. We provide several built-in snippets but the system can be extended with user-defined snippets. This powerful functionality can be used to autocomplete Markdown syntax, for inserting repetitive text blocks or even to provide often used document templates. (#81)
  • NEW Added "Go to Line" menu item (#114)
  • NEW Added options "case sensitive", "whole words only" and "use regular expressions" to find/replace functionality (#63)
  • NEW Support for adding the selected word to an user dictionary (#78)
  • NEW Option to change width of tab characters (#102)
  • NEW Option for superscript Markdown extension (#92)
  • NEW Option to control word wrap in Markdown editor (#46)
  • NEW Added Japanese translation created by k0ta0uchi (#94)
  • NEW Support for additional Markdown converters (#87)
  • IMPROVED Updated the code highlighting library [highlight.js](http://highlightjs.org/) to version 7.5 (#90)
  • IMPROVED Improved perceived performance while typing in long Markdown documents (#100)
  • FIXED Changed shortcuts for Blockquote to Ctrl+Shift+Q and for Insert Image to Ctrl+Shift+I to prevent ambiguous shortcuts on Linux (#115)

New in CuteMarkEd 0.8.1 (Nov 20, 2013)

  • Added French translation created by etienne-gauvin
  • FIXED Do not crash application if Find Next or Find Previous actions are used with a previously performed search

New in CuteMarkEd 0.8.0 (Nov 4, 2013)

  • NEW Tool to insert a table in the markdown document
  • NEW Tool to insert an image link in the markdown document
  • NEW Support for Markdown Extra-style footnotes
  • NEW Menu item to switch between vertical and horizontal layout
  • NEW Added style Byword Dark
  • IMPROVED Added possibility to insert markdown markup (like bold, italic) without selection
  • IMPROVED Added support for code highlighting without internet connection
  • IMPROVED Added option to include javascript and CSS needed for code highlighting in the exported HTML
  • FIXED Resolved problems with adding symbols using Alt with numpad key by changing shortcuts for styles from Alt+1-6 to Ctrl+1-6
  • FIXED Several encoding problems were fixed.
  • German umlauts in table of contents
  • exported HTML was not marked as UTF-8
  • non-ascii characters with markdown markup like italic

New in CuteMarkEd 0.7.2 (Oct 14, 2013)

  • Added Chinese translation created by LearnShare.

New in CuteMarkEd 0.7.1 (Oct 2, 2013)

  • Added Greek translation made by Evropi.

New in CuteMarkEd 0.7.0 (Aug 13, 2013)

  • NEW Spell checking as you type via use of red wavy lines under misspelled words. Suggestions can be accessed through the context menu.
  • NEW Added network proxy support to the configuration dialog.
  • NEW Added options to control the extensions/features used by the markdown parser (discount).
  • NEW The markdown syntax help is now shown in the user language if available (currently english, german and czech).
  • IMPROVED Greatly improved performance while typing.

New in CuteMarkEd 0.6.1 (Jul 9, 2013)

  • IMPROVED Updated czech translation created by Pavel Fric
  • FIX Fix Export to HTML with custom CSS stylesheet