Skip to content

Releases: berdal84/nodable

Nodable v0.8.1

12 Nov 23:56
Compare
Choose a tag to compare

What's new ?

  • Use a monospace font (JetBrains's)
  • Is now built for macOS 10.15+ too (no tested yet)

Nodable v0.8.0

08 Jun 16:05
f69781a
Compare
Choose a tag to compare

What's new ?

  • Multi instructions
  • Conditionnal structures (if/else only)
  • Execution (with optional step-by-step)
  • Experimental "clipboard auto-paste" (File -> enable autopaste, copy something from a text editor to see the graph)

Nodable v0.7.0

16 Nov 07:50
Compare
Choose a tag to compare

What's new ?

  • New Function and Operator Nodes
  • Function Parsing (typing)
  • Delete node feature
  • Start-up Screen (with a logo!)
  • Better logs (Verbosity levels)
  • Multi-platform builds (Linux and Windows, 64bits)

Nodable v0.7.0-beta

15 Nov 00:44
Compare
Choose a tag to compare
Nodable v0.7.0-beta Pre-release
Pre-release
Update README.md

(cherry picked from commit d9f3b5f94b898709a5b1dbaa03254d4b8caeb0ec)

Nodable - v0.7.0-alpha

15 Oct 12:05
Compare
Choose a tag to compare
Pre-release
v0.7-alpha

feat(Application): add openURL()

0.6.0-StuckAtHomeCovid19Version

06 May 16:52
60fd8c8
Compare
Choose a tag to compare
  • undo/redo
  • parenthesis parsing
  • use cmake to generate VS project and build
  • use mirror as reflection famework

0.5.0 - Give me five

17 Feb 18:41
Compare
Choose a tag to compare
0.5.0 - Give me five Pre-release
Pre-release

First version with an UNDO/REDO that works.

This simple UNDO/REDO system is only text based. Node operations can be undone if they produce a text change.

v0.4.1.wip File read/write and tabs.

04 Aug 11:40
Compare
Choose a tag to compare
Pre-release

Nodable Logo

What's new ?

  • A brand new logo !
  • Nodable is now able to open existing files and to save them.
  • The UI has a tab system to switch between multiple loaded files.
  • Bug fixes

First version with a draft GUI.

06 May 17:08
Compare
Choose a tag to compare
Pre-release

First version of the software with a simple GUI made using O. Cornut's Dear ImGui.

Works with symbols !

22 Oct 17:57
Compare
Choose a tag to compare
Works with symbols ! Pre-release
Pre-release

See change log in Node.h