Skip to content

Releases: asterics/AsTeRICS-Grid

release-2021-02-04-10.37/+0100

04 Feb 09:40
Compare
Choose a tag to compare

Fixed bug that default gridset was not opening on main page by default.

release-2021-02-04-10.11/+0100

04 Feb 09:18
Compare
Choose a tag to compare

Improvements

release-2021-01-28-11.35/+0100

28 Jan 10:54
Compare
Choose a tag to compare

Fixes

  • Issues with FF45 causing the app crashing were fixed
  • Broken webradio "Hitradio Ö3" was fixed in default gridset

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

24 Nov 09:34
Compare
Choose a tag to compare

Improvements

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