Skip to content

Releases: asterics/AsTeRICS-Grid

release-2020-11-24-08.29/+0100

24 Nov 07:30
Compare
Choose a tag to compare

New Features

  • optimized browser print preview (Ctrl + P), see #12
  • added possibility to export grids to PDF, see #12
    • find it within "Manage grids -> More -> Export grids to PDF"

Other improvements

  • Importing grids/backup now shows a progress bar

release-2020-10-20-15.16/+0200

20 Oct 13:41
Compare
Choose a tag to compare

New Features

Improvements

  • ServiceWorker: reset cache before update -> fix issue that version sometimes didn't update
  • added own "Webradio" grid in default gridset
  • fixed playing webradios with m3u8 playlist files using hls.js
  • showing info about new version after update (notification bar)
  • using .svg files for AsTeRICS Grid logos for better quality

Internal notes

  • added paramer backupPrepareForDefault on window which can be set to true (via console) before exporting a backup of the grid configuration. If doing so, dictionaries are not exported and metadata is exported in initial state. This is useful for creating a new default gridset.

release-2020-09-16-14.45/+0200

16 Sep 13:22
Compare
Choose a tag to compare

New Features

  • added possibility to lock UI with passcode, see #71
  • added possibility to set "previous element" action for input method "sequential input"
  • added dual-language support: setting a custom voice in "general settings" now results in speaking texts in the custom voice's language, if the translation is available.

Improvements

  • For input methods scanning, sequential input and direction input empty elements cannot be selected anymore, see #69
  • Grids containing "keyboard" or "number" in name will not be translated if selecting "Show all grids" in translation modal
  • little fixes in default gridset (e.g. all thumbnails now have same size)

Internal improvement

  • cleaned up console log messages, get rid of responsive voice messages

release-2020-09-14-11.33/+0200

14 Sep 09:38
Compare
Choose a tag to compare

fixes broken Webradio API, see #70

release-2020-09-11-11.36/+0200

11 Sep 09:41
Compare
Choose a tag to compare

Bugfixes

  • fixed bug which prevented switching from "edit grid element" to "edit grid element actions" on newly created grid elements
  • fixed #66

release-2020-09-10-15.30/+0200

10 Sep 13:53
Compare
Choose a tag to compare

Changelog

New features

  • "Edit grid -> More -> Translate Grid" allows to add/edit translations of grids in any language
  • New grid element action "Change app language" allows to change application and grid language by selecting a grid element
  • Text-To-Speech uses ResponsiveVoice.org as fallback

Internal improvements

  • Now using ServiceWorker instead of deprecated AppCache, fixes #16
  • Translations of labels are now stored in grid internal data structure. This makes it possible to translate grids on-the-fly

Closes issues

  • Using Service Worker: #16
  • App update now happens in the background and therefore no percentage has to be shown: #19
  • Speech output should now work on RP4 by using ResponsiveVoice fallback: #26

release-2020-06-16-14.04/+0200

16 Jun 12:24
Compare
Choose a tag to compare

Changelog

New features

  • added buttons to directly switch between "Edit element" and "Edit actions" of a Grid Element, closes #60
  • added visual hint for elements with navigation, closes #59
  • added possibility to hide elements, closes #56
  • added possibility to set board size to a static value, closes #54
  • improved default gridset with help of AAC expert Martina Ranner, closes #52
  • improved usability of "Manage Grids", closes #14
  • added possibility to set height percentage of first row of global grid. Go to "Edit global Grid -> Change grid dimensions -> Height of first global grid row [%]"
  • added possibility to move elements from one grid to another, go to "Edit grid -> right click on element ->More -> move element to other grid"
  • added possibility to delete all grids, go to "Manage grids -> More -> Delete all grids"

Bugfixes

Internal improvements

  • serve default gridset as default.grd.json in order to be served gzipped and improve loading time, see Stackoverflow Question
  • improved translation process of gridsets, added method and script to semi-automatically generate translation files

release-2020-05-06-09.28/+0200

06 May 07:53
Compare
Choose a tag to compare

Changelog:

  • Bugfix: fixed not working selection for used dictionary for word prediction

release-2020-05-04-12.31/+0200

04 May 10:36
Compare
Choose a tag to compare

Changelog:

  • Small bugfix: Saving in edit actions modal sometimes did not save deleted actions

release-2020-04-28-09.48/+0200

28 Apr 07:51
Compare
Choose a tag to compare

Changelog:

  • Integration with native browser fullscreen mode when entering fullscreen mode in main view.