You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User selection within current chunk outside Edit mode is no longer removed when the cursor leaves the client browser tab.
If there is a user selection within current chunk outside edit mode when a new chunk comes in, the current chunk is now replaced entirely, not just the selected part. (To have just a part of it replaced instead, enter Edit mode by double-clicking the current chunk area and select the text to be replaced there.)
Startup time with OCR enabled has been improved in some cases by initializing Recognizer in a separate thread.
Remote OCR request that has failed to complete is now retried twice in some cases before a failure is reported to the client.
The current chunk is now faded out instead of hidden while OCR is in progress.
Characters from unicode block Specials are now stripped from incoming chunks if chunk.correct = true (it is so by default).
Default furigana font size has been decreased and further downscaling is now applied to it depending on the length of the annotation relatively to the base text—this in order to prevent the furigana overflowing and introducing inconsistencies in spacing between characters. (For how to restore previous behaviour, see the „Current chunk” font sizing section in the Wiki.)
Furigana font can now be scaled in custom.css using the variable --chunk-furigana-font-scale. It is now also scaled with --chunk-font-size. (For details, see the „Current chunk” font sizing section in the Wiki.)
Removed the CSS variable --chunk-line-height for now, since due to browser quirks and furigana interactions it was not fully functional for regulating the line height in custom.css.
Added CSS variables --font-ui and --font-jp for easier customization of font faces. (See the Font faces section in the Wiki)
Added CSS variables --chunk-font-weight and --chunk-furigana-font-weight for easier customization of chunk font weight. (See the „Current chunk” font weight section in the Wiki.)
Make user selection in current chunk visually stand out a bit more.