Skip to content

Changelog

Martin Hassman edited this page Aug 1, 2023 · 20 revisions

Changelog of Subfilter for Netflix

All notable changes to this project will be documented in this file.

[0.5.2] - 2023-08-01

Fixed

  • Fix for recent changes in Netflix UI.
  • Migrated to Manifest v3

[0.5.1] - 2021-11-22

Fixed

  • Fix for recent changes in Netflix UI.

[0.5.0] - 2021-02-08

Added

  • Pressing Ctrl key or mouseover subtitles, will reveal hidden words.
  • Introducing different modes of watching
    • Normal - default, typical comfortable watching
    • Pause (before) - Before every subtitle is video paused. Press 'Space' to continue watching.
    • Pause and reveal (after) - After every subtitle is video paused and hidden text is revealed. Press 'B' to repeat last subtitle. Press 'Space' to continue watching.
    • Pause, reveal, continue - After every subtitle is video paused, hidden text is revealed and video continue automatically.
    • Dialogs only - Watch only dialogs, skip else.

Removed

  • Download SRT button

[0.4.0] - 2021-01-25

Added

  • Filter for Chinese and Japanese (because general filters don't work well with them)
  • HARDCORE filter (for HARDCORE learners, or just for fun)
  • Reverse general filter (still not sure about this one, but can be useful)
  • Some useful commands accessible from JS console, e.g. subfilter.cmds.dump(), subfilter.cmds.words(), subfilter.cmds.grep(/word/i) - there might be UI in some later version)
  • Tooltip when you hover subtitle contains unfiltered text

Changes

  • Improved recognition of punctuation (eg. handle correctly question mark in Arabic)
  • UI hiding delayed

[0.3.0] - 2021-01-16

Changes

  • Order of filters is now: easy, normal, hard.
  • Deleted words are displayed proportionally to their original size.

Fixed

  • There was a problem with some subtitles, where some underscores were placed to incorrect positions.

[-] - 2021-01-09

[0.2.0] - 2021-01-04

  • First version released for Chrome and Firefox. Contains 3 subtitle filters (easy, normal and hard).