Skip to content

Releases: ZenHarbinger/torgo

Version 1.7.1

08 Mar 01:00
Compare
Choose a tag to compare

Bug Fix for Scrolling: #41

Version 1.7.0

26 Jan 15:28
Compare
Choose a tag to compare

Slowly trying to formalize a software process

https://github.com/ZenHarbinger/torgo/issues?q=is%3Aissue+milestone%3Av1.7.0+is%3Aclosed

  • Added code style checks.
  • Added zoom in/out on canvas.
  • Setup Localization.

Installing

  • Download from below
  • sudo snap install torgo

Version 1.6.0

13 Jan 13:14
Compare
Choose a tag to compare

In honor of Riley's birthday!

Syntax Highlighting

This required a fork of RSyntaxTextArea to support downstream loading of new syntax. A pull request is currently open to support this upstream.

Updated

  • More tests added.
  • Fix for invalid language at startup.

New

  • Added LOGO Syntax Highlighting.
  • Added Text Font scaling (resize).
    • Ctrl + Mouse Wheel
    • Ctrl + '+'/'-'
    • Right Click Menu

Installing

  • Download from below
  • `sudo snap install torgo``

Version 1.5.0

09 Jan 16:15
Compare
Choose a tag to compare

Updates

  • Switch to Java8
  • Switch to circleci
  • Switch to codecov
  • Lots of tests added and updated
  • API updated (removed unused methods in Scope)

Windows

  • Initial File Icon

Installing

  • Download from below
  • `sudo snap install torgo``

Version 1.4.2

05 Jan 21:33
Compare
Choose a tag to compare

Updates

  • Update Windows installer to have splash and logo
  • Updated Windows install to have icon for shortcut
  • Updated Linux (deb) and Windows to register file/mime types for associations with Torgo
  • Switch languages within Torgo (for now lexical-logo and dynamic-logo)

Installing

  • Download from below
  • `sudo snap install torgo``

Version 1.4.1

22 Dec 15:02
Compare
Choose a tag to compare

Small revision update. Big Feature Update!

Fixes

  • Stack and Variable view windows cannot be closed now. They will disappear once the script has completed.

Updates

Now the components can be dragged around and positioned where desired. Layouts are saved so you don't have to worry about changing it each time.

Installing

  • Download from below
  • `sudo snap install torgo``

Version 1.4.0

14 Dec 18:29
Compare
Choose a tag to compare

Massive Update to Lexical Support Fix

  • Found and resolved issues where lexical scoping did not support recursion

Features Added

  • Stack View: View the current call stack
  • Current Variables: View the current variables available in the call stack
  • Variables at a current spot in the stack: Double click on a call in the call stack and see the state of the variables at this point

Install Options

  • Download from below
  • sudo snap install torgo

Version 1.3.2

06 Dec 17:10
Compare
Choose a tag to compare

New

  • Check for Update
  • Snap code will use xdg-open to open the external web-site

Install Options

  • Download from below
  • sudo snap install torgo

Version 1.3.0

31 Jul 18:11
Compare
Choose a tag to compare
  • Added the 'Interpreter Menu'.
    • F5 to start debug
    • F6 to run
    • If debugging and paused; F2 to step
  • Added breakpoint support
    • Click on the area next to the line number to set a breakpoint
    • Once the code hits that point, it will pause
    • Known issues:
      • Not all lines will cause a break (e.g. repeat)
      • The statement will evaluate before pausing

Install on current Linux releases:

sudo snap install torgo

Version 1.2.0

24 Jul 20:16
Compare
Choose a tag to compare
  • Export to SVG
  • Export to animated GIF
    • This can be very time consuming and is best on short/simple scripts/animations.
  • Upgrading the output console to use the same JConsole from BeanShell