Fixed
- Console error on some keyboard events — a stray
TypeErrorin the keyboard-shortcut handler is gone. - Version placeholder in asset URLs — stylesheets and the app script were requested as
…?v=__APP_VERSION__instead of the real version, which also broke browser cache-busting on updates. Noticed behind nginx reverse proxies but affected everyone.