Skip to content

Releases: asterics/AsTeRICS-Grid

release-2023-10-12-15.47/+0200

12 Oct 13:50
Compare
Choose a tag to compare

New features

  • added possibility to use the microphone for input events of special input methods (e.g. Scanning), see documentation about microphone input events
  • added additional advanced options for input method "Scanning": Start manually by user input event and Scanning rounds until going back, see documentation.
  • added additional advanced options for input method "Sequential input": Start manually by user input event and Scanning rounds until stop, see documentation.

Other improvements

  • fixed bug not playing recorded audio, see #326 and #329
  • increasing and randomize timeout of automatic re-login attempts with increasing number fo tries in order to prevent server overload after the server was down, see 605d606

Support us

If AsTeRICS Grid is helpful for you or your organization, please consider to support us. AsTeRICS Grid is and always will be free to use for everyone, but we need to run an maintain servers for thousands of users, which costs money. By donating you help us to cover these costs and keep all services running.

   

release-2023-08-31-15.27/+0200

31 Aug 13:29
Compare
Choose a tag to compare
  • made thumbnail generation for grids more robust, see 177a08b
  • added English gridset "Quick_Say20" - thanks to Jim Luther! See #318

release-2023-06-30-09.28/+0200

30 Jun 07:30
Compare
Choose a tag to compare

Changes

  • Pop-up messages are now hidden, if the application is locked, see #282
  • Finished application translations for Bulgarian, Polish and Romanian. Thanks to the awesome team from Appfire!
  • Removed debug logs I've forgotten to remove from #308

release-2023-06-28-10.11/+0200

28 Jun 08:12
Compare
Choose a tag to compare

Changes

  • Improved caching of images of grid configurations, improved reliability and user feedback, see #308
  • Block browser-based navigation (back/forward buttons or touch gestures in iOS) in locked mode, see #309

release-2023-06-05-12.33/+0200

05 Jun 10:34
Compare
Choose a tag to compare

Updated default gridset UTAC-CACE ST-G in Spanish.

release-2023-06-02-11.40/+0200

02 Jun 09:45
Compare
Choose a tag to compare

Changes

  • fixed issues with "direct touch" input option on iOS, see #276
  • fixed issue where collected text in "speak separately" mode didn't speak corrected grammar version from ARASAAC API
  • changed Global Core communicator (ES) to have QUERER instead of QUIERO on the start page

release-2023-05-31-13.40/+0200

31 May 11:44
Compare
Choose a tag to compare

Natural language API #242

With this release we've implemented ARASAAC's natural language API to AsTeRICS Grid:

  • currently it's only available for Spanish
  • to activate it, go to Settings -> scroll down -> activate checkbox 'Activate automatic grammar correction'
  • if activated, constructed sentences are checked and corrected at the time of speaking the contents of the collect element
  • this works only if you're online

Thanks to Eduardo Lleida Solano, Professor at the Department of Electronic Engineering and Communications of the University of Zaragoza for helping in implementing the natural language API!

Other changes

release-2023-05-26-10.14/+0200

26 May 08:16
Compare
Choose a tag to compare

Migration to new servers

With this release we're migrating to new database servers in the background. The reason is that the old server got too small and too expensive. In this process we've also created an automated setup for the servers with Ansible in order to make the server configuration more transparent and reproducible. See folder ansible in the repository.

For users nothing should change, you should still be able to use your existing online users. If you're experiencing any errors regarding online users, please contact us at [email protected].

If you want support us covering the server costs or our work in general, please consider to donate:

   

Other changes

  • updated CACE-UTAC ST-G configurations by ARASAAC
  • fixed bug where old configuration wasn't deleted on importing a backup, see 7ca11a8
  • fixed possible NPE in grid translation modal, see 96be296
  • added error handling if ARE model cannot be started, see 16ece44

release-2023-05-04-16.18/+0200

04 May 14:23
Compare
Choose a tag to compare

Changes

  • added Romanian application language (mainly translated by DeepL), see #270
  • read custom text in accumulated phrase instead of label, see #182

release-2023-05-03-08.49/+0200

03 May 06:55
Compare
Choose a tag to compare

Updates

  • updated Romanian translations in default grid configuration AsTeRICS Grid default - thanks to Valentin Stef.
  • updated default gridsets CACE-UTAC 2021 ST-G by ARASAAC (Spanish and Catalan)

Minor improvements

  • added possibility to copy and paste translations as JSON including a identifier key within the translate modal, see f58a7d8
  • fixed possible NPE in translation modal, see 0705c10