Skip to content

Releases: cloose/CuteMarkEd

0.11.3

28 Mar 12:14
Compare
Choose a tag to compare

Improvements:

  • IMPROVED Update Russian translation

Fixes:

  • FIXED Missing links in exported PDF file (#275)
  • FIXED Use of non-native line endings when a file is saved (#97)
  • FIXED Corrupt files on system crashes or running out of disk space (#285)
  • FIXED Accessing all drives although the file explorer is not visible (#273)
  • FIXED Relative paths in recently used files menu (#256)

0.11.2

01 Jan 18:26
Compare
Choose a tag to compare

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)

0.11.1

06 Jul 10:07
Compare
Choose a tag to compare

Improvements:

  • IMPROVED Updated French translation

Fixes:

  • FIXED Custom shortcuts not working (#224)
  • FIXED Disappearing spell checker highlighting (#228)
  • FIXED Wrong german quotes snippet (#229)

0.11.0

26 Apr 16:12
Compare
Choose a tag to compare

New Features:

  • NEW Added support to create diagrams using mermaid (#215).
  • NEW Added auto completion for words extracted from the document (#194)
  • NEW Added option to ignore YAML header in editor and preview (#136, #139)
  • NEW Added possibility to change keyboard shortcuts to the options dialog (#144)
  • NEW Added zoom to HTML preview and the option to change the default font family and size for the HTML preview (#169)
  • NEW Added synchronization of the current slide between editor and preview in presentation
    mode (#184)

Improvements:

  • IMPROVED More mnemonics in main menu and option dialog (#104)
  • IMPROVED Also support file extension .mdown (#155)
  • IMPROVED Save last used style on application exit (#159)
  • IMPROVED Find/Replace widget can be closed with ESC key (#162)

Fixes:

  • FIXED Build with MSVC 2013 and MacOSX
  • FIXED Parallel build with e.g. make -j2

0.10.2

06 Mar 22:56
Compare
Choose a tag to compare

New Features:

  • NEW Added Indonesian translation created by bedouin
  • NEW Added Danish translation created by mljjlm

Improvements:

  • IMPROVED Updated Greek translation
  • IMPROVED Updated Chinese translation

Fixes:

  • 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

0.10.0

23 Jul 17:52
Compare
Choose a tag to compare

New Features:

  • 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)

Improvements:

  • IMPROVED Updated the Qt library to version 5.2 (#145)

0.9.2

07 Apr 19:11
Compare
Choose a tag to compare

New Features:

  • NEW Added Spanish translation created by moguman
  • NEW Added Portuguese (Brazil) translation created by cassiocardoso
  • NEW Added Russian translation created by maxbart

Improvements:

  • IMPROVED Updated the fontawesome icons to version 4.0.3

0.9.1

31 Jan 08:57
Compare
Choose a tag to compare

Linux only release

Fixes:

  • FIXED Build problem on Linux caused by using the system-provided discount library.

0.9.0

26 Jan 20:52
Compare
Choose a tag to compare

New Features:

  • 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)

Improvements:

  • IMPROVED Updated the code highlighting library highlight.js to version 7.5 (#90)
  • IMPROVED Improved perceived performance while typing in long Markdown documents (#100)

Fixes:

  • FIXED Changed shortcuts for Blockquote to Ctrl+Shift+Q and for Insert Image to Ctrl+Shift+I to prevent ambiguous shortcuts on Linux (#115)

0.9.0-rc1

22 Jan 18:47
Compare
Choose a tag to compare
0.9.0-rc1 Pre-release
Pre-release

New Features:

  • 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)

Improvements:

  • IMPROVED Updated the code highlighting library highlight.js to version 7.5 (#90)
  • IMPROVED Improved perceived performance while typing in long Markdown documents (#100)

Fixes:

  • FIXED Changed shortcuts for Blockquote to Ctrl+Shift+Q and for Insert Image to Ctrl+Shift+I to prevent ambiguous shortcuts on Linux (#115)