Skip to content

v0.9.7

Compare
Choose a tag to compare
@berdal84 berdal84 released this 09 Jan 04:14
· 855 commits to master since this release

Instructions

Captures

image

Windows

  • Download nodable-Windows.zip and unzip it
  • Open the unzipped folder and run nodable.exe

macOS

  • Download nodable-macOS.zip and unzip it
    Security: your browser might prevent you to download the file because It is unsigned.
  • Using a terminal, change the working directory to the unzipped one (ex: cd ~/Downloads/nodable-macOS)
  • Run ./nodable
    Security: Not that the first time you launch it, macOS will warn you that this software is unidentified, that's because I didn't sign it yet. In order to allow you to run it, browse to Apple -> System Preferences -> Security & Privacy, select the General tab, and click on Open Anyway.

GNU/Linux

  • Download nodable-Linux.zip and unzip it
  • Using a terminal, change the working directory to the unzipped one (ex: cd ~/Downloads/nodable-Linux)
  • Make nodable executable: chmod +x nodable
  • Run ./nodable
    Troubleshooting: Nodable requires OpenGL to be installed. If nodable fails to run, install the OpenGL package for your specific distribution.

What's new?

Features

  • Graph is generated from the whole file instead of the selection. This is the default behavior, user can still toogle isolation mode using Ctrl + I.
  • Frame selected node (F) or the whole graph (Ctrl + F).
  • Overlay texts help user by showing useful commands and shortcuts.
  • Graph is now instantly unfolded after generation to avoid loosing time.

Changelog: https://github.com/berdal84/Nodable/blob/master/CHANGELOG.md#v09
Full Changelog: v0.9.6...v0.9.7