Skip to content

Releases: bjornstar/Tumblr-Savior

v2.3.1 / 2025-03-08

08 Mar 04:07
Compare
Choose a tag to compare
  • Exclude timeline objects that are blogRow
  • There was a missing word in the changelog last version

v2.3.0 / 2025-03-06

06 Mar 03:34
Compare
Choose a tag to compare
  • Make "Hide sidebar buttons" exclusively for buttons with diamonds in them (Fixes #99)
  • Add an exclusion timeline objects that are blogRows (Fixes #98)
  • Change how we timeline objects to avoid needless thrashing
  • [devDependencies] Update eslint to latest version
  • [LICENSE] Update copyright notice through current year

v2.2.0 / 2025-02-15

15 Feb 03:45
Compare
Choose a tag to compare
  • Make "Hide timeline objects" hide visible cells that don't have articles (Fixes #96)
  • [devDependencies] Update addons-linter & eslint to latest versions
  • [meta] Add .npmrc to disable package-lock.json and skip audit and funding messages

v2.1.2 / 2025-01-19

15 Feb 03:45
Compare
Choose a tag to compare
  • Fix syntax error for moreContent

v2.1.1 / 2025-01-19

15 Feb 03:44
Compare
Choose a tag to compare
  • Do not hide buttons in moreContent asides (Fixes #95)

v2.1.0 / 2024-12-04

04 Dec 03:50
Compare
Choose a tag to compare
  • Handle content inside of P tags as text (Fixes #94)
  • Remove a console.log

v2.0.1 / 2024-11-12

04 Dec 03:50
Compare
Choose a tag to compare
  • Update Firefox AddOn specific id value

v2.0.0 / 2024-11-12

04 Dec 03:50
Compare
Choose a tag to compare
  • There is a one-time manual step you need to take in Tumblr Savior's options to read your localStorage settings and load it into browser extension storage.
    Go to the Save / Load tab and press the "Read from localStorage" button then you can press the "Load" button to have it applied. It will save it to your
    browser extension storage and work as normal from there on out.
  • Switched to Manifest v3
  • Tweaked sidebar blocking methodology
  • [devDependencies] Updated eslint & addons-linter to latest versions
  • [Workflows] Use node v22 for testingnstar/Tumblr-Savior/compare/v1.17.0...v2.0.0

v1.16.0 / 2024-05-17

17 Mar 07:11
Compare
Choose a tag to compare
  • Updated hiding sponsored posts, now just does moatContainer
  • Removed the hydration canary in favor of assuming hydration has succeeded the first time the base container is updated
  • Apply default values when individual options have not been set yet
  • Added a new option to block posts that are timelineObjects
  • Added a new option to block buttons in the sidebar (Go ad-free today)
  • Reorganized the options slightly to separate sidebar from posts
  • Updates eslint & addons-linter to latest version
  • Update more workflows to use node v20

v1.15.0 / 2023-08-26

05 Sep 02:54
Compare
Choose a tag to compare
  • Update for the latest version of the desktop
  • New CSS_CLASS_MAP -- https://assets.tumblr.com/pop/cssmap-232fd5ad.json
  • Replaced t.umblr.com redirect removal with href.li
  • Updated workflows to run on node v20
  • Updated eslint & addons-linter to latest version