Skip to content

Releases: bjornstar/Tumblr-Savior

v1.7.0 - 2020-12-28

20 Apr 03:51
Compare
Choose a tag to compare
  • Make "Ignore filtered content" an option (Fixes #76)
  • Add an option to hide filtered content

v1.6.3 - 2020-12-27

20 Apr 03:50
Compare
Choose a tag to compare
  • Properly apply default settings when there weren't any saved settings
  • Ignore filteredScreen content in the body, this avoids filtering out Tumblr's filter messages which do not have footers

v1.6.2 - 2020-10-10

20 Apr 03:50
Compare
Choose a tag to compare
  • [manifest.json] Forgot to update the version

v1.6.1 - 2020-10-10

20 Apr 03:50
Compare
Choose a tag to compare
  • Move icon and screenshot from root to media directory
  • [.npmignore] Ignore .github and media directories for npm package

v1.6.0 - 2020-10-10

20 Apr 03:49
Compare
Choose a tag to compare
  • Filter out the footerWrapper instead of the footer for the post body
  • Use the tags class instead of the footer for the post tags

v1.5.1 - 2020-10-08

20 Apr 03:49
Compare
Choose a tag to compare
  • [.github/workflows] Don't use $default-branch, just use your branch name
  • [PRIVACY.md] Move to root of the project

v1.5.0 - 2020-10-08

20 Apr 03:49
Compare
Choose a tag to compare
  • Adapted to a tumblr update that put the footer in a container (Fixes #73)
  • Use a CSS_CLASS_MAP so that we can refer to unobfuscated classNames
  • [PRIVACY.md] Added a privacy policy because the Microsoft Edge Add-on site requests one

v1.4.0 - 2020-10-01

03 Oct 02:37
Compare
Choose a tag to compare
  • Use aria-label for header contents (Thanks @mtae!)
  • Add github workflow for CI
  • Remove deprecated safari extension build scripts
  • [package.json] Add tumblr to keywords
  • [package.json] Update devDependency eslint from v7.4.0 to v7.10.0
  • [package.json] Rename lint script to test
  • [LICENSE] Make the copyright year a range of years

v1.3.0 - 2020-07-11

22 Jul 05:11
Compare
Choose a tag to compare
  • Looks like the previous method of hiding sponsored posts didn't last, here's a new one
  • Improve behavior when overlapping with tumblr's own content filter
  • Use more es6 code

v1.2.0 - 2020-07-05

05 Jul 05:10
Compare
Choose a tag to compare
  • Try a new way to hide sponsored posts (fixes #68)
  • Do not extract text from the ts-notice
  • All logic regarding the context menu is now in main.js, this fixes a bug where enabling the context menu would cause it to stop working
  • Add a missing article in options
  • Use a css variable for the warning background color
  • Drop the uppercase w from the content warning
  • Use more es6 code
  • Add an extra line break before last line in the about tab
  • Add Edge as a potential supported browser
  • Add a package.json
  • Start using eslint