Filter by months

Product Changelog

Find out the recent feature updates, enhancements and fixes.

29 May 2023
Version 1.0.1
Added:
  • Introduced a new feature that only allows one open tab to edit a bot, enhancing the user experience and reducing potential errors.
  • Added a timeout for closed edit sessions that didn't call end, improving system stability and performance.
  • Added menu for soon coming AI Chatbot Node
Fixed:
  • Fixed an issue where published bots were not loadable, improving the reliability of bot publishing.
  • Resolved a problem with the user not being set to Context, enhancing system stability.
  • Fixed an issue where serialization did not work with inline await, improving code execution.
  • Addressed a warning issue when using useTranslator() outside setup.
  • Resolved an issue where deleting BotAccess failed, improving system reliability.
  • Fixed an issue with the body closing before reading on chat request, enhancing system performance.
  • Addressed an issue with the Inline Editor not reacting to default value/placeholder change, improving user experience.
  • Fixed an issue where block initialization after validation produced a "node removed" error message.
Security:
  • Fixed a security issue related to getting runs, enhancing system security.
  • Resolved an issue where addToStatistics was initialized with a number instead of a boolean, improving data accuracy.
8 May 2023
Version 1.0.0
Added:

Oh yes, we did it! 😉

We're excited to announce the release of e! No Code Automation Tool v1.0.0, which brings a range of new features and improvements to help you automate your legal processes with ease. Thank you for your continued support, and we look forward to seeing the innovative ways you use our platform to enhance your workflows.

Publishing of LegalBots:

  • Public access link: Users can now create a public access link for their LegalBots, enabling clients to use the bot without any restrictions.
  • Restricted access: Users can provide restricted access to their LegalBots by adding client email addresses and sending them a registration link. Once registered, clients can access the LegalBot.

Reporting Center:

  • Data Access: Users can now access the data generated by their LegalBots by clicking the "Data" button in the platform.
  • Data Customization: Users can customize and manage the data collected by their LegalBots, tailoring the information to their specific needs.
  • Data Deletion: Users now have the ability to delete any data collected by their LegalBots.
  • Data Download: Users can now download a CSV of all data created by the LegalBot

File Upload Node:

  • File Upload Node has been enabled, users can now use the file upload node within the builder.

 

Changed:
  • Various bug fixes and performance improvements to enhance the overall platform experience.
31 March 2023
Version 0.6.0
Added:
  • Account Page: Users can now manage their account settings, update their personal information, and change their password.
  • Custom Corporate Branding: Companies can now customize the user frontend with their corporate branding, including logos and colors.
  • Custom Bot Branding: Users have the option to apply custom branding to individual bots, enhancing the overall user experience.
  • Logic Nodes & Node Connector: Added the ability to insert Logic Nodes and Node Connectors, providing users with more flexibility in moving paths within their bots.
  • Error Messages: Improved error messages for better user experience and easier troubleshooting.
Changed:
  • Various bug fixes and performance improvements to enhance the overall platform experience.
Known Issues:
  • Some minor issues may still be present in the user interface and functionality. Please report any issues encountered to help us improve the platform.
  • The range ("Minimum Value" to "Maximum Value") in the Block "Calculation" is not automatically validated or changed. If both values are activated but the range is invalid (max < min), the Bot can NOT be saved
  • "Alignment" in Evaluations only sorts the Evaluations but does not align them relative to the screen
10 February 2023
Version 0.5.5
Added:
  • Bot Builder and Preview now support the languages English, German, Spanish and Italian
    • The language of the Preview is set in the Bot Overview
  • Send & Result node
    • Marks the end of a path and leads to execution of all previous Workflows
    • Preview: Able to display a customizable text field and to remove the users ability to review or change previous inputs
  • You can now insert images in the editor
    • This is a beta feature. Please only use relatively small images, as larger images will slow down performance significantly (especially when saving a bot).
Changed:
  • Improved performance - especially noticable when opening bots with many nodes (v0.4.0)
  • Annotations can display a title with the icon (v0.4.0)
  • Opening bots loads all collapsable nodes in collapsed state
  • Improved zoom behaviour, including zoom reset
  • Adjustments to the Bot Overview and Top- / Sidebar, including some Preview-Screenshots of coming features
  • Editor: The view of the deprecated documents is now available as a full screen option
Removed:
  • Result nodes - All existing result nodes were replaced by Text Field nodes
Deprecated:
  • Categories are not supported anymore
  • Bots do not use a central document anymore - The functionality is moved to nodes (Create PDF / DOCX)
Fixed:
  • (Auto-) Saving does not close the Toolbox anymore
  • Section table of content level 3 does not lead to errors anymore
  • Clicking on variables in the Editor now moves the caret behind the variable instead of the last (valid) position
  • The modal for adding inputs is now positioned correctly
Known Issues:
  • The range ("Minimum Value" to "Maximum Value") in the Block "Calculation" is not automatically validated or changed. If both values are activated but the range is invalid (max < min), the Bot can NOT be saved
  • "Alignment" in Evaluations only sorts the Evaluations but does not align them relative to the screen
16 December 2022
Version 0.3.2
Added:
  • Demo Bots are now available
    • Just click on "Demos" in the Menu on the left and add any of the demo bots via their respective button
  • Copy / Paste of Nodes within a Bot
    • Copy is available via the "X-Menu" (where you can also insert or delete nodes)
    • Copy either one or all below nodes
      • Unlike Deletion, "copy all..." does not stop at merged routes and copies all nodes until the end of the bot
    • To paste copied nodes, open the Toolbox at any point (add or insert a node) and click on "Paste"
      • If you copied a lot of nodes, pasting them might take a while
    • If the copied nodes end in multiple paths and are inserted, all following nodes are added to the shortest path (if same length, the first encountered path will be used)
    • All internal links between nodes (e.g. in a Logic Step) will be copied as well, excluding Editor references
    • External links depend on the placement of the pasted nodes
  • New Modal to search for Input Fields
    • The new Modal is only accessible via any Text Editor -> "Add Input Field"
    • It allows searching for names, filtering by Section and type of input field
    • In future updates
      • the modal will be optionally available at all places where you can use an input field (e.g. Logic Step)
      • the modal will also allow the selection of multiple input fields at a time (wherever possible)
  • Placeholder / Default Value in the Nodes: Text, Textarea, Number, Email and Date
    • you can now switch between using a placeholder or a default value for above input fields
    • in the preview, default values are treated the same as user input, placeholders are ignored
Changed:
  • Text Editor
    • Editor can now create tables
    • Headings in the Editor are now enumerated, depending on their level
      • This is only a visual effect, in later document creation the enumeration depends on the respective Word template

 

Fixed:
  • Date fields in the Preview do not display a small gap on the top-left corner of their border anymore
  • The pop-up of an Annotation (on hover) now correctly moves with its parent element (the displayed icon)
  • Evaluations are now initialized more stable in the preview
Known Issues:
  • The Modal to search for Input Fields is displayed too far right, the Editor needs to be scrolled to find it
  • Text Editor
    • When moving the cursor to a position directly after a variable which is last in its line, every text added is removed after a few moments
      • Workaround 1: In some cases, Moving the cursor via "Ende / End" on the keyboard to the end of the line works well
      • Workaround 2: Write all static text first and add the Variables last
    • Added variables are not reliably removable by pressing backspace
      • Workaround: Use "Entf / Del" or mark a bit of the surrounding text
  • The range ("Minimum Value" to "Maximum Value") in the Block "Calculation" is not automatically validated or changed. If both values are activated but the range is invalid (max < min), the Bot can NOT be saved
  • "Alignment" in Evaluations only sorts the Evaluations but does not align them relative to the screen
6 December 2022
Version v0.2.0
Added:
  • Preview is now available!

  • Logic Steps show context-sensitive operators (see Deprecated). For example when referring to a "Checkbox" Block (CB):
    • if CB has "exclusive" set: operators are: "is" and "is not"
    • if CB has "exclusive" not set: operators are: "contains all", "contains any" and "contains none"
    • if CB has any added value (clicking"Add Values" and changing any "value"), the operators for numbers are added
  • Block "Annotation"
    • translates to an icon which makes text appear either when clicked or when hovered over
Changed:
  • Numbers throughout e! now support decimal values
  • Evaluation was moved to the Root-Block (the first block of every Bot). Users can configure 3 distinct Evaluations per Bot.
  • The Block "Drop Down" always results in the display (Preview) of an exclusively selectable dropdown field. The option "exclusive" was removed.
  • Block "Calculation"
    • The fields "Minimum Value" and "Maximum Value" are now individually activatable. The range is not automatically validated or changed. If both values are activated but the range is invalid (max < min), the Bot can NOT be saved
    • Result precision is now a dropdown field allowing integer values 0 - 4
  • Besides optical changes, the alerts (e.g. "Bot saved") don't ask for confirmation anymore
Removed:
  • Block "Evaluation" (see "Changed")
  • The Operator "XOR" between different block references in Conditions
  • The option "exclusive" on Block "Drop Down" (see "Changed")
Deprecated:
  • Block "Evaluation" (see "Changed")
    • All Bots that use this block are now invalid and were removed!
  • Due to new context-sensitive operators, existing bots may contain invalid operators
    • All Bots that contain invalid operators were removed!
    • If certain deleted Bots are still needed, please contact the e!-Team!
Fixed:
  • The range in the Block "Number" now only changes invalid values when leaving the respective field (on "blur")
Known Issues:
  • Editor (like "TextField" or "Boilerplate")
    • When moving the cursor to a position directly after a variable which is last in its line, every text added is removed after a few moments
      • Workaround 1: In some cases, Moving the cursor via "Ende / End" on the keyboard to the end of the line works well
      • Workaround 2: Write all static text first and add the Variables last
    • Added variables are not reliably removable by pressing backspace
      • Workaround: Use "Entf / Del" or mark a bit of the surrounding text
  • Date fields in the Preview display a small gap on the top-left corner of their border
  • The range ("Minimum Value" to "Maximum Value") in the Block "Calculation" is not automatically validated or changed. If both values are activated but the range is invalid (max < min), the Bot can NOT be saved
  • "Alignment" in Evaluations only sorts the Evaluations but does not align them relative to the screen
  • The pop-up of an Annotation (on hover) keeps its initial position, even if the Anntoation icon is moved

Schedule directly your demo!

Grab a cup of coffee and we will walk you through our tool and answer all your questions. We might also have a seat left on our pilot customer list.