Skip to content

Releases: adolfintel/flogo

Version 1.2.2

05 Jan 15:04

Choose a tag to compare

  • Fixed some inconsistencies and a potential crash when dragging variables while editing a new one

Version 1.2.1

12 Aug 13:52

Choose a tag to compare

  • Redesigned settings page
  • Improved built-in documentation
  • Added new keyboard shortcuts: Ctrl+S (save), Ctrl+L (load), Ctrl+N (new program)
  • Fixed a bug where an arrow could get stuck highlighted if the program was started with the keyboard while hovering over an arrow with the mouse
  • Fixed a bug that caused the turtle cursor to become pixelated when zooming in/out
  • Limited strings to 1M characters to prevent browser crashes
  • Fixed misaligned checkbox + label combo
  • Made the turtle window bar a bit smaller and easier to grab and resize
  • macOS builds are now properly signed and notarized
  • Minor changes and improvements in code quality

Version 1.2.0

02 Aug 09:06

Choose a tag to compare

  • New feature: Turtle graphics
  • Visual improvements for all themes
  • Minor changes and bug fixes

Version 1.1.0

26 Jul 06:32

Choose a tag to compare

  • Implemented lazy evaluation of boolean expressions
  • Added built-in constants to know current date and time (CURRENT_YEAR, CURRENT_MONTH, CURRENT_DAY, CURRENT_HOURS, CURRENT_MINUTES, CURRENT_SECONDS)
  • Exporting to SVG/PNG can keep the background color (optional)
  • Reworked drag and drop system for variables, now it's much more intuitive
  • Visual improvements to all themes
  • Unless a theme is selected by the user, Flogo will now choose between the default light and default dark themes automatically following system preferences
  • The top bar can now be expanded and collpsed on small displays
  • Pressing Ctrl+A now selects all instructions
  • Fixed an issue that could cause some text to overlap in some themes when nesting small loops
  • Fixed some toast notifications appearing when they shouldn't (again...)
  • Added builds for Linux ARM64 and Windows ARM64
  • Minor changes and bugfixes

Several code quality improvements have also been made:

  • Merged the Webapp and the Electron codebases
  • Implemented a registration system for instruction types, allowing for easier extensions to the language
  • Improved build instructions

Version 1.0.3

23 Jul 07:04

Choose a tag to compare

  • Adapted keyboard shortcuts for macOS
  • Added Electron-based version for macOS
  • Fixed some toast messages appearing when they shouldn't
  • Dragging a block of text no longer causes popups to close
  • Fixed an issue that could cause labels on arrows to overlap in some themes
  • Added a badge showing the version type in the about section
  • Tweaked responsive layout thresholds
  • Implemented context menu for text in all Electron-based versions
  • Links now open in your default browser in the Electron-based version

Version 1.0.2

17 Jul 16:18

Choose a tag to compare

  • Fixed a bug that could cause Turbo mode to get disabled if a program was stopped while waiting for user input
  • Fixed PWA update mechanism
  • Night city theme is now cached correctly when the PWA is installed
  • Fixed a broken animation in the glass theme
  • Added AppImage version

Version 1.0.1

16 Jul 18:19

Choose a tag to compare

  • Improved text wrapping in blocks
  • Improved appearance of scrollbars
  • Fixed toast notifications sometimes appearing when they shouldn't
  • Fixed some typos
  • License is now displayed in the app itself instead of in a separate tab
  • Program name is now visible in the window title
  • Added Electron-based version (only for Windows and Arch Linux for now)
  • Minor changes and fixes

Version 1.0.0

12 Jul 16:52

Choose a tag to compare

First public release