neuron v0.6.0.0 Release Notes

Release Date: 2020-07-24 // over 3 years ago
    • Markdown: switch to Pandoc, and commonmark (with extensions). #166
      • Markdown parsing is consequently less strict and more permissive
      • With this change, neuron can potentially support other text formats (experimental org support already in)
      • Raw HTML support (#191)
      • YAML block is now optional; title is also optional, while native Markdown H1 titles are now supported (#230)
    • ๐ŸŒ Web Interface
      • Introduce new "uplink tree" view, replacing connections pane (#195)
      • Allow customizing favicon
      • z-index: Allow cycles (#248)
      • z-index: display parse and query errors (#220, #221)
    • CLI:
      • Resilient error handling (#202, #215)
      • Added neuron query --graph to get the entire graph as JSON export
      • Add backlinks query (#216)
      • Add bash/zsh shell completion (#239)
      • neuron new: title is optional (#232)
    • ๐Ÿ› Bug fixes
      • Fix 'neuron new' generating invalid Markdown when title contains special characters (#163)
      • Allow custom CLI in $EDITOR (#227)
    • Others
      • Reduce install size (#240)
      • Nightly docker releases
      • Automatic publishing through neuron-template