Releases: asterics/AsTeRICS-Grid
Releases · asterics/AsTeRICS-Grid
release-2021-02-04-10.37/+0100
Fixed bug that default gridset was not opening on main page by default.
release-2021-02-04-10.11/+0100
Improvements
- fixed broken YouTube search. Searching was removed from YouTube Iframe API and was replaced by using YouTube Data API. Quota for API usage is initially only 100 requets per day, but I'll send a request to Google for increasing this quota.
release-2021-01-28-11.35/+0100
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
Improvements
- avoiding empty indexes at PDF export with thumb indexes
- also see release notes of https://github.com/asterics/AsTeRICS-Grid/releases/tag/release-2020-11-24-08.29%2F%2B0100
release-2020-11-24-08.29/+0100
release-2020-10-20-15.16/+0200
New Features
- added YouTube integration, see #34 and https://www.youtube.com/watch?v=TDQVvVnvx0A
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
onwindow
which can be set totrue
(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
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
fixes broken Webradio API, see #70
release-2020-09-11-11.36/+0200
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
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