Mancy Changelog

What's new in Mancy 3.2.0

Mar 29, 2017
  • Disable font manager
  • Bug fixes

New in Mancy 3.1.0 (Jul 18, 2016)

  • Syntax error improvement for JS
  • Badge notification for console messages in Unity
  • Execution time support
  • Upgrade electron 1.2.x and enhancement/bug fixes.

New in Mancy 3.0.0 (Jul 6, 2016)

  • CodeMirror Integration
  • ClojureScript Support
  • History Navigation & Auto Complete Support
  • Key Map Support using CodeMirror keymap
  • Parinfer mode Support for ClojureScript
  • Enable/Disable Compiler Warnings for TypeScript & ClojureScript.
  • Displaying active Process handle count
  • More command line options
  • Upgrade electron -> 0.37.x (Chrome 49)

New in Mancy 2.2.1 (Jul 6, 2016)

  • Upgrade typescript -> 1.7.5 & electron -> 0.36.7
  • notebook mode(experimental)

New in Mancy 2.2.0 (Jul 6, 2016)

  • Upgrade typescript -> 1.7.5 & electron -> 0.36.7
  • notebook mode(experimental)

New in Mancy 2.1.0 (Jul 6, 2016)

  • Language Support:
  • CoffeeScript
  • TypeScript
  • LiveScript
  • Preserve last window resize info to use for next launch check for update… menu item
  • Rebind clear all and collapse all shortcuts
  • Auto fill brackets, back-ticks, parenthesis and braces
  • Font & zoom preferences
  • Date visualizer support:
  • Add FiraCode ligatures
  • Can't type Chinese!
  • chart support for single field
  • Transpiled view support for Babel, CoffeeScript, TypeScript and LiveScript

New in Mancy 2.0.1 (Jul 6, 2016)

  • Download npm modules on demand using system's npm
  • import/export renamed as load/save session
  • rebind format to ctrl + shift+F.
  • auto complete turn off support and trigger auto complete on ctrl + space or tab.

New in Mancy 2.0.0 (Jul 6, 2016)

  • Download npm modules on demand:
  • Babel support
  • await with auto async wrapper
  • Data visualization support ? Integer representation (bin/oct/dec/hex and
  • signed/unsigned)
  • Regular expression live editor
  • Buffer explorer
  • HTML view
  • CSS color view
  • base64 detection
  • Basic chart representation of data
  • Image detection / display
  • Download buffers support:
  • Support to break long lasting commands
  • Preference window
  • Promise output tracking
  • Source file open support for node modules( .source name )
  • No special meaning for _
  • Syntax highlight as we type