clear-urls-browser-extension/CHANGELOG.md
2019-08-04 19:48:26 +02:00

8.1 KiB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.7.1] - 2019-08-04

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Added

  • Added new setting to data.min.json to set if redirects should be enforced via a "tabs.update" (#221)
  • Added #220
  • Added #218

Fixed

  • Fixed YouTube ad redirection bug (#221)
  • Fixed #217

[1.7.0] - 2019-07-30

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Added

  • Added support for raw rules to cleaning also parts from URL-path

Fixed

  • Fixed misspelling in german translation

[1.6.9] - 2019-07-29

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Fixed

  • Fixed error in fields RegExp

[1.6.8] - 2019-07-28

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Changed

  • Improvements on check for android systems (#206)

Fixed

[1.6.7] - 2019-07-25

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Fixed

[1.6.6] - 2019-06-14

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Fixed

[1.6.5] - 2019-06-12

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Added

  • Added support for fragment cleaning

Fixed

[1.6.4] - 2019-05-07

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Added

[1.6.3] - 2019-05-06

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Added

  • Added redirection from #181

Changed

  • Update french translation by @hydrargyrum
  • Update chinese translation

[1.6.2] - 2019-04-26

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Added

  • Added rules from #172
  • Added rules from #176
  • Added rules from #178

Fixed

[1.6.1] - 2019-04-14

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 22

Changed

[1.6] - 2019-04-11

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 28

Added

  • Added listener to the browser history to prevent tracking with the history.pushState method
  • Added webNavigation and tabs permissions, for the new feature
  • Added switches in settings to enable and disable the context menu entry and the history listener
  • Added tool to clean URLs, that was pasted into a textbox
  • Added icon for new tool to clean URLs

Fixed

Changed

  • Changed clipboard-helper.js path to be absolute to prevent problems
  • Changed rewrite of old GitHub links to the new data.min.json and rules.min.hash
  • Config icon is now bigger and above the config label
  • Update Traditional Chinese Translation by @yipinghuang

[1.5.8] - 2019-04-10

Compatibility note

  • Require Firefox >= 55
  • Require Chrome >= 28

Added

  • Added context menu entry, to clean and copy links into clipboard

[1.5.4] - 2019-04-08

Fixed

  • Changed icon format from svg into png to support Chrome

[1.5.3] - 2019-04-03

Removed

  • Removed the tab permission, because it is not required for all used methods on the tabs api

[1.5.2] - 2019-04-01

Added

  • Added new screenshots of the ClearURLs popup

Changed

  • Replaced webextension-polyfill v.0.3.1 with the new version v0.4.0
  • Updated the Chrome version of ClearURLs to the newest version
  • Changed ClearURLs to support both Firefox and Chrome, without generating every time to different source codes
  • Changed the GitLab-CI to build the Chrome version automatically from the Firefox version
  • Replaced the old screenshots in the README with new ones

Removed

  • Removed the old ClearURLs Chrome version

[1.5.1.6a] - 2019-03-27

Fixed

  • Added own flat function and a function that removes empty fields from arrays to support Waterfox

[1.5.1.5a] - 2019-03-18

Fixed

  • Bugfix to support Android devices again

[1.5.1a] - 2019-03-14

Added

  • Added unlimitedStorage permissions to prevent storage restrictions (which will come in future versions of firefox) and to have enough space for user generated rules

Changed

  • Changed the regex interpretation for better performance

[1.5a] - 2019-03-14

Added

  • New rules file data.min.json that is a minimized version of the old one
  • New technique to get data from the local storage
  • The command pattern has been implemented so that ClearURLs also works in private mode
  • Automatically generating hash for data.min.json file with GitLab-CI
  • Add start and end delimiters to rules
  • Preparations for costume rules

Changed

  • Storage improvements, better performance
  • Splitted core file into multiple pieces for better overview
  • Minimize rules length

Fixed

Removed

  • Warning in private mode (no longer necessary)
  • Removed Report URL function

[1.3.4.2] - 2019-02-01

Changed

[1.3.4.0] - 2018-10-08

Added

  • Added more request types, as proposed in #106

Updated

  • Updated french translation