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 17, 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 (Mar 28, 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)
  • and bug fixes.

New in Mancy 2.2.2 (Feb 27, 2016)

  • Upgrade typescript -> 1.8.2 & electron -> 0.36.9
  • Run time option support
  • -s | --script Script file to load
  • -m | --mode REPL mode (applicable only for JS). (Allowed values: 'magic', 'sloppy' or 'strict')
  • -e | --editor REPL or Notebook(experimental) mode (Allowed values: 'repl', or 'notebook')
  • -t | --theme Editor theme. (Allowed values: 'dark', or 'white')
  • -l | --lang Scripting language. (Allowed values: 'js', 'javascript', 'ts', 'typescript', 'ls', 'livescript', 'coffee', 'coffeescript', 'babel')
  • and bug fixes.

New in Mancy 2.2.1 (Feb 8, 2016)

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

New in Mancy 2.2.0 (Jan 10, 2016)

  • Grid view support :paperclip::paperclip:
  • await + sync support :paperclip: :paperclip:
  • load scripts support
  • Prompt before quit preference
  • load file.. & save command as.. menu
  • Add node REPL builtins in context
  • Upgrade electron 0.36.2 and babel 6
  • Shortcut for previous commands ctrl + shift+ 0..9
  • Global variable watcher :paperclip::paperclip:
  • Store as global variable support :paperclip::paperclip:
  • node REPL is used only for load files and auto completion
  • Add polyfills to REPL context
  • Add start up script preference.
  • Add npm modules path preferences with navigation support :paperclip:
  • npm install -g mancy
  • and bug fixes.
  • Note:
  • Some ES2015 features requires strict mode enabled.

New in Mancy 2.1.0 (Nov 28, 2015)

  • Language Support:
  • CoffeeScript
  • TypeScript
  • LiveScript
  • :gem: 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
  • :gem: Font & zoom preferences
  • Date visualizer support
  • :pencil2: Add FiraCode ligatures
  • :bug: Can't type Chinese!
  • :bug: chart support for single field
  • :gem: Transpiled view support for Babel, CoffeeScript, TypeScript and LiveScript

New in Mancy 2.0.1 (Nov 7, 2015)

  • 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 (Nov 6, 2015)

  • 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