|
1 | 1 | # Change Log for neuron |
2 | 2 |
|
3 | | -## 0.5.0.0 (UNRELEASED) |
4 | | - |
5 | | -NOTE: This section is largely out of date. Checkout the PR and commit history. |
| 3 | +## 0.6.0.0 |
6 | 4 |
|
7 | 5 | - Markdown: switch to Pandoc, and commonmark (with [extensions](https://github.com/jgm/commonmark-hs/tree/master/commonmark-extensions)). #166 |
8 | 6 | - Markdown parsing is consequently less strict and more permissive |
9 | | - - With this change, neuron can potentially support other text formats (org, |
10 | | - reST, etc.) |
11 | | -- Switch to GHC 8.6 (for reflex-dom) |
12 | | -- Raw HTML support (#191) |
13 | | -- Introduce new "uplink tree" view (#195) |
14 | | -- Resilient error handling (#202, #215) |
15 | | -- Added `neuron query --graph` to get the entire graph as JSON export |
16 | | -- YAML block is now optional; title is also optional, while native Markdown H1 titles are now supported (#230) |
| 7 | + - With this change, neuron can potentially support other text formats (experimental org support already in) |
| 8 | + - Raw HTML support (#191) |
| 9 | + - YAML block is now optional; title is also optional, while native Markdown H1 titles are now supported (#230) |
| 10 | +- Web Interface |
| 11 | + - Introduce new "uplink tree" view, replacing connections pane (#195) |
| 12 | + - Allow customizing favicon |
| 13 | + - z-index: Allow cycles (#248) |
| 14 | + - z-index: display parse and query errors (#220, #221) |
| 15 | +- CLI: |
| 16 | + - Resilient error handling (#202, #215) |
| 17 | + - Added `neuron query --graph` to get the entire graph as JSON export |
| 18 | + - Add backlinks query (#216) |
| 19 | + - Add bash/zsh shell completion (#239) |
| 20 | + - neuron new: title is optional (#232) |
17 | 21 | - Bug fixes |
18 | 22 | - Fix 'neuron new' generating invalid Markdown when title contains special characters (#163) |
| 23 | + - Allow custom CLI in $EDITOR (#227) |
| 24 | +- Others |
| 25 | + - Reduce install size (#240) |
| 26 | + - Nightly docker releases |
| 27 | + - Automatic publishing through [neuron-template](https://github.com/srid/neuron-template) |
19 | 28 |
|
20 | 29 | ## 0.4.0.0 |
21 | 30 |
|
|
0 commit comments