Releases: berdal84/nodable
Releases · berdal84/nodable
Nodable v0.8.1
What's new ?
- Use a monospace font (JetBrains's)
- Is now built for macOS 10.15+ too (no tested yet)
Nodable v0.8.0
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
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
Update README.md (cherry picked from commit d9f3b5f94b898709a5b1dbaa03254d4b8caeb0ec)
Nodable - v0.7.0-alpha
v0.7-alpha feat(Application): add openURL()
0.6.0-StuckAtHomeCovid19Version
- undo/redo
- parenthesis parsing
- use cmake to generate VS project and build
- use mirror as reflection famework
0.5.0 - Give me five
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.
First version with a draft GUI.
First version of the software with a simple GUI made using O. Cornut's Dear ImGui.
Works with symbols !
See change log in Node.h