Skip to content

Releases: DeMaCS-UNICAL/LoIDE

Version 2.4.1

17 Apr 11:10
3cdcb10
Compare
Choose a tag to compare

Fixed

  • Fix the syntax highlighting of ASP terms

Version 2.4.0

27 Mar 20:31
555570a
Compare
Choose a tag to compare

Added

  • New buttons on the tollbar:
    • Search/Replace button
    • Copy button
    • Cut button
    • Paste button: supported only on the browser that supports the Clipboard API es. Chrome
    • Added back the Download This Tab button, that download on txt file the content of the current tab opened

Changed

  • Changed icons on undo and redo button on the toolbar
  • Improved Toast/Notification

Version 2.3.0

22 Mar 20:02
4f42e68
Compare
Choose a tag to compare

Added

  • New Share button on navbar: now it generates an URL that contains all the projects with all the logic programs on the tabs with their name, the language and the solver used and all the solver options added from the user
  • Now it's possible to open multiple files. LoIDE will open the contents on more tabs
  • New tooltips on the toolbar buttons

Changed

  • Changed buttons names and icons on the navbar
  • General improvements
  • Removed the only output download functionality from the save popover. It will be reimplemented in the next releases.
  • Removed the share button from the toolbar. The URL generator now it's moved on the share button on the navbar and the download of the current logic program will be reimplemented in the next releases
  • Fix some UI style elements

Version 2.2.1

22 Mar 20:02
Compare
Choose a tag to compare

Fixed

  • Added missing value attribute for Free choice options.

Version 2.2.0

22 Mar 20:02
Compare
Choose a tag to compare

Added

  • New combobox to select the executor to be used during program execution

Version 2.1.0

10 Dec 22:15
f34bdf2
Compare
Choose a tag to compare

Changed

  • All the options (languages, solvers and options) are now loaded dynamically by the server from configured services in services.json file.

Version 2.0.2

24 Nov 19:27
Compare
Choose a tag to compare

Fixed

  • Fixed bug that did not allow the user to open the sharing popover when the URL encoder gave an error

Version 2.0.1

24 Nov 19:26
f96a79e
Compare
Choose a tag to compare

Fixed

  • Critical bug: app send wrong parameter name to the executor

Version 2.0.0

24 Nov 19:25
67a87ff
Compare
Choose a tag to compare

Added

  • services.json file describing all supported "services" (languages, solvers, executors and their options). This file used by the app to load the executor's URL.

Changed

  • properties file replaced by app-config.json

Version 1.11.0

11 Oct 17:40
4287045
Compare
Choose a tag to compare

Added

  • Now the tabs names will be saved with the project when it will be downloaded
  • Focus on editor of a tab when it is selected from the tab's nav-bar
  • Added canonical link

Changed

  • New solver options section UI
  • Improved the editor options UI
  • Some icons on buttons
  • Improved the share link method

Fixed

  • Bug that the shortcut to download the project didn't work
  • Some bugs and UI improvements