Light Table v0.8.0-alpha Release Notes

Release Date: 2015-10-24 // over 8 years ago
  • ๐Ÿ”„ CHANGELOG

    • ๐Ÿ”„ CHANGED: We have switched to Electron from NW.js
    • ๐Ÿš€ CHANGED: LT's releases and self-updating processes are completely in the open on Github
    • ๐Ÿ”„ CHANGED: We no longer ship with a node binary as we're able to use Electon's node binary for background processes
    • ๐Ÿ”„ CHANGED: Proxy support has been disabled. There is an issue for re-enabling it at #1984. We are looking for help on how to QA this.
    • CHANGED: :lt.objs.app/set-default-zoom-level behavior takes a value from 0 to 1. With nw.js, it could take negative numbers which no longer work and will freeze LT on startup
    • ๐Ÿ”„ CHANGED: When opening a file from the commandline, each invocation opens a new LightTable app regardless of whether LightTable is already open. To optionally bring back the old behavior, see #2014.
    • ๐Ÿ›  FIX: Major usability issues on >= OSX 10.10
    • ๐Ÿ›  FIX: Bug in :editor.force.wrap command
    • ๐Ÿ›  FIX: Invalid behaviors warning when installing plugin
    • ๐Ÿ›  FIX: Uninstalling plugin causes misleading missing dialog to popup
    • ๐Ÿ›  FIX: Installing plugins, loads new behaviors immediately
    • ๐Ÿ›  FIX: Open files from commandline that have whitespace
    • ๐Ÿ›  FIX: Styling for folding
    • ๐Ÿ›  FIX: Creating files under folders with '.' in name
    • ๐Ÿ›  FIX: Quote and link styling for default theme
    • ๐Ÿ›  FIX: Fat cursor not showing up when searching in default theme
    • โž• ADDED: LT can be built from source with provided scripts across supported platforms
    • โž• ADDED: Improved documentation - most core fns have docstrings, all namespaces have docstrings and developer docs
    • โž• ADDED: Most of LT's node libraries are installed as npm dependencies instead of as forked libraries
    • โž• ADDED: Vector format support for workspace behaviors
    • โž• ADDED: Open to line number from commandline e.g. light FILE:LINE
    • โž• ADDED: commandline comes with improved --help
    • โž• ADDED: :lt.objs.editor/load-addon behavior loads CodeMirror addons that ship with LT
    • โž• ADDED: :lt.objs.editor/set-rulers behavior to set CodeMirror rulers - screenshot
    • โž• ADDED: Add file-type definitions for .feature, .rst and many more
    • โž• ADDED: Add F-11 keybinding for fullscreen
    • โž• ADDED: Add pmeta-/ for toggle-comment
    • โž• ADDED: Better error handling for download errors

    ๐Ÿ— Builds

    • OSX built on OSX 10.9.5
    • ๐Ÿง Linux built on Ubuntu 14.04 VirtualBox
    • ๐Ÿ Windows built on Windows 7