MarkRight Changelog

What's new in MarkRight 0.1.11

Jun 29, 2016
  • Fix new file saving on windows (#35)
  • Add codemirror spell check

New in MarkRight 0.1.10 (Dec 3, 2015)

  • Finally managed to get this annoying problem resolved.
  • MarkRight now has full support for:
  • "open with" (as triggered from right or double clicking a file)
  • OS X drop on icon (in dock)
  • OS X open from command line

New in MarkRight 0.1.9 (Nov 29, 2015)

  • Fixed a problem where http:// urls in images are not resolved correctly
  • Fixed error message when trying to load something when MarkRight is not open

New in MarkRight 0.1.8 (Nov 16, 2015)

  • Fixed scroll-bar position being messed up sometimes (#33)
  • Added error handling for nodejs save errors (#31)
  • Made 'are you sure' boxes a tiny bit prettier
  • om version bump to alpha22

New in MarkRight 0.1.7 (Nov 12, 2015)

  • Cmd+Q is now correctly quitting the app (#27)
  • Removed max-width for the preview area (#21)
  • Added support for relative images (#28)
  • Removed initial text (#29), which kind of resolves #14 as well
  • Fixed code highlighting for code blocks that don't have code in them

New in MarkRight 0.1.6 (Nov 11, 2015)

  • Added 'open with' support (including drop on app icon on mac)
  • Added 'are you sure?' dialog to changes that would overwrite the current buffer like opening a new file
  • Added support for github checkboxes / todo lists / task lists
  • Added glorious code highlighting for code blocks with https://highlightjs
  • Linux is now officially supported
  • Instructions on how to open markright from the terminal now in readme

New in MarkRight 0.1.5 (Nov 10, 2015)

  • Fixed problem where clicking a tag inside the preview will open the URL inside electron, making the editor unresponsive (possibly loosing unsaved changes)
  • Fixed problem where a error is being thrown when no network connection is available
  • Fixed build errors complaining about JSON/parse (should have been (.parse js/JSON))

New in MarkRight 0.1.3 (Nov 6, 2015)

  • Added "are you sure you want to close" dialog when unsaved changes are present
  • Fixed Cmd/Ctrl+x for cutting text
  • Better notification for new version
  • Added zipped version for linux builds
  • File dialogs are now handled as sheets on Mac

New in MarkRight 0.1.2 (Nov 2, 2015)

  • Build tool is now shadow-build
  • Fixed re-opening windows when clicking the app icon on mac
  • Added automatic update notification
  • Added star indicator when file has changed
  • Added more stable save / load file commands