Skip to content

2.4.0

Compare
Choose a tag to compare
@shabados-bot shabados-bot released this 21 Feb 05:23

2.4.0 (2020-02-21)

Bug Fixes

  • backend: do not attempt to merge settings on receive, instead, replace entirely (aa6c6c5)
  • backend: ensure that attempting to resolve hostname times out (db27d5b)
  • electron: fire handler to destroy splashscreen once (9a31448), closes #412
  • frontend: call reset method with no parameters in ErrorFallback (c194dae)
  • frontend: determine if settings need to be synced from server or transmitted on initial connect (783deb5)
  • frontend: emit correct event on disconnection (ba1be2c)
  • frontend: remove logging of settings (648938f)
  • frontend, backend: improve connection stability and settings synchronisation (9f2752c)
  • frontend/controler: only run transition code and redirect if lines have items (374ed3c)
  • frontend/controller: use useCurrentLines in Navigator (8a01bf9)
  • frontend/presenter: add explicit height for ios webkit (0f47593), closes #420
  • frontend/presenter: remove ctrl+c mapping from opening controller (567c47e)
  • frontend/presenter: target larivaar/larrivaar assist words correctly (635102e), closes #362
  • frontend/presenter: use correct variable (0277e23)
  • frontend/presenter, electron: use Electron mechanism to fullscreen window (066fe2c), closes #272
  • frontend/settings: add missing device dependency to hook (e57cffe)
  • frontend/settings: allow DynamicOptions to render without an option group existing (938be64)
  • frontend/settings: color text correctly (e244a5c), closes #279
  • frontend/settings: disable the modification of settings that are private if not local device (2dca755)
  • frontend/settings: localize css rule (3a3eeda)
  • frontend/settings: localize css rule (070d966)
  • frontend/settings: switch to local settings when device disconnects and on device's setting tab (a414423)
  • frontend/settings: update tutorial link (f6423c9)
  • frontend/settings: use value instead of defaultValue to allow for remote settings changes (f6763a4), closes #382

Features

  • backend: add endpoint for fetching writers from database (27c36d5)
  • frontend/presenter: add copy shortcuts for other languages and move hotkeys to seperate group (f421f3a)
  • frontend/presenter: add shortcuts for copying lines (f9e82d7), closes #188 #85
  • frontend/settings: add mobile responsiveness to hotkeys displayed on mobile (f095edb)
  • frontend/settings: add reset button to each settings tab (29892c0), closes #258 #418

Performance Improvements

  • frontend: prevent theme from being removed when connection is down, and only update on reconnect (0e0e282)